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
|
Copyright © 2015. All rights reserved.