Package com.soffid.iam.model
Class SamlRequestEntityDaoImpl
- java.lang.Object
-
- org.springframework.dao.support.DaoSupport
-
- org.springframework.orm.hibernate3.support.HibernateDaoSupport
-
- com.soffid.iam.model.SamlRequestEntityDaoBase
-
- com.soffid.iam.model.SamlRequestEntityDaoImpl
-
- All Implemented Interfaces:
SamlRequestEntityDao,org.springframework.beans.factory.InitializingBean
public class SamlRequestEntityDaoImpl extends SamlRequestEntityDaoBase
DAO SAMLRequestEntity implementation
-
-
Constructor Summary
Constructors Constructor Description SamlRequestEntityDaoImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcreate(SamlRequestEntity entity)Adds an instance ofSamlRequestEntityto the persistent store.protected voidhandleDeleteExpired()-
Methods inherited from class com.soffid.iam.model.SamlRequestEntityDaoBase
create, deleteExpired, findByExternalId, findByExternalId, findByExternalId, findExpired, findExpired, findExpired, getTenantEntityDao, load, loadAll, newSamlRequestEntity, 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:
handleDeleteExpiredin classSamlRequestEntityDaoBase- Throws:
Exception
-
create
public void create(SamlRequestEntity entity)
Description copied from class:SamlRequestEntityDaoBaseAdds an instance ofSamlRequestEntityto the persistent store.- Specified by:
createin interfaceSamlRequestEntityDao- Overrides:
createin classSamlRequestEntityDaoBase
-
-