org.broadleafcommerce.profile.core.dao
Class PhoneDaoImpl
java.lang.Object
org.broadleafcommerce.profile.core.dao.PhoneDaoImpl
- All Implemented Interfaces:
- PhoneDao
@Repository(value="blPhoneDao")
public class PhoneDaoImpl
- extends Object
- implements PhoneDao
| 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
PhoneDaoImpl
public PhoneDaoImpl()
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 © 2013. All Rights Reserved.