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