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 void
issueToEntity(com.soffid.iam.api.Issue source, IssueEntity target, boolean copyIfNull)
Copy data fromIssue
objectvoid
toIssue(IssueEntity source, com.soffid.iam.api.Issue target)
Copy data toIssue
object-
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:IssueEntityDaoBase
Copy data fromIssue
object- Specified by:
issueToEntity
in interfaceIssueEntityDao
- Overrides:
issueToEntity
in classIssueEntityDaoBase
-
toIssue
public void toIssue(IssueEntity source, com.soffid.iam.api.Issue target)
Description copied from class:IssueEntityDaoBase
Copy data toIssue
object- Specified by:
toIssue
in interfaceIssueEntityDao
- Overrides:
toIssue
in classIssueEntityDaoBase
-
-