Uses of Class
ejava.jpa.examples.query.Store
- 
Packages that use Store Package Description ejava.jpa.examples.query  - 
- 
Uses of Store in ejava.jpa.examples.query
Fields in ejava.jpa.examples.query declared as Store Modifier and Type Field Description private StoreSale. storeFields in ejava.jpa.examples.query with type parameters of type Store Modifier and Type Field Description static SingularAttribute<Store,Long>Store_. idstatic SingularAttribute<Store,String>Store_. namestatic ListAttribute<Store,Sale>Store_. salesstatic SingularAttribute<Sale,Store>Sale_. storeMethods in ejava.jpa.examples.query that return Store Modifier and Type Method Description StoreStore. addSale(Sale... sale)StoreSale. getStore()StoreStore. setName(String name)StoreStore. setSales(List<Sale> sales)Methods in ejava.jpa.examples.query with parameters of type Store Modifier and Type Method Description SaleSale. setStore(Store store) 
 -