@Repository(value="blOrderAddressDao") public class OrderAddressDaoImpl extends Object implements OrderAddressDao
| Modifier and Type | Field and Description |
|---|---|
protected javax.persistence.EntityManager |
em |
protected EntityConfiguration |
entityConfiguration |
| Constructor and Description |
|---|
OrderAddressDaoImpl() |
| Modifier and Type | Method and Description |
|---|---|
OrderAddress |
create() |
void |
delete(OrderAddress orderAddress) |
OrderAddress |
readOrderAddressByExternalId(Long externalId) |
OrderAddress |
readOrderAddressById(Long id) |
OrderAddress |
save(OrderAddress address) |
protected javax.persistence.EntityManager em
protected EntityConfiguration entityConfiguration
public OrderAddress save(OrderAddress address)
save in interface OrderAddressDaopublic OrderAddress readOrderAddressById(Long id)
readOrderAddressById in interface OrderAddressDaopublic OrderAddress readOrderAddressByExternalId(Long externalId)
readOrderAddressByExternalId in interface OrderAddressDaopublic OrderAddress create()
create in interface OrderAddressDaopublic void delete(OrderAddress orderAddress)
delete in interface OrderAddressDaoCopyright © 2017. All rights reserved.