Download Free code greenDAO

Description

greenDAO is a light & fast ORM solution for Android that maps objects to SQLite databases.

Icons

greenDAO

Source Files

The download file greenDAO-master.zip has the following entries.


.gitignore/*from   www  .  ja  v  a 2 s.  c o m*/
.travis.yml
DaoCore/.classpath
DaoCore/.gitignore
DaoCore/.project
DaoCore/.settings/org.eclipse.core.resources.prefs
DaoCore/.settings/org.eclipse.jdt.core.prefs
DaoCore/AndroidManifest.xml
DaoCore/LICENSE
DaoCore/NOTICE
DaoCore/build.gradle
DaoCore/java-formater.xml
DaoCore/mybuild.xml
DaoCore/proguard.cfg
DaoCore/project.properties
DaoCore/res/values/dummy.xml
DaoCore/settings.gradle
DaoCore/src/de/greenrobot/dao/AbstractDao.java
DaoCore/src/de/greenrobot/dao/AbstractDaoMaster.java
DaoCore/src/de/greenrobot/dao/AbstractDaoSession.java
DaoCore/src/de/greenrobot/dao/DaoException.java
DaoCore/src/de/greenrobot/dao/DaoLog.java
DaoCore/src/de/greenrobot/dao/DbUtils.java
DaoCore/src/de/greenrobot/dao/InternalQueryDaoAccess.java
DaoCore/src/de/greenrobot/dao/InternalUnitTestDaoAccess.java
DaoCore/src/de/greenrobot/dao/Property.java
DaoCore/src/de/greenrobot/dao/async/AsyncDaoException.java
DaoCore/src/de/greenrobot/dao/async/AsyncOperation.java
DaoCore/src/de/greenrobot/dao/async/AsyncOperationExecutor.java
DaoCore/src/de/greenrobot/dao/async/AsyncOperationListener.java
DaoCore/src/de/greenrobot/dao/async/AsyncSession.java
DaoCore/src/de/greenrobot/dao/identityscope/IdentityScope.java
DaoCore/src/de/greenrobot/dao/identityscope/IdentityScopeLong.java
DaoCore/src/de/greenrobot/dao/identityscope/IdentityScopeObject.java
DaoCore/src/de/greenrobot/dao/identityscope/IdentityScopeType.java
DaoCore/src/de/greenrobot/dao/internal/DaoConfig.java
DaoCore/src/de/greenrobot/dao/internal/FastCursor.java
DaoCore/src/de/greenrobot/dao/internal/LongHashMap.java
DaoCore/src/de/greenrobot/dao/internal/SqlUtils.java
DaoCore/src/de/greenrobot/dao/internal/TableStatements.java
DaoCore/src/de/greenrobot/dao/query/AbstractQuery.java
DaoCore/src/de/greenrobot/dao/query/AbstractQueryData.java
DaoCore/src/de/greenrobot/dao/query/CloseableListIterator.java
DaoCore/src/de/greenrobot/dao/query/CountQuery.java
DaoCore/src/de/greenrobot/dao/query/DeleteQuery.java
DaoCore/src/de/greenrobot/dao/query/LazyList.java
DaoCore/src/de/greenrobot/dao/query/Query.java
DaoCore/src/de/greenrobot/dao/query/QueryBuilder.java
DaoCore/src/de/greenrobot/dao/query/WhereCondition.java
DaoCore/src/de/greenrobot/dao/test/AbstractDaoSessionTest.java
DaoCore/src/de/greenrobot/dao/test/AbstractDaoTest.java
DaoCore/src/de/greenrobot/dao/test/AbstractDaoTestLongPk.java
DaoCore/src/de/greenrobot/dao/test/AbstractDaoTestSinglePk.java
DaoCore/src/de/greenrobot/dao/test/AbstractDaoTestStringPk.java
DaoCore/src/de/greenrobot/dao/test/DbTest.java
DaoExample/.classpath
DaoExample/.gitignore
DaoExample/.project
DaoExample/.settings/org.eclipse.core.resources.prefs
DaoExample/.settings/org.eclipse.jdt.core.prefs
DaoExample/AndroidManifest.xml
DaoExample/build.gradle
DaoExample/docs/greenDAO-javadoc.jar
DaoExample/libs/greendao-1.3.0-beta-1.jar
DaoExample/proguard.cfg
DaoExample/project.properties
DaoExample/res/drawable-hdpi/icon.png
DaoExample/res/drawable-ldpi/icon.png
DaoExample/res/drawable-mdpi/icon.png
DaoExample/res/layout/main.xml
DaoExample/res/values/strings.xml
DaoExample/settings.gradle
DaoExample/src-gen/de/greenrobot/daoexample/Customer.java
DaoExample/src-gen/de/greenrobot/daoexample/CustomerDao.java
DaoExample/src-gen/de/greenrobot/daoexample/DaoMaster.java
DaoExample/src-gen/de/greenrobot/daoexample/DaoSession.java
DaoExample/src-gen/de/greenrobot/daoexample/Note.java
DaoExample/src-gen/de/greenrobot/daoexample/NoteDao.java
DaoExample/src-gen/de/greenrobot/daoexample/Order.java
DaoExample/src-gen/de/greenrobot/daoexample/OrderDao.java
DaoExample/src-test/de/greenrobot/daoexample/CustomerOrderTest.java
DaoExample/src-test/de/greenrobot/daoexample/NoteTest.java
DaoExample/src/de/greenrobot/daoexample/NoteActivity.java
DaoExampleGenerator/.classpath
DaoExampleGenerator/.gitignore
DaoExampleGenerator/.project
DaoExampleGenerator/.settings/gradle/org.springsource.ide.eclipse.gradle.core.prefs
DaoExampleGenerator/.settings/gradle/org.springsource.ide.eclipse.gradle.refresh.prefs
DaoExampleGenerator/.settings/org.eclipse.core.resources.prefs
DaoExampleGenerator/.settings/org.eclipse.jdt.core.prefs
DaoExampleGenerator/.settings/org.eclipse.jdt.groovy.core.prefs
DaoExampleGenerator/build.gradle
DaoExampleGenerator/settings.gradle
DaoExampleGenerator/src/de/greenrobot/daogenerator/gentest/ExampleDaoGenerator.java
DaoGenerator/.classpath
DaoGenerator/.freemarker-ide.xml
DaoGenerator/.gitignore
DaoGenerator/.project
DaoGenerator/.settings/gradle/org.springsource.ide.eclipse.gradle.core.prefs
DaoGenerator/.settings/gradle/org.springsource.ide.eclipse.gradle.refresh.prefs
DaoGenerator/.settings/org.eclipse.core.resources.prefs
DaoGenerator/.settings/org.eclipse.jdt.core.prefs
DaoGenerator/.settings/org.eclipse.jdt.groovy.core.prefs
DaoGenerator/build.gradle
DaoGenerator/java-formater.xml
DaoGenerator/mybuild.xml
DaoGenerator/performance/galaxy-nexus.xlsx
DaoGenerator/performance/performance-data.xlsx
DaoGenerator/settings.gradle
DaoGenerator/src-generator-testentities/de/greenrobot/daogenerator/gentest/TestDaoGenerator.java
DaoGenerator/src-template/content-provider.ftl
DaoGenerator/src-template/dao-deep.ftl
DaoGenerator/src-template/dao-master.ftl
DaoGenerator/src-template/dao-session.ftl
DaoGenerator/src-template/dao-unit-test.ftl
DaoGenerator/src-template/dao.ftl
DaoGenerator/src-template/entity.ftl
DaoGenerator/src-test/de/greenrobot/daogenerator/test/SimpleDaoGeneratorTest.java
DaoGenerator/src/de/greenrobot/daogenerator/ContentProvider.java
DaoGenerator/src/de/greenrobot/daogenerator/DaoGenerator.java
DaoGenerator/src/de/greenrobot/daogenerator/DaoUtil.java
DaoGenerator/src/de/greenrobot/daogenerator/Entity.java
DaoGenerator/src/de/greenrobot/daogenerator/Index.java
DaoGenerator/src/de/greenrobot/daogenerator/Property.java
DaoGenerator/src/de/greenrobot/daogenerator/PropertyOrderList.java
DaoGenerator/src/de/greenrobot/daogenerator/PropertyType.java
DaoGenerator/src/de/greenrobot/daogenerator/Query.java
DaoGenerator/src/de/greenrobot/daogenerator/QueryParam.java
DaoGenerator/src/de/greenrobot/daogenerator/Schema.java
DaoGenerator/src/de/greenrobot/daogenerator/ToMany.java
DaoGenerator/src/de/greenrobot/daogenerator/ToOne.java
DaoTest/.classpath
DaoTest/.gitignore
DaoTest/.project
DaoTest/.settings/org.eclipse.core.resources.prefs
DaoTest/.settings/org.eclipse.jdt.core.prefs
DaoTest/AndroidManifest.xml
DaoTest/assets/minimal-entity.sql
DaoTest/build.gradle
DaoTest/proguard.cfg
DaoTest/project.properties
DaoTest/res/values/dummy.xml
DaoTest/src-gen/de/greenrobot/daotest/AbcdefEntity.java
DaoTest/src-gen/de/greenrobot/daotest/AbcdefEntityDao.java
DaoTest/src-gen/de/greenrobot/daotest/AnActiveEntity.java
DaoTest/src-gen/de/greenrobot/daotest/AnActiveEntityDao.java
DaoTest/src-gen/de/greenrobot/daotest/AutoincrementEntity.java
DaoTest/src-gen/de/greenrobot/daotest/AutoincrementEntityDao.java
DaoTest/src-gen/de/greenrobot/daotest/DaoMaster.java
DaoTest/src-gen/de/greenrobot/daotest/DaoSession.java
DaoTest/src-gen/de/greenrobot/daotest/DateEntity.java
DaoTest/src-gen/de/greenrobot/daotest/DateEntityDao.java
DaoTest/src-gen/de/greenrobot/daotest/ExtendsImplementsEntity.java
DaoTest/src-gen/de/greenrobot/daotest/ExtendsImplementsEntityDao.java
DaoTest/src-gen/de/greenrobot/daotest/RelationEntity.java
DaoTest/src-gen/de/greenrobot/daotest/RelationEntityDao.java
DaoTest/src-gen/de/greenrobot/daotest/SimpleEntity.java
DaoTest/src-gen/de/greenrobot/daotest/SimpleEntityContentProvider.java
DaoTest/src-gen/de/greenrobot/daotest/SimpleEntityDao.java
DaoTest/src-gen/de/greenrobot/daotest/SimpleEntityNotNull.java
DaoTest/src-gen/de/greenrobot/daotest/SimpleEntityNotNullDao.java
DaoTest/src-gen/de/greenrobot/daotest/SpecialNamesEntity.java
DaoTest/src-gen/de/greenrobot/daotest/SpecialNamesEntityDao.java
DaoTest/src-gen/de/greenrobot/daotest/SqliteMaster.java
DaoTest/src-gen/de/greenrobot/daotest/SqliteMasterDao.java
DaoTest/src-gen/de/greenrobot/daotest/StringKeyValueEntity.java
DaoTest/src-gen/de/greenrobot/daotest/StringKeyValueEntityDao.java
DaoTest/src-gen/de/greenrobot/daotest/TestEntity.java
DaoTest/src-gen/de/greenrobot/daotest/TestEntityDao.java
DaoTest/src-gen/de/greenrobot/daotest/ToManyEntity.java
DaoTest/src-gen/de/greenrobot/daotest/ToManyEntityDao.java
DaoTest/src-gen/de/greenrobot/daotest/ToManyTargetEntity.java
DaoTest/src-gen/de/greenrobot/daotest/ToManyTargetEntityDao.java
DaoTest/src-gen/de/greenrobot/daotest/TreeEntity.java
DaoTest/src-gen/de/greenrobot/daotest/TreeEntityDao.java
DaoTest/src-gen/de/greenrobot/daotest2/KeepEntity.java
DaoTest/src-gen/de/greenrobot/daotest2/ToManyTarget2.java
DaoTest/src-gen/de/greenrobot/daotest2/dao/DaoMaster.java
DaoTest/src-gen/de/greenrobot/daotest2/dao/DaoSession.java
DaoTest/src-gen/de/greenrobot/daotest2/dao/KeepEntityDao.java
DaoTest/src-gen/de/greenrobot/daotest2/dao/ToManyTarget2Dao.java
DaoTest/src-gen/de/greenrobot/daotest2/specialdao/RelationSource2Dao.java
DaoTest/src-gen/de/greenrobot/daotest2/specialentity/RelationSource2.java
DaoTest/src-gen/de/greenrobot/daotest2/to1_specialdao/ToOneTarget2Dao.java
DaoTest/src-gen/de/greenrobot/daotest2/to1_specialentity/ToOneTarget2.java
DaoTest/src/de/greenrobot/daotest/DaoSessionConcurrentTest.java
DaoTest/src/de/greenrobot/daotest/DaoSessionConcurrentWALTest.java
DaoTest/src/de/greenrobot/daotest/DaoSessionTest.java
DaoTest/src/de/greenrobot/daotest/DbTestTest.java
DaoTest/src/de/greenrobot/daotest/DbUtilsTest.java
DaoTest/src/de/greenrobot/daotest/IndexTest.java
DaoTest/src/de/greenrobot/daotest/LongHashMapTest.java
DaoTest/src/de/greenrobot/daotest/TestInterface.java
DaoTest/src/de/greenrobot/daotest/TestSuperclass.java
DaoTest/src/de/greenrobot/daotest/async/AbstractAsyncTest.java
DaoTest/src/de/greenrobot/daotest/async/BasicAsyncTest.java
DaoTest/src/de/greenrobot/daotest/async/MergeTxAsyncTest.java
DaoTest/src/de/greenrobot/daotest/contentprovider/SimpleEntityContentProviderTest.java
DaoTest/src/de/greenrobot/daotest/entity/AbcdefEntityTest.java
DaoTest/src/de/greenrobot/daotest/entity/AnActiveEntityMultithreadingTest.java
DaoTest/src/de/greenrobot/daotest/entity/AnActiveEntityTest.java
DaoTest/src/de/greenrobot/daotest/entity/AutoincrementEntityTest.java
DaoTest/src/de/greenrobot/daotest/entity/DateEntityTest.java
DaoTest/src/de/greenrobot/daotest/entity/ExtendsImplementsEntityTest.java
DaoTest/src/de/greenrobot/daotest/entity/RelationEntityTest.java
DaoTest/src/de/greenrobot/daotest/entity/RelationEntityTestIdentityScope.java
DaoTest/src/de/greenrobot/daotest/entity/SimpleEntityNotNullHelper.java
DaoTest/src/de/greenrobot/daotest/entity/SimpleEntityNotNullTest.java
DaoTest/src/de/greenrobot/daotest/entity/SimpleEntityTest.java
DaoTest/src/de/greenrobot/daotest/entity/SpecialNamesEntityTest.java
DaoTest/src/de/greenrobot/daotest/entity/SqliteMasterTest.java
DaoTest/src/de/greenrobot/daotest/entity/StringKeyValueEntityIdentityScopeTest.java
DaoTest/src/de/greenrobot/daotest/entity/StringKeyValueEntityTest.java
DaoTest/src/de/greenrobot/daotest/entity/TestEntityIdentityScopeTest.java
DaoTest/src/de/greenrobot/daotest/entity/TestEntityTest.java
DaoTest/src/de/greenrobot/daotest/entity/TestEntityTestBase.java
DaoTest/src/de/greenrobot/daotest/entity/ToManyEntityTest.java
DaoTest/src/de/greenrobot/daotest/entity/ToManyTargetEntityTest.java
DaoTest/src/de/greenrobot/daotest/entity/TreeEntityTest.java
DaoTest/src/de/greenrobot/daotest/performance/LoockupPerformanceTest.java
DaoTest/src/de/greenrobot/daotest/performance/PerformanceTest.java
DaoTest/src/de/greenrobot/daotest/performance/PerformanceTestNotNull.java
DaoTest/src/de/greenrobot/daotest/performance/PerformanceTestNotNullIdentityScope.java
DaoTest/src/de/greenrobot/daotest/performance/ReflectionPerformanceTest.java
DaoTest/src/de/greenrobot/daotest/performance/target/ArrayUtils.java
DaoTest/src/de/greenrobot/daotest/performance/target/LongHashMapAmarena2DZechner.java
DaoTest/src/de/greenrobot/daotest/performance/target/LongHashMapJDBM.java
DaoTest/src/de/greenrobot/daotest/performance/target/LongSparseArray.java
DaoTest/src/de/greenrobot/daotest/query/CountQueryTest.java
DaoTest/src/de/greenrobot/daotest/query/CountQueryThreadLocalTest.java
DaoTest/src/de/greenrobot/daotest/query/DeleteQueryTest.java
DaoTest/src/de/greenrobot/daotest/query/DeleteQueryThreadLocalTest.java
DaoTest/src/de/greenrobot/daotest/query/LazyListTest.java
DaoTest/src/de/greenrobot/daotest/query/QueryBuilderAndOrTest.java
DaoTest/src/de/greenrobot/daotest/query/QueryBuilderOrderTest.java
DaoTest/src/de/greenrobot/daotest/query/QueryBuilderSimpleTest.java
DaoTest/src/de/greenrobot/daotest/query/QueryForThreadTest.java
DaoTest/src/de/greenrobot/daotest/query/QueryLimitOffsetTest.java
DaoTest/src/de/greenrobot/daotest/query/QuerySpecialNamesTest.java
DaoTest/src/de/greenrobot/daotest/query/RawQueryTest.java
DaoTest/src/de/greenrobot/daotest2/entity/KeepEntityTest.java
PerformanceTestOrmLite/.classpath
PerformanceTestOrmLite/.gitignore
PerformanceTestOrmLite/.project
PerformanceTestOrmLite/.settings/org.eclipse.core.resources.prefs
PerformanceTestOrmLite/AndroidManifest.xml
PerformanceTestOrmLite/lib/ormlite-android-4.34-SNAPSHOT.jar
PerformanceTestOrmLite/lib/ormlite-core-4.34-SNAPSHOT.jar
PerformanceTestOrmLite/proguard.cfg
PerformanceTestOrmLite/project.properties
PerformanceTestOrmLite/res/values/dummy.xml
PerformanceTestOrmLite/src/de/greenrobot/performance/ormlite/DbHelper.java
PerformanceTestOrmLite/src/de/greenrobot/performance/ormlite/MinimalEntity.java
PerformanceTestOrmLite/src/de/greenrobot/performance/ormlite/PerformanceTestOrmLite.java
PerformanceTestOrmLite/src/de/greenrobot/performance/ormlite/SimpleEntityNotNull.java
PerformanceTestOrmLite/src/de/greenrobot/performance/ormlite/SimpleEntityNotNullHelper.java
README.md
build.gradle
settings.gradle

Download

Click the following link to download greenDAO-master.zip.

greenDAO-master.zip




















Home »
  Android Free Code »
    Database »




CouchDB
Database
ORM
SQLite
SQLite ORM