|
||||||||||
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.UniversalDaoHibernate
com.gisgraphy.dao.hibernate.LookupDaoHibernate
public class LookupDaoHibernate
Hibernate implementation of LookupDao.
Field Summary |
---|
Fields inherited from class com.gisgraphy.dao.hibernate.UniversalDaoHibernate |
---|
log |
Fields inherited from class org.springframework.dao.support.DaoSupport |
---|
logger |
Constructor Summary | |
---|---|
LookupDaoHibernate()
|
Method Summary | |
---|---|
List<Role> |
getRoles()
Returns all Roles ordered by name |
Methods inherited from class com.gisgraphy.dao.hibernate.UniversalDaoHibernate |
---|
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.UniversalDao |
---|
get, getAll, remove, save |
Constructor Detail |
---|
public LookupDaoHibernate()
Method Detail |
---|
public List<Role> getRoles()
getRoles
in interface LookupDao
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |