|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Schema in de.greenrobot.daogenerator |
---|
Methods in de.greenrobot.daogenerator that return Schema | |
---|---|
Schema |
Entity.getSchema()
|
Methods in de.greenrobot.daogenerator with parameters of type Schema | |
---|---|
void |
DaoGenerator.generateAll(Schema schema,
java.lang.String outDir)
Generates all entities and DAOs for the given schema. |
void |
DaoGenerator.generateAll(Schema schema,
java.lang.String outDir,
java.lang.String outDirTest)
Generates all entities and DAOs for the given schema. |
Constructors in de.greenrobot.daogenerator with parameters of type Schema | |
---|---|
Property.PropertyBuilder(Schema schema,
Entity entity,
PropertyType propertyType,
java.lang.String propertyName)
|
|
Property(Schema schema,
Entity entity,
PropertyType propertyType,
java.lang.String propertyName)
|
|
ToMany(Schema schema,
Entity sourceEntity,
Property[] sourceProperties,
Entity targetEntity,
Property[] targetProperties)
|
|
ToOne(Schema schema,
Entity sourceEntity,
Entity targetEntity,
Property[] fkProperties,
boolean useFkProperty)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |