Uses of Class
ejava.jpa.examples.query.Sale
- 
Packages that use Sale Package Description ejava.jpa.examples.query  - 
- 
Uses of Sale in ejava.jpa.examples.query
Fields in ejava.jpa.examples.query with type parameters of type Sale Modifier and Type Field Description static SingularAttribute<Sale,BigDecimal>Sale_. amountstatic SingularAttribute<Sale,Long>Sale_. buyerIdstatic ListAttribute<Sale,Clerk>Sale_. clerksstatic SingularAttribute<Sale,Date>Sale_. datestatic SingularAttribute<Sale,Long>Sale_. idstatic CollectionAttribute<Clerk,Sale>Clerk_. salesprivate Collection<Sale>Clerk. salesstatic ListAttribute<Store,Sale>Store_. salesprivate List<Sale>Store. salesstatic SingularAttribute<Sale,Store>Sale_. storeMethods in ejava.jpa.examples.query that return Sale Modifier and Type Method Description SaleSale. addClerk(Clerk... clerk)SaleSale. setAmount(BigDecimal amount)SaleSale. setBuyerId(long buyerId)SaleSale. setClerks(List<Clerk> clerks)SaleSale. setDate(Date date)SaleSale. setStore(Store store)Methods in ejava.jpa.examples.query that return types with arguments of type Sale Modifier and Type Method Description Collection<Sale>Clerk. getSales()List<Sale>Store. getSales()Methods in ejava.jpa.examples.query with parameters of type Sale Modifier and Type Method Description ClerkClerk. addSale(Sale... sale)StoreStore. addSale(Sale... sale)Method parameters in ejava.jpa.examples.query with type arguments of type Sale Modifier and Type Method Description ClerkClerk. setSales(Collection<Sale> sales)StoreStore. setSales(List<Sale> sales) 
 -