Uses of Class
ejava.examples.orm.rel.annotated.Borrower
-
Packages that use Borrower Package Description ejava.examples.orm.rel.annotated -
-
Uses of Borrower in ejava.examples.orm.rel.annotated
Fields in ejava.examples.orm.rel.annotated declared as Borrower Modifier and Type Field Description private BorrowerApplicant. borrowerprivate BorrowerCheckout. borrowerFields in ejava.examples.orm.rel.annotated with type parameters of type Borrower Modifier and Type Field Description private Map<Long,Borrower>Library. borrowersMethods in ejava.examples.orm.rel.annotated that return Borrower Modifier and Type Method Description BorrowerApplicant. getBorrower()BorrowerCheckout. getBorrower()Methods in ejava.examples.orm.rel.annotated that return types with arguments of type Borrower Modifier and Type Method Description Map<Long,Borrower>Library. getBorrowers()Methods in ejava.examples.orm.rel.annotated with parameters of type Borrower Modifier and Type Method Description voidApplicant. setBorrower(Borrower borrower)voidCheckout. setBorrower(Borrower borrower)Method parameters in ejava.examples.orm.rel.annotated with type arguments of type Borrower Modifier and Type Method Description voidLibrary. setBorrowers(Map<Long,Borrower> borrowers)
-