Package | Description |
---|---|
ejava.jpa.examples.query |
Modifier and Type | Field and Description |
---|---|
private Store |
Sale.store |
Modifier and Type | Method and Description |
---|---|
Store |
Store.addSale(Sale... sale) |
Store |
Sale.getStore() |
Store |
Store.setName(String name) |
Store |
Store.setSales(List<Sale> sales) |
Modifier and Type | Method and Description |
---|---|
Sale |
Sale.setStore(Store store) |
Copyright © 2015 John's Hopkins University, Engineering Programs for Professionals. All rights reserved.