Package com.soffid.iam.model
Class UserAccountEntityDaoImpl
- java.lang.Object
-
- org.springframework.dao.support.DaoSupport
-
- org.springframework.orm.hibernate3.support.HibernateDaoSupport
-
- com.soffid.iam.model.UserAccountEntityDaoBase
-
- com.soffid.iam.model.UserAccountEntityDaoImpl
-
- All Implemented Interfaces:
UserAccountEntityDao,org.springframework.beans.factory.InitializingBean
public class UserAccountEntityDaoImpl extends UserAccountEntityDaoBase
-
-
Constructor Summary
Constructors Constructor Description UserAccountEntityDaoImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidhandlePropagateChanges(UserAccountEntity account)voidtoUserAccount(UserAccountEntity source, com.soffid.iam.api.UserAccount target)Copy data toUserAccountobjectUserAccountEntityuserAccountToEntity(com.soffid.iam.api.UserAccount instance)Transforms fromUserAccountobject-
Methods inherited from class com.soffid.iam.model.UserAccountEntityDaoBase
create, create, findByAccountSystemAndName, findByAccountSystemAndName, findByAccountSystemAndName, findByUserAndDispatcher, findByUserAndDispatcher, findByUserAndDispatcher, getAccountEntityDao, getTaskEntityDao, getUserEntityDao, load, loadAll, newUserAccountEntity, propagateChanges, query, query, remove, remove, remove, setAccountEntityDao, setTaskEntityDao, setUserEntityDao, toUserAccount, toUserAccountList, update, update, userAccountToEntity, userAccountToEntityList
-
Methods inherited from class org.springframework.orm.hibernate3.support.HibernateDaoSupport
checkDaoConfig, closeSessionIfNecessary, convertHibernateAccessException, createHibernateTemplate, getHibernateTemplate, getSession, getSession, getSessionFactory, releaseSession, setHibernateTemplate, setSessionFactory
-
-
-
-
Method Detail
-
userAccountToEntity
public UserAccountEntity userAccountToEntity(com.soffid.iam.api.UserAccount instance)
Description copied from interface:UserAccountEntityDaoTransforms fromUserAccountobject
-
toUserAccount
public void toUserAccount(UserAccountEntity source, com.soffid.iam.api.UserAccount target)
Description copied from class:UserAccountEntityDaoBaseCopy data toUserAccountobject- Specified by:
toUserAccountin interfaceUserAccountEntityDao- Overrides:
toUserAccountin classUserAccountEntityDaoBase
-
handlePropagateChanges
protected void handlePropagateChanges(UserAccountEntity account) throws Exception
- Specified by:
handlePropagateChangesin classUserAccountEntityDaoBase- Throws:
Exception
-
-