|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CustomerEntity | |
---|---|
com.restfully.shop.persistence | |
com.restfully.shop.services |
Uses of CustomerEntity in com.restfully.shop.persistence |
---|
Fields in com.restfully.shop.persistence declared as CustomerEntity | |
---|---|
protected CustomerEntity |
OrderEntity.customer
|
Methods in com.restfully.shop.persistence that return CustomerEntity | |
---|---|
CustomerEntity |
OrderEntity.getCustomer()
|
Methods in com.restfully.shop.persistence with parameters of type CustomerEntity | |
---|---|
void |
OrderEntity.setCustomer(CustomerEntity customer)
|
Uses of CustomerEntity in com.restfully.shop.services |
---|
Methods in com.restfully.shop.services with parameters of type CustomerEntity | |
---|---|
static void |
CustomerResourceBean.domain2entity(CustomerEntity entity,
Customer customer)
|
static Customer |
CustomerResourceBean.entity2domain(CustomerEntity entity)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |