@Repository(value="blOrderCustomerDao") public class OrderCustomerDaoImpl extends Object implements OrderCustomerDao
| Modifier and Type | Field and Description |
|---|---|
protected javax.persistence.EntityManager |
em |
protected EntityConfiguration |
entityConfiguration |
| Constructor and Description |
|---|
OrderCustomerDaoImpl() |
| Modifier and Type | Method and Description |
|---|---|
OrderCustomer |
create() |
void |
delete(OrderCustomer orderCustomer) |
OrderCustomer |
readOrderCustomerByExternalId(Long externalId) |
OrderCustomer |
readOrderCustomerById(Long orderCustomerId) |
OrderCustomer |
save(OrderCustomer orderCustomer) |
protected javax.persistence.EntityManager em
protected EntityConfiguration entityConfiguration
public OrderCustomer save(OrderCustomer orderCustomer)
save in interface OrderCustomerDaopublic OrderCustomer readOrderCustomerById(Long orderCustomerId)
readOrderCustomerById in interface OrderCustomerDaopublic OrderCustomer readOrderCustomerByExternalId(Long externalId)
readOrderCustomerByExternalId in interface OrderCustomerDaopublic OrderCustomer create()
create in interface OrderCustomerDaopublic void delete(OrderCustomer orderCustomer)
delete in interface OrderCustomerDaoCopyright © 2017. All rights reserved.