Package com.soffid.iam.reconcile.model
Class ReconcileRoleEntityDaoImpl
- java.lang.Object
-
- org.springframework.dao.support.DaoSupport
-
- org.springframework.orm.hibernate3.support.HibernateDaoSupport
-
- com.soffid.iam.reconcile.model.ReconcileRoleEntityDaoBase
-
- com.soffid.iam.reconcile.model.ReconcileRoleEntityDaoImpl
-
- All Implemented Interfaces:
ReconcileRoleEntityDao
,org.springframework.beans.factory.InitializingBean
public class ReconcileRoleEntityDaoImpl extends ReconcileRoleEntityDaoBase
DAO ReconcileRoleEntity implementation
-
-
Constructor Summary
Constructors Constructor Description ReconcileRoleEntityDaoImpl()
-
Method Summary
-
Methods inherited from class com.soffid.iam.reconcile.model.ReconcileRoleEntityDaoBase
create, create, findByProcessId, findByProcessId, findByProcessId, getTenantEntityDao, load, loadAll, newReconcileRoleEntity, query, query, reconcileRoleToEntity, reconcileRoleToEntity, reconcileRoleToEntityList, remove, remove, remove, setTenantEntityDao, toReconcileRole, toReconcileRole, toReconcileRoleList, update, update
-
Methods inherited from class org.springframework.orm.hibernate3.support.HibernateDaoSupport
checkDaoConfig, closeSessionIfNecessary, convertHibernateAccessException, createHibernateTemplate, getHibernateTemplate, getSession, getSession, getSessionFactory, releaseSession, setHibernateTemplate, setSessionFactory
-
-