Class AddressDaoImpl
java.lang.Object
org.broadleafcommerce.profile.core.dao.AddressDaoImpl
- All Implemented Interfaces:
AddressDao
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected jakarta.persistence.EntityManagerprotected EntityConfiguration -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
em
protected jakarta.persistence.EntityManager em -
entityConfiguration
-
-
Constructor Details
-
AddressDaoImpl
public AddressDaoImpl()
-
-
Method Details
-
save
- Specified by:
savein interfaceAddressDao
-
readAddressById
- Specified by:
readAddressByIdin interfaceAddressDao
-
create
- Specified by:
createin interfaceAddressDao
-
delete
- Specified by:
deletein interfaceAddressDao
-