org.promotego.dao.hibernate
Class HibernateValidationRecordDao

java.lang.Object
  extended by org.springframework.dao.support.DaoSupport
      extended by org.springframework.orm.hibernate3.support.HibernateDaoSupport
          extended by org.promotego.dao.hibernate.HibernateDaoSupport<ValidationRecord>
              extended by org.promotego.dao.hibernate.HibernateValidationRecordDao
All Implemented Interfaces:
Dao<ValidationRecord>, ValidationRecordDao, org.springframework.beans.factory.InitializingBean

public class HibernateValidationRecordDao
extends HibernateDaoSupport<ValidationRecord>
implements ValidationRecordDao


Field Summary
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
HibernateValidationRecordDao()
           
 
Method Summary
 java.lang.String getCountQuery()
           
 java.lang.String getFindAllQuery()
           
 java.lang.String getIdQuery()
           
 ValidationRecord getRecordByValidationKey(java.lang.String validationKey)
           
 
Methods inherited from class org.promotego.dao.hibernate.HibernateDaoSupport
create, create, delete, deleteAll, findAll, getById, getCount, reattach, saveOrUpdate, update
 
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 org.promotego.dao.interfaces.Dao
create, create, delete, deleteAll, findAll, getById, getCount, reattach, saveOrUpdate, update
 

Constructor Detail

HibernateValidationRecordDao

public HibernateValidationRecordDao()
Method Detail

getFindAllQuery

public java.lang.String getFindAllQuery()
Specified by:
getFindAllQuery in class HibernateDaoSupport<ValidationRecord>

getIdQuery

public java.lang.String getIdQuery()
Specified by:
getIdQuery in class HibernateDaoSupport<ValidationRecord>

getCountQuery

public java.lang.String getCountQuery()
Specified by:
getCountQuery in class HibernateDaoSupport<ValidationRecord>

getRecordByValidationKey

public ValidationRecord getRecordByValidationKey(java.lang.String validationKey)
Specified by:
getRecordByValidationKey in interface ValidationRecordDao


Copyright © 2007. All Rights Reserved.