Package | Description |
---|---|
ejava.examples.orm.ejbql.annotated |
Modifier and Type | Field and Description |
---|---|
private Collection<Sale> |
Store.sales |
private Collection<Sale> |
Clerk.sales |
Modifier and Type | Method and Description |
---|---|
Collection<Sale> |
Store.getSales() |
Collection<Sale> |
Clerk.getSales() |
Modifier and Type | Method and Description |
---|---|
void |
Store.setSales(Collection<Sale> sales) |
void |
Clerk.setSales(Collection<Sale> sales) |
Copyright © 2015 John's Hopkins University, Engineering Programs for Professionals. All rights reserved.