public interface SecurityRoleDao extends BaseJpaDao
| Modifier and Type | Method and Description |
|---|---|
List<SecurityRoleEntity> |
getAllSecurityRoles()
Gets the list of all security roles entities.
|
SecurityRoleEntity |
getSecurityRoleByName(String securityRoleName)
Gets a security role by it's name.
|
List<SecurityRoleKey> |
getSecurityRoleKeys()
Gets all the security roles in ascending order of security role names.
|
delete, detach, findAll, findById, findByNamedProperties, findUniqueByNamedProperties, getCurrentTimestamp, getEntityManager, query, queryByNamedParams, save, saveAndRefreshList<SecurityRoleEntity> getAllSecurityRoles()
SecurityRoleEntity getSecurityRoleByName(String securityRoleName)
securityRoleName - the security role name (case-insensitive)List<SecurityRoleKey> getSecurityRoleKeys()
Copyright © 2019. All rights reserved.