org.whatsitcalled.webflange.model
Class LoadTestRunDAOHibernate
java.lang.Object
org.springframework.dao.support.DaoSupport
org.springframework.orm.hibernate3.support.HibernateDaoSupport
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
Fields inherited from class org.springframework.dao.support.DaoSupport |
logger |
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 |
LoadTestRunDAOHibernate
public LoadTestRunDAOHibernate()
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.