org.whatsitcalled.webflange.model
Class LoadTestRunDAOHibernate

java.lang.Object
  extended by org.springframework.dao.support.DaoSupport
      extended by org.springframework.orm.hibernate3.support.HibernateDaoSupport
          extended by org.whatsitcalled.webflange.model.LoadTestRunDAOHibernate
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean, LoadTestRunDAO

public class LoadTestRunDAOHibernate
extends org.springframework.orm.hibernate3.support.HibernateDaoSupport
implements LoadTestRunDAO


Field Summary
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
LoadTestRunDAOHibernate()
           
 
Method Summary
 LoadTestRun getLoadTestRun(LoadTest test, long time)
           
 LoadTestRun getLoadTestRun(java.lang.Long id)
           
 void removeLoadTestRun(java.lang.Long id)
           
 void saveLoadTestRun(LoadTestRun run)
           
 
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

LoadTestRunDAOHibernate

public LoadTestRunDAOHibernate()
Method Detail

getLoadTestRun

public LoadTestRun getLoadTestRun(java.lang.Long id)
Specified by:
getLoadTestRun in interface LoadTestRunDAO

saveLoadTestRun

public void saveLoadTestRun(LoadTestRun run)
Specified by:
saveLoadTestRun in interface LoadTestRunDAO

getLoadTestRun

public LoadTestRun getLoadTestRun(LoadTest test,
                                  long time)
Specified by:
getLoadTestRun in interface LoadTestRunDAO

removeLoadTestRun

public void removeLoadTestRun(java.lang.Long id)
Specified by:
removeLoadTestRun in interface LoadTestRunDAO


Copyright © 2008 Innobuilt Software LLC. All Rights Reserved.