Uses of Class
ejava.examples.orm.map.annotated.ManyManyOwningEntity
-
Packages that use ManyManyOwningEntity Package Description ejava.examples.orm.map.annotated -
-
Uses of ManyManyOwningEntity in ejava.examples.orm.map.annotated
Fields in ejava.examples.orm.map.annotated with type parameters of type ManyManyOwningEntity Modifier and Type Field Description private Map<String,ManyManyOwningEntity>
ManyManyInverseEntity. ownedByEntities
Methods in ejava.examples.orm.map.annotated that return types with arguments of type ManyManyOwningEntity Modifier and Type Method Description Map<String,ManyManyOwningEntity>
ManyManyInverseEntity. getOwnedByEntities()
Method parameters in ejava.examples.orm.map.annotated with type arguments of type ManyManyOwningEntity Modifier and Type Method Description void
ManyManyInverseEntity. setOwnedByEntities(Map<String,ManyManyOwningEntity> ownedByEntities)
-