|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.broadleafcommerce.profile.core.dao.PhoneDaoImpl
@Repository(value="blPhoneDao") public class PhoneDaoImpl
| Field Summary | |
|---|---|
protected javax.persistence.EntityManager |
em
|
protected EntityConfiguration |
entityConfiguration
|
| Constructor Summary | |
|---|---|
PhoneDaoImpl()
|
|
| Method Summary | |
|---|---|
Phone |
create()
|
Phone |
readPhoneById(java.lang.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 |
|---|
protected javax.persistence.EntityManager em
protected EntityConfiguration entityConfiguration
| Constructor Detail |
|---|
public PhoneDaoImpl()
| Method Detail |
|---|
public Phone save(Phone phone)
save in interface PhoneDaopublic Phone readPhoneById(java.lang.Long phoneId)
readPhoneById in interface PhoneDaopublic Phone create()
create in interface PhoneDao
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||