org.broadleafcommerce.profile.core.dao
Class AddressDaoImpl
java.lang.Object
org.broadleafcommerce.profile.core.dao.AddressDaoImpl
- All Implemented Interfaces:
- AddressDao
@Repository(value="blAddressDao")
public class AddressDaoImpl
- extends Object
- implements AddressDao
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
em
protected javax.persistence.EntityManager em
entityConfiguration
protected EntityConfiguration entityConfiguration
AddressDaoImpl
public AddressDaoImpl()
save
public Address save(Address address)
- Specified by:
save in interface AddressDao
readAddressById
public Address readAddressById(Long id)
- Specified by:
readAddressById in interface AddressDao
create
public Address create()
- Specified by:
create in interface AddressDao
delete
public void delete(Address address)
- Specified by:
delete in interface AddressDao
Copyright © 2013. All Rights Reserved.