Package com.soffid.iam.model
Class PamRuleEntityDaoImpl
- java.lang.Object
-
- org.springframework.dao.support.DaoSupport
-
- org.springframework.orm.hibernate3.support.HibernateDaoSupport
-
- com.soffid.iam.model.PamRuleEntityDaoBase
-
- com.soffid.iam.model.PamRuleEntityDaoImpl
-
- All Implemented Interfaces:
PamRuleEntityDao,org.springframework.beans.factory.InitializingBean
public class PamRuleEntityDaoImpl extends PamRuleEntityDaoBase
-
-
Constructor Summary
Constructors Constructor Description PamRuleEntityDaoImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpamRuleToEntity(com.soffid.iam.api.PamRule source, PamRuleEntity target, boolean copyIfNull)Copy data fromPamRuleobjectvoidtoPamRule(PamRuleEntity source, com.soffid.iam.api.PamRule target)Copy data toPamRuleobject-
Methods inherited from class com.soffid.iam.model.PamRuleEntityDaoBase
create, create, findByName, findByName, findByName, getIssueEntityDao, getPamActionEntityDao, getTenantEntityDao, load, loadAll, newPamRuleEntity, pamRuleToEntity, pamRuleToEntityList, query, query, remove, remove, remove, setIssueEntityDao, setPamActionEntityDao, setTenantEntityDao, toPamRule, toPamRuleList, 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
-
toPamRule
public void toPamRule(PamRuleEntity source, com.soffid.iam.api.PamRule target)
Description copied from class:PamRuleEntityDaoBaseCopy data toPamRuleobject- Specified by:
toPamRulein interfacePamRuleEntityDao- Overrides:
toPamRulein classPamRuleEntityDaoBase
-
pamRuleToEntity
public void pamRuleToEntity(com.soffid.iam.api.PamRule source, PamRuleEntity target, boolean copyIfNull)Description copied from class:PamRuleEntityDaoBaseCopy data fromPamRuleobject- Specified by:
pamRuleToEntityin interfacePamRuleEntityDao- Overrides:
pamRuleToEntityin classPamRuleEntityDaoBase
-
-