Uses of Class
ejava.examples.orm.map.annotated.OneManyOwningChild
-
Packages that use OneManyOwningChild Package Description ejava.examples.orm.map.annotated -
-
Uses of OneManyOwningChild in ejava.examples.orm.map.annotated
Fields in ejava.examples.orm.map.annotated with type parameters of type OneManyOwningChild Modifier and Type Field Description private Map<String,OneManyOwningChild>
OneManyInverseParent. ownedByChildren
Methods in ejava.examples.orm.map.annotated that return types with arguments of type OneManyOwningChild Modifier and Type Method Description Map<String,OneManyOwningChild>
OneManyInverseParent. getOwnedByChildren()
Method parameters in ejava.examples.orm.map.annotated with type arguments of type OneManyOwningChild Modifier and Type Method Description void
OneManyInverseParent. setOwnedByChildren(Map<String,OneManyOwningChild> ownedByChildren)
-