org.broadleafcommerce.profile.core.dao
Class PhoneDaoImpl

java.lang.Object
  extended by org.broadleafcommerce.profile.core.dao.PhoneDaoImpl
All Implemented Interfaces:
PhoneDao

@Repository(value="blPhoneDao")
public class PhoneDaoImpl
extends Object
implements PhoneDao


Field Summary
protected  javax.persistence.EntityManager em
           
protected  EntityConfiguration entityConfiguration
           
 
Constructor Summary
PhoneDaoImpl()
           
 
Method Summary
 Phone create()
           
 Phone readPhoneById(Long phoneId)
           
 Phone save(Phone phone)
           
 
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

PhoneDaoImpl

public PhoneDaoImpl()
Method Detail

save

public Phone save(Phone phone)
Specified by:
save in interface PhoneDao

readPhoneById

public Phone readPhoneById(Long phoneId)
Specified by:
readPhoneById in interface PhoneDao

create

public Phone create()
Specified by:
create in interface PhoneDao


Copyright © 2012. All Rights Reserved.