|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of PropertyType in de.greenrobot.daogenerator |
---|
Methods in de.greenrobot.daogenerator that return PropertyType | |
---|---|
PropertyType |
Property.getPropertyType()
|
static PropertyType |
PropertyType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static PropertyType[] |
PropertyType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in de.greenrobot.daogenerator with parameters of type PropertyType | |
---|---|
Property.PropertyBuilder |
Entity.addProperty(PropertyType propertyType,
java.lang.String propertyName)
|
protected boolean |
ToOne.checkUseEquals(PropertyType propertyType)
|
java.lang.String |
Schema.mapToDbType(PropertyType propertyType)
|
java.lang.String |
Schema.mapToJavaTypeNotNull(PropertyType propertyType)
|
java.lang.String |
Schema.mapToJavaTypeNullable(PropertyType propertyType)
|
void |
Property.setPropertyType(PropertyType propertyType)
|
Constructors in de.greenrobot.daogenerator with parameters of type PropertyType | |
---|---|
Property.PropertyBuilder(Schema schema,
Entity entity,
PropertyType propertyType,
java.lang.String propertyName)
|
|
Property(Schema schema,
Entity entity,
PropertyType propertyType,
java.lang.String propertyName)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |