org.broadleafcommerce.security.dao
Class AdminRoleDaoImpl
java.lang.Object
org.broadleafcommerce.security.dao.AdminRoleDaoImpl
- All Implemented Interfaces:
- AdminRoleDao
@Repository(value="blAdminRoleDao")
public class AdminRoleDaoImpl
- extends java.lang.Object
- implements AdminRoleDao
| 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
queryCacheableKey
protected java.lang.String queryCacheableKey
AdminRoleDaoImpl
public AdminRoleDaoImpl()
deleteAdminRole
public void deleteAdminRole(AdminRole role)
- Specified by:
deleteAdminRole in interface AdminRoleDao
readAdminRoleById
public AdminRole readAdminRoleById(java.lang.Long id)
- Specified by:
readAdminRoleById in interface AdminRoleDao
saveAdminRole
public AdminRole saveAdminRole(AdminRole role)
- Specified by:
saveAdminRole in interface AdminRoleDao
readAllAdminRoles
public java.util.List<AdminRole> readAllAdminRoles()
- Specified by:
readAllAdminRoles in interface AdminRoleDao
Copyright © 2010. All Rights Reserved.