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 void
handlePropagateChanges(UserAccountEntity account)
void
toUserAccount(UserAccountEntity source, com.soffid.iam.api.UserAccount target)
Copy data toUserAccount
objectUserAccountEntity
userAccountToEntity(com.soffid.iam.api.UserAccount instance)
Transforms fromUserAccount
object-
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:UserAccountEntityDao
Transforms fromUserAccount
object
-
toUserAccount
public void toUserAccount(UserAccountEntity source, com.soffid.iam.api.UserAccount target)
Description copied from class:UserAccountEntityDaoBase
Copy data toUserAccount
object- Specified by:
toUserAccount
in interfaceUserAccountEntityDao
- Overrides:
toUserAccount
in classUserAccountEntityDaoBase
-
handlePropagateChanges
protected void handlePropagateChanges(UserAccountEntity account) throws Exception
- Specified by:
handlePropagateChanges
in classUserAccountEntityDaoBase
- Throws:
Exception
-
-