|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.ramapuram.thomas.dao.hibernate.GenericDaoHibernate<Role,java.lang.Long>
net.ramapuram.thomas.dao.hibernate.RoleDaoHibernate
@Repository public class RoleDaoHibernate
This class interacts with Spring's HibernateTemplate to save/delete and retrieve Role objects.
| Field Summary |
|---|
| Fields inherited from class net.ramapuram.thomas.dao.hibernate.GenericDaoHibernate |
|---|
log |
| Constructor Summary | |
|---|---|
RoleDaoHibernate()
Constructor to create a Generics-based version using Role as the entity |
|
| Method Summary | |
|---|---|
Role |
getRoleByName(java.lang.String rolename)
Gets role information based on rolename |
void |
removeRole(java.lang.String rolename)
Removes a role from the database by name |
| Methods inherited from class net.ramapuram.thomas.dao.hibernate.GenericDaoHibernate |
|---|
exists, findByNamedQuery, get, getAll, getAllDistinct, getHibernateTemplate, getSessionFactory, remove, save, setSessionFactory |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface net.ramapuram.thomas.dao.GenericDao |
|---|
exists, findByNamedQuery, get, getAll, getAllDistinct, remove, save |
| Constructor Detail |
|---|
public RoleDaoHibernate()
| Method Detail |
|---|
public Role getRoleByName(java.lang.String rolename)
getRoleByName in interface RoleDaorolename - the rolename
public void removeRole(java.lang.String rolename)
removeRole in interface RoleDaorolename - the role's rolename
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||