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. salesprivate Collection<Sale>Store. salesMethods 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 voidClerk. setSales(Collection<Sale> sales)voidStore. setSales(Collection<Sale> sales)
-