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 void
pamRuleToEntity(com.soffid.iam.api.PamRule source, PamRuleEntity target, boolean copyIfNull)
Copy data fromPamRule
objectvoid
toPamRule(PamRuleEntity source, com.soffid.iam.api.PamRule target)
Copy data toPamRule
object-
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:PamRuleEntityDaoBase
Copy data toPamRule
object- Specified by:
toPamRule
in interfacePamRuleEntityDao
- Overrides:
toPamRule
in classPamRuleEntityDaoBase
-
pamRuleToEntity
public void pamRuleToEntity(com.soffid.iam.api.PamRule source, PamRuleEntity target, boolean copyIfNull)
Description copied from class:PamRuleEntityDaoBase
Copy data fromPamRule
object- Specified by:
pamRuleToEntity
in interfacePamRuleEntityDao
- Overrides:
pamRuleToEntity
in classPamRuleEntityDaoBase
-
-