|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.broadleafcommerce.profile.core.dao.AddressDaoImpl
@Repository(value="blAddressDao") public class AddressDaoImpl
| Field Summary | |
|---|---|
protected javax.persistence.EntityManager |
em
|
protected EntityConfiguration |
entityConfiguration
|
| Constructor Summary | |
|---|---|
AddressDaoImpl()
|
|
| Method Summary | |
|---|---|
Address |
create()
|
void |
delete(Address address)
|
Address |
readAddressById(java.lang.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 |
|---|
protected javax.persistence.EntityManager em
protected EntityConfiguration entityConfiguration
| Constructor Detail |
|---|
public AddressDaoImpl()
| Method Detail |
|---|
public Address save(Address address)
save in interface AddressDaopublic Address readAddressById(java.lang.Long id)
readAddressById in interface AddressDaopublic Address create()
create in interface AddressDaopublic void delete(Address address)
delete in interface AddressDao
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||