|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.dao.support.DaoSupport org.springframework.orm.hibernate3.support.HibernateDaoSupport magoffin.matt.dao.hbm.GenericHibernateDao<T,PK> magoffin.matt.dao.hbm.GenericIndexableHibernateDao<TimeZone,java.lang.String> magoffin.matt.ma2.dao.hbm.HibernateTimeZoneDao
public class HibernateTimeZoneDao
Hibernate implementation of TimeZoneDao
.
info
Nested Class Summary |
---|
Nested classes/interfaces inherited from class magoffin.matt.dao.hbm.GenericHibernateDao |
---|
magoffin.matt.dao.hbm.GenericHibernateDao.UpdateMode |
Field Summary | |
---|---|
static java.lang.String |
QUERY_TIME_ZONE_ALL
Find all time zones. |
Fields inherited from class magoffin.matt.dao.hbm.GenericIndexableHibernateDao |
---|
DEFAULT_INDEX_BATCH_SIZE |
Fields inherited from class magoffin.matt.dao.hbm.GenericHibernateDao |
---|
DEFAULT_BATCH_FLUSH_COUNT, log |
Fields inherited from class org.springframework.dao.support.DaoSupport |
---|
logger |
Constructor Summary | |
---|---|
HibernateTimeZoneDao()
Default constructor. |
Method Summary | |
---|---|
java.util.List<TimeZone> |
findAllTimeZones()
Get all available time zones. |
protected java.lang.String |
getPrimaryKey(TimeZone domainObject)
|
Methods inherited from class magoffin.matt.dao.hbm.GenericIndexableHibernateDao |
---|
getIndexBatchSize, getIndexObjectIdColumnName, getIndexObjectTableAlias, getIndexRowMapper, getIndexTimeZone, getJdbcTemplate, getSqlIndexAll, getSqlIndexDateRange, getSqlParamIdxWithDateRange, index, populateIndexRow, setIndexBatchSize, setIndexObjectIdColumnName, setIndexObjectTableAlias, setIndexRowMapper, setIndexTimeZone, setJdbcTemplate, setSqlIndexAll, setSqlIndexDateRange, setSqlParamIdxWithDateRange |
Methods inherited from class magoffin.matt.dao.hbm.GenericHibernateDao |
---|
delete, executeLiveCriteriaBatchCallback, executeNamedQueryBatchCallback, executeStatelessCriteriaBatchCallback, findByNamedQuery, findByNamedQuery, findByNamedQuery, findByNamedQuery, findByNamedQuery, get, getBatchFlushCount, getType, getUpdateMode, save, setBatchFlushCount, setUpdateMode, store, update |
Methods inherited from class org.springframework.orm.hibernate3.support.HibernateDaoSupport |
---|
checkDaoConfig, closeSessionIfNecessary, 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 magoffin.matt.dao.GenericDao |
---|
delete, get, store |
Field Detail |
---|
public static final java.lang.String QUERY_TIME_ZONE_ALL
Constructor Detail |
---|
public HibernateTimeZoneDao()
Method Detail |
---|
protected java.lang.String getPrimaryKey(TimeZone domainObject)
getPrimaryKey
in class magoffin.matt.dao.hbm.GenericHibernateDao<TimeZone,java.lang.String>
public java.util.List<TimeZone> findAllTimeZones()
TimeZoneDao
findAllTimeZones
in interface TimeZoneDao
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |