Uses of Class
ejava.examples.orm.ejbql.annotated.Sale
-
Packages that use Sale Package Description ejava.examples.orm.ejbql.annotated -
-
Uses of Sale in ejava.examples.orm.ejbql.annotated
Fields in ejava.examples.orm.ejbql.annotated with type parameters of type Sale Modifier and Type Field Description private Collection<Sale>
Clerk. sales
private Collection<Sale>
Store. sales
Methods in ejava.examples.orm.ejbql.annotated that return types with arguments of type Sale Modifier and Type Method Description Collection<Sale>
Clerk. getSales()
Collection<Sale>
Store. getSales()
Method parameters in ejava.examples.orm.ejbql.annotated with type arguments of type Sale Modifier and Type Method Description void
Clerk. setSales(Collection<Sale> sales)
void
Store. setSales(Collection<Sale> sales)
-