org.broadleafcommerce.profile.core.dao
Class AddressDaoImpl

java.lang.Object
  extended by org.broadleafcommerce.profile.core.dao.AddressDaoImpl
All Implemented Interfaces:
AddressDao

@Repository(value="blAddressDao")
public class AddressDaoImpl
extends Object
implements AddressDao


Field Summary
protected  javax.persistence.EntityManager em
           
protected  EntityConfiguration entityConfiguration
           
 
Constructor Summary
AddressDaoImpl()
           
 
Method Summary
 Address create()
           
 void delete(Address address)
           
 Address readAddressById(Long id)
           
 Address save(Address address)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

em

protected javax.persistence.EntityManager em

entityConfiguration

protected EntityConfiguration entityConfiguration
Constructor Detail

AddressDaoImpl

public AddressDaoImpl()
Method Detail

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.