- Schema - Class in org.greenrobot.greendao.generator
-
The "root" model class to which you can add entities to.
- Schema(String, int, String) - Constructor for class org.greenrobot.greendao.generator.Schema
-
- Schema(int, String) - Constructor for class org.greenrobot.greendao.generator.Schema
-
- setActive(Boolean) - Method in class org.greenrobot.greendao.generator.Entity
-
Entities with relations are active, but this method allows to make the entities active even if it does not have
relations.
- setAuthority(String) - Method in class org.greenrobot.greendao.generator.ContentProvider
-
- setBasePath(String) - Method in class org.greenrobot.greendao.generator.ContentProvider
-
- setClassName(String) - Method in class org.greenrobot.greendao.generator.ContentProvider
-
- setClassNameDao(String) - Method in class org.greenrobot.greendao.generator.Entity
-
- setClassNameTest(String) - Method in class org.greenrobot.greendao.generator.Entity
-
- setCodeBeforeClass(String) - Method in class org.greenrobot.greendao.generator.Entity
-
- setConstructors(boolean) - Method in class org.greenrobot.greendao.generator.Entity
-
Flag to define if constructors should be generated.
- setDbName(String) - Method in class org.greenrobot.greendao.generator.Entity
-
- setDefaultJavaPackageDao(String) - Method in class org.greenrobot.greendao.generator.Schema
-
- setDefaultJavaPackageTest(String) - Method in class org.greenrobot.greendao.generator.Schema
-
- setHasKeepSections(Boolean) - Method in class org.greenrobot.greendao.generator.Entity
-
- setIndex(Index) - Method in class org.greenrobot.greendao.generator.Property
-
- setJavaDoc(String) - Method in class org.greenrobot.greendao.generator.Entity
-
- setJavaPackage(String) - Method in class org.greenrobot.greendao.generator.ContentProvider
-
- setJavaPackage(String) - Method in class org.greenrobot.greendao.generator.Entity
-
- setJavaPackageDao(String) - Method in class org.greenrobot.greendao.generator.Entity
-
- setJavaPackageTest(String) - Method in class org.greenrobot.greendao.generator.Entity
-
- setName(String) - Method in class org.greenrobot.greendao.generator.Index
-
- setName(String) - Method in class org.greenrobot.greendao.generator.ToManyBase
-
Sets the name of the relation, which is used as the property name in the entity (the source entity owning the
to-many relationship).
- setName(String) - Method in class org.greenrobot.greendao.generator.ToOne
-
Sets the name of the relation, which is used as the property name in the entity (the source entity owning the
to-many relationship).
- setPropertyType(PropertyType) - Method in class org.greenrobot.greendao.generator.Property
-
- setSkipCreationInDb(boolean) - Method in class org.greenrobot.greendao.generator.Entity
-
Flag if CREATE & DROP TABLE scripts should be skipped in Dao.
- setSkipGeneration(boolean) - Method in class org.greenrobot.greendao.generator.Entity
-
Flag if the entity's code generation should be skipped.
- setSkipGenerationTest(boolean) - Method in class org.greenrobot.greendao.generator.Entity
-
- setSkipTableCreation(boolean) - Method in class org.greenrobot.greendao.generator.Entity
-
Deprecated.
- setSourceProperties(Property[]) - Method in class org.greenrobot.greendao.generator.ToMany
-
- setSuperclass(String) - Method in class org.greenrobot.greendao.generator.Entity
-
- setTableName(String) - Method in class org.greenrobot.greendao.generator.Entity
-
Deprecated.
- sourceEntity - Variable in class org.greenrobot.greendao.generator.ToManyBase
-