Uses of Class
de.greenrobot.daogenerator.ToMany

Uses of ToMany in de.greenrobot.daogenerator
 

Methods in de.greenrobot.daogenerator that return ToMany
 ToMany Entity.addToMany(Entity target, Property targetProperty)
          Adds a to-many relationship; the target entity is joined to the PK property of this entity (typically the ID).
 ToMany Entity.addToMany(Entity target, Property targetProperty, java.lang.String name)
          Convenience method for Entity.addToMany(Entity, Property) with a subsequent call to setName(String).
 ToMany Entity.addToMany(Property[] sourceProperties, Entity target, Property[] targetProperties)
           
 ToMany Entity.addToMany(Property sourceProperty, Entity target, Property targetProperty)
          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).
 

Methods in de.greenrobot.daogenerator that return types with arguments of type ToMany
 java.util.List<ToMany> Entity.getIncomingToManyRelations()
           
 java.util.List<ToMany> Entity.getToManyRelations()
           
 

Methods in de.greenrobot.daogenerator with parameters of type ToMany
protected  void Entity.addIncomingToMany(ToMany toMany)
           
 



Copyright © 2011-2012 greenrobot.de. All Rights Reserved.