public interface RoleDao extends GenericDao<Role,Long>
| Modifier and Type | Method and Description |
|---|---|
Role |
getRoleByName(String rolename)
Gets role information based on rolename
|
void |
removeRole(String rolename)
Removes a role from the database by name
|
exists, findByNamedQuery, get, getAll, getAllDistinct, reindex, reindexAll, remove, remove, save, searchCopyright © 2003–2013. All rights reserved.