Uses of Class
ejava.examples.orm.onetomany.annotated.OneManyChild
-
Packages that use OneManyChild Package Description ejava.examples.orm.onetomany.annotated -
-
Uses of OneManyChild in ejava.examples.orm.onetomany.annotated
Fields in ejava.examples.orm.onetomany.annotated with type parameters of type OneManyChild Modifier and Type Field Description private Collection<OneManyChild>
OneManyOwningParent. children
Methods in ejava.examples.orm.onetomany.annotated that return types with arguments of type OneManyChild Modifier and Type Method Description Collection<OneManyChild>
OneManyOwningParent. getChildren()
Method parameters in ejava.examples.orm.onetomany.annotated with type arguments of type OneManyChild Modifier and Type Method Description void
OneManyOwningParent. setChildren(Collection<OneManyChild> children)
-