- Schema - Class in de.greenrobot.daogenerator
-
The "root" model class to which you can add entities to.
- Schema(int, String) - Constructor for class de.greenrobot.daogenerator.Schema
-
- setActive(Boolean) - Method in class de.greenrobot.daogenerator.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 de.greenrobot.daogenerator.ContentProvider
-
- setBasePath(String) - Method in class de.greenrobot.daogenerator.ContentProvider
-
- setClassName(String) - Method in class de.greenrobot.daogenerator.ContentProvider
-
- setClassNameDao(String) - Method in class de.greenrobot.daogenerator.Entity
-
- setClassNameTest(String) - Method in class de.greenrobot.daogenerator.Entity
-
- setCodeBeforeClass(String) - Method in class de.greenrobot.daogenerator.Entity
-
- setConstructors(boolean) - Method in class de.greenrobot.daogenerator.Entity
-
- setDefaultJavaPackageDao(String) - Method in class de.greenrobot.daogenerator.Schema
-
- setDefaultJavaPackageTest(String) - Method in class de.greenrobot.daogenerator.Schema
-
- setHasKeepSections(Boolean) - Method in class de.greenrobot.daogenerator.Entity
-
- setJavaDoc(String) - Method in class de.greenrobot.daogenerator.Entity
-
- setJavaPackage(String) - Method in class de.greenrobot.daogenerator.ContentProvider
-
- setJavaPackage(String) - Method in class de.greenrobot.daogenerator.Entity
-
- setJavaPackageDao(String) - Method in class de.greenrobot.daogenerator.Entity
-
- setJavaPackageTest(String) - Method in class de.greenrobot.daogenerator.Entity
-
- setName(String) - Method in class de.greenrobot.daogenerator.Index
-
- setName(String) - Method in class de.greenrobot.daogenerator.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 de.greenrobot.daogenerator.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 de.greenrobot.daogenerator.Property
-
- setSkipGeneration(boolean) - Method in class de.greenrobot.daogenerator.Entity
-
Flag if the entity's code generation should be skipped.
- setSkipGenerationTest(boolean) - Method in class de.greenrobot.daogenerator.Entity
-
- setSkipTableCreation(boolean) - Method in class de.greenrobot.daogenerator.Entity
-
Flag if CREATE & DROP TABLE scripts should be skipped in Dao.
- setSourceProperties(Property[]) - Method in class de.greenrobot.daogenerator.ToMany
-
- setSuperclass(String) - Method in class de.greenrobot.daogenerator.Entity
-
- setTableName(String) - Method in class de.greenrobot.daogenerator.Entity
-
- sourceEntity - Variable in class de.greenrobot.daogenerator.ToManyBase
-