Methods in de.greenrobot.daogenerator that return ToOne |
ToOne |
Entity.addToOne(Entity target,
Property fkProperty)
Adds a to-one relationship to the given target entity using the given given foreign key property (which belongs
to this entity). |
ToOne |
Entity.addToOne(Entity target,
Property fkProperty,
java.lang.String name)
Convenience for Entity.addToOne(Entity, Property) with a subsequent call to setName(String) . |
ToOne |
Entity.addToOneWithoutProperty(java.lang.String name,
Entity target,
java.lang.String fkColumnName)
|
ToOne |
Entity.addToOneWithoutProperty(java.lang.String name,
Entity target,
java.lang.String fkColumnName,
boolean notNull,
boolean unique)
|