A B C D E F G I J L M N O P Q R S T U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addBooleanProperty(String) - Method in class org.greenrobot.greendao.generator.Entity
- addByteArrayProperty(String) - Method in class org.greenrobot.greendao.generator.Entity
- addByteProperty(String) - Method in class org.greenrobot.greendao.generator.Entity
- addContentProvider() - Method in class org.greenrobot.greendao.generator.Entity
- addDateProperty(String) - Method in class org.greenrobot.greendao.generator.Entity
- addDoubleProperty(String) - Method in class org.greenrobot.greendao.generator.Entity
- addEntity(String) - Method in class org.greenrobot.greendao.generator.Schema
-
Adds a new entity to the schema.
- addEqualsParam(Property) - Method in class org.greenrobot.greendao.generator.Query
- addFloatProperty(String) - Method in class org.greenrobot.greendao.generator.Entity
- addIdProperty() - Method in class org.greenrobot.greendao.generator.Entity
-
Adds a standard _id column required by standard Android classes, e.g.
- addImport(String) - Method in class org.greenrobot.greendao.generator.Entity
- addIncomingToMany(ToMany) - Method in class org.greenrobot.greendao.generator.Entity
- addIndex(Index) - Method in class org.greenrobot.greendao.generator.Entity
-
Adds a new index to the entity.
- addIntProperty(String) - Method in class org.greenrobot.greendao.generator.Entity
- addLongProperty(String) - Method in class org.greenrobot.greendao.generator.Entity
- addOrderRaw(String) - Method in class org.greenrobot.greendao.generator.PropertyOrderList
- addParam(Property, String) - Method in class org.greenrobot.greendao.generator.Query
- addProperty(Property) - Method in class org.greenrobot.greendao.generator.PropertyOrderList
- addProperty(PropertyType, String) - Method in class org.greenrobot.greendao.generator.Entity
- addPropertyAsc(Property) - Method in class org.greenrobot.greendao.generator.PropertyOrderList
- addPropertyDesc(Property) - Method in class org.greenrobot.greendao.generator.PropertyOrderList
- addProtobufEntity(String) - Method in class org.greenrobot.greendao.generator.Schema
-
Adds a new protocol buffers entity to the schema.
- addShortProperty(String) - Method in class org.greenrobot.greendao.generator.Entity
- addStringProperty(String) - Method in class org.greenrobot.greendao.generator.Entity
- addToMany(Entity, Entity, Property, Property) - Method in class org.greenrobot.greendao.generator.Entity
- addToMany(Entity, Property) - Method in class org.greenrobot.greendao.generator.Entity
-
Adds a to-many relationship; the target entity is joined to the PK property of this entity (typically the ID).
- addToMany(Entity, Property, String) - Method in class org.greenrobot.greendao.generator.Entity
-
Convenience method for
Entity.addToMany(Entity, Property)with a subsequent call toToManyBase.setName(String). - addToMany(Property[], Entity, Property[]) - Method in class org.greenrobot.greendao.generator.Entity
- addToMany(Property, Entity, Property) - Method in class org.greenrobot.greendao.generator.Entity
-
Add a to-many relationship; the target entity is joined using the given target property (of the target entity) and given source property (of this entity).
- addToOne(Entity, Property) - Method in class org.greenrobot.greendao.generator.Entity
-
Adds a to-one relationship to the given target entity using the given given foreign key property (which belongs to this entity).
- addToOne(Entity, Property, String) - Method in class org.greenrobot.greendao.generator.Entity
-
Convenience for
Entity.addToOne(Entity, Property)with a subsequent call tosetName(String). - addToOneWithoutProperty(String, Entity, String) - Method in class org.greenrobot.greendao.generator.Entity
- addToOneWithoutProperty(String, Entity, String, boolean, boolean) - Method in class org.greenrobot.greendao.generator.Entity
- autoincrement() - Method in class org.greenrobot.greendao.generator.Property.PropertyBuilder
B
- Boolean - org.greenrobot.greendao.generator.PropertyType
- Byte - org.greenrobot.greendao.generator.PropertyType
- ByteArray - org.greenrobot.greendao.generator.PropertyType
C
- capFirst(String) - Static method in class org.greenrobot.greendao.generator.DaoUtil
- checkConvertToJavaDoc(String, String) - Static method in class org.greenrobot.greendao.generator.DaoUtil
- checkUseEquals(PropertyType) - Method in class org.greenrobot.greendao.generator.ToOne
- codeBeforeField(String) - Method in class org.greenrobot.greendao.generator.Property.PropertyBuilder
- codeBeforeGetter(String) - Method in class org.greenrobot.greendao.generator.Property.PropertyBuilder
- codeBeforeGetterAndSetter(String) - Method in class org.greenrobot.greendao.generator.Property.PropertyBuilder
- codeBeforeSetter(String) - Method in class org.greenrobot.greendao.generator.Property.PropertyBuilder
- columnName(String) - Method in class org.greenrobot.greendao.generator.Property.PropertyBuilder
-
Deprecated.
- columnType(String) - Method in class org.greenrobot.greendao.generator.Property.PropertyBuilder
-
Deprecated.
- ContentProvider - Class in org.greenrobot.greendao.generator
- ContentProvider(Schema, List<Entity>) - Constructor for class org.greenrobot.greendao.generator.ContentProvider
- copyAllBytes(InputStream, OutputStream) - Static method in class org.greenrobot.greendao.generator.DaoUtil
-
Copies all available data from in to out without closing any stream.
- customType(String, String) - Method in class org.greenrobot.greendao.generator.Property.PropertyBuilder
D
- DaoGenerator - Class in org.greenrobot.greendao.generator
-
Once you have your model created, use this class to generate entities and DAOs.
- DaoGenerator() - Constructor for class org.greenrobot.greendao.generator.DaoGenerator
- DaoUtil - Class in org.greenrobot.greendao.generator
-
Internal API
- DaoUtil() - Constructor for class org.greenrobot.greendao.generator.DaoUtil
- Date - org.greenrobot.greendao.generator.PropertyType
- dbName(String) - Static method in class org.greenrobot.greendao.generator.DaoUtil
- dbName(String) - Method in class org.greenrobot.greendao.generator.Property.PropertyBuilder
- dbType(String) - Method in class org.greenrobot.greendao.generator.Property.PropertyBuilder
- DEFAULT_NAME - Static variable in class org.greenrobot.greendao.generator.Schema
- distinct() - Method in class org.greenrobot.greendao.generator.Query
- Double - org.greenrobot.greendao.generator.PropertyType
E
- enableActiveEntitiesByDefault() - Method in class org.greenrobot.greendao.generator.Schema
- enableKeepSectionsByDefault() - Method in class org.greenrobot.greendao.generator.Schema
- Entity - Class in org.greenrobot.greendao.generator
-
Model class for an entity: a Java data object mapped to a data base table.
F
- Float - org.greenrobot.greendao.generator.PropertyType
G
- generateAll(Schema, String) - Method in class org.greenrobot.greendao.generator.DaoGenerator
-
Generates all entities and DAOs for the given schema.
- generateAll(Schema, String, String, String) - Method in class org.greenrobot.greendao.generator.DaoGenerator
-
Generates all entities and DAOs for the given schema.
- getActive() - Method in class org.greenrobot.greendao.generator.Entity
- getAdditionalImportsDao() - Method in class org.greenrobot.greendao.generator.Entity
- getAdditionalImportsEntity() - Method in class org.greenrobot.greendao.generator.Entity
- getAuthority() - Method in class org.greenrobot.greendao.generator.ContentProvider
- getBasePath() - Method in class org.greenrobot.greendao.generator.ContentProvider
- getClassName() - Method in class org.greenrobot.greendao.generator.ContentProvider
- getClassName() - Method in class org.greenrobot.greendao.generator.Entity
- getClassNameDao() - Method in class org.greenrobot.greendao.generator.Entity
- getClassnameFromFullyQualified(String) - Static method in class org.greenrobot.greendao.generator.DaoUtil
- getClassNameTest() - Method in class org.greenrobot.greendao.generator.Entity
- getCodeBeforeClass() - Method in class org.greenrobot.greendao.generator.Entity
- getCodeBeforeField() - Method in class org.greenrobot.greendao.generator.Property
- getCodeBeforeGetter() - Method in class org.greenrobot.greendao.generator.Property
- getCodeBeforeSetter() - Method in class org.greenrobot.greendao.generator.Property
- getColumn() - Method in class org.greenrobot.greendao.generator.QueryParam
- getCommaSeparatedString(String) - Method in class org.greenrobot.greendao.generator.PropertyOrderList
- getConstraints() - Method in class org.greenrobot.greendao.generator.Property
- getContentProviders() - Method in class org.greenrobot.greendao.generator.Entity
- getConverter() - Method in class org.greenrobot.greendao.generator.Property
- getConverterClassName() - Method in class org.greenrobot.greendao.generator.Property
- getCustomType() - Method in class org.greenrobot.greendao.generator.Property
- getCustomTypeClassName() - Method in class org.greenrobot.greendao.generator.Property
- getDatabaseValueExpression() - Method in class org.greenrobot.greendao.generator.Property
- getDatabaseValueExpression(String) - Method in class org.greenrobot.greendao.generator.Property
- getDatabaseValueExpressionNotNull() - Method in class org.greenrobot.greendao.generator.Property
- getDbName() - Method in class org.greenrobot.greendao.generator.Entity
- getDbName() - Method in class org.greenrobot.greendao.generator.Property
- getDbType() - Method in class org.greenrobot.greendao.generator.Property
- getDefaultJavaPackage() - Method in class org.greenrobot.greendao.generator.Schema
- getDefaultJavaPackageDao() - Method in class org.greenrobot.greendao.generator.Schema
- getDefaultJavaPackageTest() - Method in class org.greenrobot.greendao.generator.Schema
- getEntities() - Method in class org.greenrobot.greendao.generator.ContentProvider
- getEntities() - Method in class org.greenrobot.greendao.generator.Schema
- getEntity() - Method in class org.greenrobot.greendao.generator.Property
- getEntityValueExpression(String) - Method in class org.greenrobot.greendao.generator.Property
- getFkProperties() - Method in class org.greenrobot.greendao.generator.ToOne
- getHasKeepSections() - Method in class org.greenrobot.greendao.generator.Entity
- getIncomingToManyRelations() - Method in class org.greenrobot.greendao.generator.Entity
- getIndex() - Method in class org.greenrobot.greendao.generator.Property
- getIndexes() - Method in class org.greenrobot.greendao.generator.Entity
- getInterfacesToImplement() - Method in class org.greenrobot.greendao.generator.Entity
- getJavaDoc() - Method in class org.greenrobot.greendao.generator.Entity
- getJavaDocField() - Method in class org.greenrobot.greendao.generator.Property
- getJavaDocGetter() - Method in class org.greenrobot.greendao.generator.Property
- getJavaDocSetter() - Method in class org.greenrobot.greendao.generator.Property
- getJavaPackage() - Method in class org.greenrobot.greendao.generator.ContentProvider
- getJavaPackage() - Method in class org.greenrobot.greendao.generator.Entity
- getJavaPackageDao() - Method in class org.greenrobot.greendao.generator.Entity
- getJavaPackageTest() - Method in class org.greenrobot.greendao.generator.Entity
- getJavaType() - Method in class org.greenrobot.greendao.generator.Property
- getJavaTypeInEntity() - Method in class org.greenrobot.greendao.generator.Property
- getJoinEntity() - Method in class org.greenrobot.greendao.generator.ToManyWithJoinEntity
- getMultiIndexes() - Method in class org.greenrobot.greendao.generator.Entity
- getName() - Method in class org.greenrobot.greendao.generator.Index
- getName() - Method in class org.greenrobot.greendao.generator.Schema
- getName() - Method in class org.greenrobot.greendao.generator.ToManyBase
- getName() - Method in class org.greenrobot.greendao.generator.ToOne
- getOperator() - Method in class org.greenrobot.greendao.generator.QueryParam
- getOrder() - Method in class org.greenrobot.greendao.generator.ToManyBase
- getOrderSpec() - Method in class org.greenrobot.greendao.generator.PropertyOrderList
- getOrderSpec() - Method in class org.greenrobot.greendao.generator.ToManyBase
-
order spec to be used in generated @OrderBy annotation
- getOrdinal() - Method in class org.greenrobot.greendao.generator.Property
- getPackageFromFullyQualified(String) - Static method in class org.greenrobot.greendao.generator.DaoUtil
- getPkProperty() - Method in class org.greenrobot.greendao.generator.Entity
-
Internal property used by templates, don't use during entity definition.
- getPkType() - Method in class org.greenrobot.greendao.generator.Entity
-
Internal property used by templates, don't use during entity definition.
- getPrefix() - Method in class org.greenrobot.greendao.generator.Schema
- getProperties() - Method in class org.greenrobot.greendao.generator.Entity
- getProperties() - Method in class org.greenrobot.greendao.generator.PropertyOrderList
- getPropertiesColumns() - Method in class org.greenrobot.greendao.generator.Entity
- getPropertiesNonPk() - Method in class org.greenrobot.greendao.generator.Entity
-
Internal property used by templates, don't use during entity definition.
- getPropertiesOrder() - Method in class org.greenrobot.greendao.generator.PropertyOrderList
- getPropertiesPk() - Method in class org.greenrobot.greendao.generator.Entity
-
Internal property used by templates, don't use during entity definition.
- getProperty() - Method in class org.greenrobot.greendao.generator.Property.PropertyBuilder
- getPropertyName() - Method in class org.greenrobot.greendao.generator.Property
- getPropertyType() - Method in class org.greenrobot.greendao.generator.Property
- getResolvedKeyJavaType() - Method in class org.greenrobot.greendao.generator.ToOne
- getResolvedKeyUseEquals() - Method in class org.greenrobot.greendao.generator.ToOne
- getSchema() - Method in class org.greenrobot.greendao.generator.Entity
- getSourceEntity() - Method in class org.greenrobot.greendao.generator.ToManyBase
- getSourceEntity() - Method in class org.greenrobot.greendao.generator.ToOne
- getSourceProperties() - Method in class org.greenrobot.greendao.generator.ToMany
- getSourceProperty() - Method in class org.greenrobot.greendao.generator.ToManyWithJoinEntity
- getSuperclass() - Method in class org.greenrobot.greendao.generator.Entity
- getTargetEntity() - Method in class org.greenrobot.greendao.generator.ToManyBase
- getTargetEntity() - Method in class org.greenrobot.greendao.generator.ToOne
- getTargetProperties() - Method in class org.greenrobot.greendao.generator.ToMany
- getTargetProperty() - Method in class org.greenrobot.greendao.generator.ToManyWithJoinEntity
- getToManyRelations() - Method in class org.greenrobot.greendao.generator.Entity
- getToOneRelations() - Method in class org.greenrobot.greendao.generator.Entity
- getVersion() - Method in class org.greenrobot.greendao.generator.Schema
I
- implementsInterface(String...) - Method in class org.greenrobot.greendao.generator.Entity
- implementsSerializable() - Method in class org.greenrobot.greendao.generator.Entity
- index() - Method in class org.greenrobot.greendao.generator.Property.PropertyBuilder
- Index - Class in org.greenrobot.greendao.generator
- Index() - Constructor for class org.greenrobot.greendao.generator.Index
- indexAsc(String, boolean) - Method in class org.greenrobot.greendao.generator.Property.PropertyBuilder
- indexDesc(String, boolean) - Method in class org.greenrobot.greendao.generator.Property.PropertyBuilder
- init2ndPass() - Method in class org.greenrobot.greendao.generator.ContentProvider
- init2ndPassIndexNamesWithDefaults() - Method in class org.greenrobot.greendao.generator.Entity
- init2ndPassNamesWithDefaults() - Method in class org.greenrobot.greendao.generator.Entity
- Int - org.greenrobot.greendao.generator.PropertyType
- isAutoincrement() - Method in class org.greenrobot.greendao.generator.Property
- isConstructors() - Method in class org.greenrobot.greendao.generator.Entity
- isEmpty() - Method in class org.greenrobot.greendao.generator.PropertyOrderList
- isHasKeepSectionsByDefault() - Method in class org.greenrobot.greendao.generator.Schema
- isNonDefaultDbName() - Method in class org.greenrobot.greendao.generator.Entity
- isNonDefaultDbName() - Method in class org.greenrobot.greendao.generator.Property
- isNonDefaultName() - Method in class org.greenrobot.greendao.generator.Index
- isNonPrimitiveType() - Method in class org.greenrobot.greendao.generator.Property
- isNotNull() - Method in class org.greenrobot.greendao.generator.Property
- isPkAsc() - Method in class org.greenrobot.greendao.generator.Property
- isPkDesc() - Method in class org.greenrobot.greendao.generator.Property
- isPrimaryKey() - Method in class org.greenrobot.greendao.generator.Property
- isProtobuf() - Method in class org.greenrobot.greendao.generator.Entity
- isReadOnly() - Method in class org.greenrobot.greendao.generator.ContentProvider
- isScalar() - Method in enum org.greenrobot.greendao.generator.PropertyType
-
True if the type can be prepresented using a scalar (primitive type).
- isSkipCreationInDb() - Method in class org.greenrobot.greendao.generator.Entity
- isSkipGeneration() - Method in class org.greenrobot.greendao.generator.Entity
- isSkipGenerationTest() - Method in class org.greenrobot.greendao.generator.Entity
- isUnique() - Method in class org.greenrobot.greendao.generator.Index
- isUnique() - Method in class org.greenrobot.greendao.generator.Property
- isUseActiveEntitiesByDefault() - Method in class org.greenrobot.greendao.generator.Schema
- isUseFkProperty() - Method in class org.greenrobot.greendao.generator.ToOne
J
- javaDocField(String) - Method in class org.greenrobot.greendao.generator.Property.PropertyBuilder
- javaDocGetter(String) - Method in class org.greenrobot.greendao.generator.Property.PropertyBuilder
- javaDocGetterAndSetter(String) - Method in class org.greenrobot.greendao.generator.Property.PropertyBuilder
- javaDocSetter(String) - Method in class org.greenrobot.greendao.generator.Property.PropertyBuilder
L
- Long - org.greenrobot.greendao.generator.PropertyType
M
- makeUnique() - Method in class org.greenrobot.greendao.generator.Index
- mapToDbType(PropertyType) - Method in class org.greenrobot.greendao.generator.Schema
- mapToJavaTypeNotNull(PropertyType) - Method in class org.greenrobot.greendao.generator.Schema
- mapToJavaTypeNullable(PropertyType) - Method in class org.greenrobot.greendao.generator.Schema
N
- nonPrimitiveType() - Method in class org.greenrobot.greendao.generator.Property.PropertyBuilder
- notNull() - Method in class org.greenrobot.greendao.generator.Property.PropertyBuilder
O
- orderAsc(Property...) - Method in class org.greenrobot.greendao.generator.ToManyBase
-
Property of target entity used for ascending order.
- orderDesc(Property...) - Method in class org.greenrobot.greendao.generator.ToManyBase
-
Property of target entity used for descending order.
- org.greenrobot.greendao.generator - package org.greenrobot.greendao.generator
P
- primaryKey() - Method in class org.greenrobot.greendao.generator.Property.PropertyBuilder
- primaryKeyAsc() - Method in class org.greenrobot.greendao.generator.Property.PropertyBuilder
- primaryKeyDesc() - Method in class org.greenrobot.greendao.generator.Property.PropertyBuilder
- Property - Class in org.greenrobot.greendao.generator
-
Model class for an entity's property: a Java property mapped to a data base column.
- Property(Schema, Entity, PropertyType, String) - Constructor for class org.greenrobot.greendao.generator.Property
- Property.PropertyBuilder - Class in org.greenrobot.greendao.generator
- PropertyBuilder(Schema, Entity, PropertyType, String) - Constructor for class org.greenrobot.greendao.generator.Property.PropertyBuilder
- PropertyOrderList - Class in org.greenrobot.greendao.generator
- PropertyOrderList() - Constructor for class org.greenrobot.greendao.generator.PropertyOrderList
- PropertyType - Enum in org.greenrobot.greendao.generator
-
Currently available types for properties.
Q
- Query - Class in org.greenrobot.greendao.generator
-
NOT IMPLEMENTED YET.
- Query(String) - Constructor for class org.greenrobot.greendao.generator.Query
- QueryParam - Class in org.greenrobot.greendao.generator
-
NOT IMPLEMENTED YET.
- QueryParam(Property, String) - Constructor for class org.greenrobot.greendao.generator.QueryParam
R
- readAllBytes(File) - Static method in class org.greenrobot.greendao.generator.DaoUtil
- readAllBytes(InputStream) - Static method in class org.greenrobot.greendao.generator.DaoUtil
- readAllBytes(String) - Static method in class org.greenrobot.greendao.generator.DaoUtil
- readOnly() - Method in class org.greenrobot.greendao.generator.ContentProvider
S
- Schema - Class in org.greenrobot.greendao.generator
-
The "root" model class to which you can add entities to.
- Schema(int, String) - Constructor for class org.greenrobot.greendao.generator.Schema
- Schema(String, 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 and 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.
- Short - org.greenrobot.greendao.generator.PropertyType
- sourceEntity - Variable in class org.greenrobot.greendao.generator.ToManyBase
- String - org.greenrobot.greendao.generator.PropertyType
T
- targetEntity - Variable in class org.greenrobot.greendao.generator.ToManyBase
- toFileForceExists(String) - Method in class org.greenrobot.greendao.generator.DaoGenerator
- toJavaFilename(File, String, String) - Method in class org.greenrobot.greendao.generator.DaoGenerator
- ToMany - Class in org.greenrobot.greendao.generator
-
To-many relationship from a source entity to many target entities.
- ToMany(Schema, Entity, Property[], Entity, Property[]) - Constructor for class org.greenrobot.greendao.generator.ToMany
- ToManyBase - Class in org.greenrobot.greendao.generator
-
Base class for to-many relationship from source entities to target entities.
- ToManyBase(Schema, Entity, Entity) - Constructor for class org.greenrobot.greendao.generator.ToManyBase
- ToManyWithJoinEntity - Class in org.greenrobot.greendao.generator
-
To-many relationship to many target entities using a join entity (aka JOIN table).
- ToManyWithJoinEntity(Schema, Entity, Entity, Entity, Property, Property) - Constructor for class org.greenrobot.greendao.generator.ToManyWithJoinEntity
- ToOne - Class in org.greenrobot.greendao.generator
-
To-one relationship from a source entity to one (or zero) target entity.
- ToOne(Schema, Entity, Entity, Property[], boolean) - Constructor for class org.greenrobot.greendao.generator.ToOne
- toString() - Method in class org.greenrobot.greendao.generator.Entity
- toString() - Method in class org.greenrobot.greendao.generator.Property
- toString() - Method in class org.greenrobot.greendao.generator.ToManyBase
- toString() - Method in class org.greenrobot.greendao.generator.ToOne
U
- unique() - Method in class org.greenrobot.greendao.generator.Property.PropertyBuilder
V
- validatePropertyExists(Property) - Method in class org.greenrobot.greendao.generator.Entity
- valueOf(String) - Static method in enum org.greenrobot.greendao.generator.PropertyType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.greenrobot.greendao.generator.PropertyType
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes All Packages