|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.dao.support.DaoSupport
org.springframework.orm.hibernate3.support.HibernateDaoSupport
com.gisgraphy.dao.hibernate.GenericDaoHibernate<Role,java.lang.Long>
com.gisgraphy.dao.hibernate.RoleDaoHibernate
public class RoleDaoHibernate
This class interacts with Spring's HibernateTemplate to save/delete and retrieve Role objects.
| Field Summary |
|---|
| Fields inherited from class com.gisgraphy.dao.hibernate.GenericDaoHibernate |
|---|
log |
| Fields inherited from class org.springframework.dao.support.DaoSupport |
|---|
logger |
| 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 com.gisgraphy.dao.hibernate.GenericDaoHibernate |
|---|
exists, get, getAll, remove, save |
| Methods inherited from class org.springframework.orm.hibernate3.support.HibernateDaoSupport |
|---|
checkDaoConfig, convertHibernateAccessException, createHibernateTemplate, getHibernateTemplate, getSession, getSession, getSessionFactory, releaseSession, setHibernateTemplate, setSessionFactory |
| Methods inherited from class org.springframework.dao.support.DaoSupport |
|---|
afterPropertiesSet, initDao |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.gisgraphy.dao.GenericDao |
|---|
exists, get, getAll, 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 | |||||||||