|
||||||||||
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.domain.repository.GenericDao<StatsUsage,Long>
com.gisgraphy.domain.repository.StatsUsageDao
@Repository public class StatsUsageDao
Dao for StatsUsage
Field Summary |
---|
Fields inherited from class com.gisgraphy.domain.repository.GenericDao |
---|
persistentClass |
Fields inherited from class org.springframework.dao.support.DaoSupport |
---|
logger |
Constructor Summary | |
---|---|
StatsUsageDao()
Default Constructor |
Method Summary | |
---|---|
StatsUsage |
getByUsageType(StatsUsageType statsUsageType)
|
Methods inherited from class com.gisgraphy.domain.repository.GenericDao |
---|
count, deleteAll, deleteAll, exists, flushAndClear, get, getAll, getAllPaginate, getPersistenceClass, remove, save, setFlushMode |
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.domain.repository.IDao |
---|
count, deleteAll, deleteAll, exists, flushAndClear, get, getAll, getAllPaginate, getPersistenceClass, remove, save, setFlushMode |
Constructor Detail |
---|
public StatsUsageDao()
Method Detail |
---|
public StatsUsage getByUsageType(StatsUsageType statsUsageType)
getByUsageType
in interface IStatsUsageDao
statsUsageType
- The StatsUsageType
StatsUsage
for the specified StatsUsageType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |