Package com.soffid.iam.reconcile.model
Class ReconcileAccountEntityDaoImpl
- java.lang.Object
-
- org.springframework.dao.support.DaoSupport
-
- org.springframework.orm.hibernate3.support.HibernateDaoSupport
-
- com.soffid.iam.reconcile.model.ReconcileAccountEntityDaoBase
-
- com.soffid.iam.reconcile.model.ReconcileAccountEntityDaoImpl
-
- All Implemented Interfaces:
ReconcileAccountEntityDao
,org.springframework.beans.factory.InitializingBean
public class ReconcileAccountEntityDaoImpl extends ReconcileAccountEntityDaoBase
DAO ReconcileAccountEntity implementation
-
-
Constructor Summary
Constructors Constructor Description ReconcileAccountEntityDaoImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
toReconcileAccount(ReconcileAccountEntity source, com.soffid.iam.reconcile.common.ReconcileAccount target)
Copy data toReconcileAccount
object-
Methods inherited from class com.soffid.iam.reconcile.model.ReconcileAccountEntityDaoBase
create, create, findByProcessId, findByProcessId, findByProcessId, getAccountEntityDao, getReconcileAccountAttributesEntityDao, getTenantEntityDao, load, loadAll, newReconcileAccountEntity, query, query, reconcileAccountToEntity, reconcileAccountToEntity, reconcileAccountToEntityList, remove, remove, remove, setAccountEntityDao, setReconcileAccountAttributesEntityDao, setTenantEntityDao, toReconcileAccount, toReconcileAccountList, 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
-
toReconcileAccount
public void toReconcileAccount(ReconcileAccountEntity source, com.soffid.iam.reconcile.common.ReconcileAccount target)
Description copied from class:ReconcileAccountEntityDaoBase
Copy data toReconcileAccount
object- Specified by:
toReconcileAccount
in interfaceReconcileAccountEntityDao
- Overrides:
toReconcileAccount
in classReconcileAccountEntityDaoBase
-
-