Uses of Class
ejava.examples.orm.rel.annotated.Checkout
-
Packages that use Checkout Package Description ejava.examples.orm.rel.annotated -
-
Uses of Checkout in ejava.examples.orm.rel.annotated
Fields in ejava.examples.orm.rel.annotated with type parameters of type Checkout Modifier and Type Field Description private Collection<Checkout>
Borrower. checkouts
Methods in ejava.examples.orm.rel.annotated that return types with arguments of type Checkout Modifier and Type Method Description Collection<Checkout>
Borrower. getCheckouts()
Methods in ejava.examples.orm.rel.annotated with parameters of type Checkout Modifier and Type Method Description void
Borrower. addCheckout(Checkout checkout)
void
Borrower. removeCheckout(Checkout checkout)
-