Package com.soffid.iam.model
Class IssueEntityDaoImpl
- java.lang.Object
-
- org.springframework.dao.support.DaoSupport
-
- org.springframework.orm.hibernate3.support.HibernateDaoSupport
-
- com.soffid.iam.model.IssueEntityDaoBase
-
- com.soffid.iam.model.IssueEntityDaoImpl
-
- All Implemented Interfaces:
IssueEntityDao,org.springframework.beans.factory.InitializingBean
public class IssueEntityDaoImpl extends IssueEntityDaoBase
-
-
Constructor Summary
Constructors Constructor Description IssueEntityDaoImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidissueToEntity(com.soffid.iam.api.Issue source, IssueEntity target, boolean copyIfNull)Copy data fromIssueobjectvoidtoIssue(IssueEntity source, com.soffid.iam.api.Issue target)Copy data toIssueobject-
Methods inherited from class com.soffid.iam.model.IssueEntityDaoBase
countPending, countPending, countPending, create, create, findByIssueAndUser, findByIssueAndUser, findByIssueAndUser, findBySearchHash, findBySearchHash, findBySearchHash, findByUserName, findByUserName, findByUserName, getAccountEntityDao, getIssueHostEntityDao, getIssueUserEntityDao, getPamRuleEntityDao, getRoleAccountEntityDao, getSystemEntityDao, getTenantEntityDao, issueToEntity, issueToEntityList, load, loadAll, newIssueEntity, query, query, remove, remove, remove, setAccountEntityDao, setIssueHostEntityDao, setIssueUserEntityDao, setPamRuleEntityDao, setRoleAccountEntityDao, setSystemEntityDao, setTenantEntityDao, toIssue, toIssueList, 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
-
issueToEntity
public void issueToEntity(com.soffid.iam.api.Issue source, IssueEntity target, boolean copyIfNull)Description copied from class:IssueEntityDaoBaseCopy data fromIssueobject- Specified by:
issueToEntityin interfaceIssueEntityDao- Overrides:
issueToEntityin classIssueEntityDaoBase
-
toIssue
public void toIssue(IssueEntity source, com.soffid.iam.api.Issue target)
Description copied from class:IssueEntityDaoBaseCopy data toIssueobject- Specified by:
toIssuein interfaceIssueEntityDao- Overrides:
toIssuein classIssueEntityDaoBase
-
-