org.gwe.persistence.dao
Class JobExecutionInfoDAO

java.lang.Object
  extended by org.springframework.dao.support.DaoSupport
      extended by org.springframework.orm.hibernate3.support.HibernateDaoSupport
          extended by org.gwe.persistence.dao.GenericHibernateDaoSupport<INFO_TYPE,KEY_TYPE>
              extended by org.gwe.persistence.dao.BaseInfoDAO<JobExecutionInfo,java.lang.String>
                  extended by org.gwe.persistence.dao.JobExecutionInfoDAO
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean

public class JobExecutionInfoDAO
extends BaseInfoDAO<JobExecutionInfo,java.lang.String>

Since:
Aug 13, 2007
Author:
Marco Ruiz

Field Summary
 
Fields inherited from class org.gwe.persistence.dao.GenericHibernateDaoSupport
tableName
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
JobExecutionInfoDAO()
           
 
Method Summary
 java.util.List<JobExecutionInfo> getBelongingToJob(java.lang.String jobId)
           
 
Methods inherited from class org.gwe.persistence.dao.GenericHibernateDaoSupport
count, delete, deleteAll, deleteAll, deleteById, evict, evictAll, get, getForFieldIn, getInfoClass, getKeyClass, getList, getParametrizedType, merge, query, queryFirst, save, saveAll, saveOrUpdate, saveOrUpdateAll, update, updateAndEvict
 
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
 

Constructor Detail

JobExecutionInfoDAO

public JobExecutionInfoDAO()
Method Detail

getBelongingToJob

public java.util.List<JobExecutionInfo> getBelongingToJob(java.lang.String jobId)


Copyright © 2007-2009. All Rights Reserved.