Uses of Class
ejava.examples.orm.rel.annotated.Person
-
Packages that use Person Package Description ejava.examples.orm.rel.annotated -
-
Uses of Person in ejava.examples.orm.rel.annotated
Fields in ejava.examples.orm.rel.annotated declared as Person Modifier and Type Field Description private PersonApplicant. identityprivate PersonBorrower. identityMethods in ejava.examples.orm.rel.annotated that return Person Modifier and Type Method Description PersonApplicant. getIdentity()Methods in ejava.examples.orm.rel.annotated with parameters of type Person Modifier and Type Method Description voidApplicant. setIdentity(Person identity)Constructors in ejava.examples.orm.rel.annotated with parameters of type Person Constructor Description Borrower(Person identity)
-