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 void
create(SamlRequestEntity entity)
Adds an instance ofSamlRequestEntity
to the persistent store.protected void
handleDeleteExpired()
-
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:
handleDeleteExpired
in classSamlRequestEntityDaoBase
- Throws:
Exception
-
create
public void create(SamlRequestEntity entity)
Description copied from class:SamlRequestEntityDaoBase
Adds an instance ofSamlRequestEntity
to the persistent store.- Specified by:
create
in interfaceSamlRequestEntityDao
- Overrides:
create
in classSamlRequestEntityDaoBase
-
-