Package com.soffid.iam.model
Class StatsEntityDaoImpl
- java.lang.Object
-
- org.springframework.dao.support.DaoSupport
-
- org.springframework.orm.hibernate3.support.HibernateDaoSupport
-
- com.soffid.iam.model.StatsEntityDaoBase
-
- com.soffid.iam.model.StatsEntityDaoImpl
-
- All Implemented Interfaces:
StatsEntityDao,org.springframework.beans.factory.InitializingBean
public class StatsEntityDaoImpl extends StatsEntityDaoBase
-
-
Constructor Summary
Constructors Constructor Description StatsEntityDaoImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidhandlePurge(int days)-
Methods inherited from class com.soffid.iam.model.StatsEntityDaoBase
create, create, findByName, findByName, findByName, getTenantEntityDao, load, loadAll, newStatsEntity, purge, query, query, remove, remove, remove, setTenantEntityDao, update, update
-
Methods inherited from class org.springframework.orm.hibernate3.support.HibernateDaoSupport
checkDaoConfig, closeSessionIfNecessary, convertHibernateAccessException, createHibernateTemplate, getHibernateTemplate, getSession, getSession, getSessionFactory, releaseSession, setHibernateTemplate, setSessionFactory
-
-
-
-
Method Detail
-
handlePurge
protected void handlePurge(int days) throws Exception- Specified by:
handlePurgein classStatsEntityDaoBase- Throws:
Exception
-
-