org.broadleafcommerce.profile.core.dao
Class UserDaoImpl
java.lang.Object
org.broadleafcommerce.profile.core.dao.UserDaoImpl
- All Implemented Interfaces:
- UserDao
@Repository(value="blUserDao")
public class UserDaoImpl
- extends java.lang.Object
- implements UserDao
| 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
UserDaoImpl
public UserDaoImpl()
readUserByUsername
public User readUserByUsername(java.lang.String username)
- Specified by:
readUserByUsername in interface UserDao
readUserByEmail
public User readUserByEmail(java.lang.String emailAddress)
- Specified by:
readUserByEmail in interface UserDao
readUserRolesByUserId
public java.util.List<UserRole> readUserRolesByUserId(java.lang.Long userId)
- Specified by:
readUserRolesByUserId in interface UserDao
save
public User save(User user)
- Specified by:
save in interface UserDao
readUserById
public User readUserById(java.lang.Long id)
- Specified by:
readUserById in interface UserDao
Copyright © 2011. All Rights Reserved.