@Repository(value="blAddressDao") public class AddressDaoImpl extends Object implements AddressDao
| Modifier and Type | Field and Description |
|---|---|
protected javax.persistence.EntityManager |
em |
protected EntityConfiguration |
entityConfiguration |
| Constructor and Description |
|---|
AddressDaoImpl() |
protected javax.persistence.EntityManager em
protected EntityConfiguration entityConfiguration
public Address save(Address address)
save in interface AddressDaopublic Address readAddressById(Long id)
readAddressById in interface AddressDaopublic Address create()
create in interface AddressDaopublic void delete(Address address)
delete in interface AddressDaoCopyright © 2015. All Rights Reserved.