Package com.soffid.iam.model
Class SamlAssertionEntityDaoImpl
- java.lang.Object
-
- org.springframework.dao.support.DaoSupport
-
- org.springframework.orm.hibernate3.support.HibernateDaoSupport
-
- com.soffid.iam.model.SamlAssertionEntityDaoBase
-
- com.soffid.iam.model.SamlAssertionEntityDaoImpl
-
- All Implemented Interfaces:
SamlAssertionEntityDao
,org.springframework.beans.factory.InitializingBean
public class SamlAssertionEntityDaoImpl extends SamlAssertionEntityDaoBase
DAO SAMLAssertionEntity implementation
-
-
Constructor Summary
Constructors Constructor Description SamlAssertionEntityDaoImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
handleDeleteExpired()
-
Methods inherited from class com.soffid.iam.model.SamlAssertionEntityDaoBase
create, create, deleteExpired, findByExternalId, findByExternalId, findByExternalId, findExpired, findExpired, findExpired, getTenantEntityDao, load, loadAll, newSamlAssertionEntity, 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
-
handleDeleteExpired
protected void handleDeleteExpired() throws Exception
- Specified by:
handleDeleteExpired
in classSamlAssertionEntityDaoBase
- Throws:
Exception
-
-