Uses of Class
ejava.examples.orm.map.annotated.OneManyChild
-
Packages that use OneManyChild Package Description ejava.examples.orm.map.annotated -
-
Uses of OneManyChild in ejava.examples.orm.map.annotated
Fields in ejava.examples.orm.map.annotated with type parameters of type OneManyChild Modifier and Type Field Description private Map<String,OneManyChild>OneManyOwningParent. ownedChildrenMethods in ejava.examples.orm.map.annotated that return types with arguments of type OneManyChild Modifier and Type Method Description Map<String,OneManyChild>OneManyOwningParent. getOwnedChildren()Method parameters in ejava.examples.orm.map.annotated with type arguments of type OneManyChild Modifier and Type Method Description voidOneManyOwningParent. setOwnedChildren(Map<String,OneManyChild> ownedChildren)
-