Uses of Class
com.restfully.shop.persistence.CustomerEntity

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)
           
 



Copyright © 2011. All Rights Reserved.