org.broadleafcommerce.profile.core.dao
Class CustomerDaoImpl
java.lang.Object
org.broadleafcommerce.profile.core.dao.CustomerDaoImpl
- All Implemented Interfaces:
- CustomerDao
@Repository(value="blCustomerDao")
public class CustomerDaoImpl
- extends Object
- implements CustomerDao
| 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
CustomerDaoImpl
public CustomerDaoImpl()
readCustomerById
public Customer readCustomerById(Long id)
- Specified by:
readCustomerById in interface CustomerDao
readCustomerByUsername
public Customer readCustomerByUsername(String username)
- Specified by:
readCustomerByUsername in interface CustomerDao
readCustomerByEmail
public Customer readCustomerByEmail(String emailAddress)
- Specified by:
readCustomerByEmail in interface CustomerDao
save
public Customer save(Customer customer)
- Specified by:
save in interface CustomerDao
create
public Customer create()
- Specified by:
create in interface CustomerDao
Copyright © 2012. All Rights Reserved.