public interface OrderCustomerDao
| Modifier and Type | Method and Description |
|---|---|
OrderCustomer |
create() |
void |
delete(OrderCustomer orderCustomer) |
OrderCustomer |
readOrderCustomerByExternalId(Long externalId) |
OrderCustomer |
readOrderCustomerById(Long orderCustomerId) |
OrderCustomer |
save(OrderCustomer orderCustomer) |
OrderCustomer save(OrderCustomer orderCustomer)
OrderCustomer readOrderCustomerById(Long orderCustomerId)
OrderCustomer create()
void delete(OrderCustomer orderCustomer)
OrderCustomer readOrderCustomerByExternalId(Long externalId)
Copyright © 2017. All rights reserved.