Package com.soffid.iam.model
Class SoDRuleEntityDaoImpl
- java.lang.Object
-
- org.springframework.dao.support.DaoSupport
-
- org.springframework.orm.hibernate3.support.HibernateDaoSupport
-
- com.soffid.iam.model.SoDRuleEntityDaoBase
-
- com.soffid.iam.model.SoDRuleEntityDaoImpl
-
- All Implemented Interfaces:
SoDRuleEntityDao,org.springframework.beans.factory.InitializingBean
public class SoDRuleEntityDaoImpl extends SoDRuleEntityDaoBase
DAO SoDRuleEntity implementation
-
-
Constructor Summary
Constructors Constructor Description SoDRuleEntityDaoImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsoDRuleToEntity(com.soffid.iam.api.SoDRule source, SoDRuleEntity target, boolean copyIfNull)Copy data fromSoDRuleobjectvoidtoSoDRule(SoDRuleEntity source, com.soffid.iam.api.SoDRule target)Copy data toSoDRuleobject-
Methods inherited from class com.soffid.iam.model.SoDRuleEntityDaoBase
create, create, getInformationSystemEntityDao, getSoDRoleEntityDao, getSoDRuleMatrixEntityDao, getTenantEntityDao, load, loadAll, newSoDRuleEntity, query, query, remove, remove, remove, setInformationSystemEntityDao, setSoDRoleEntityDao, setSoDRuleMatrixEntityDao, setTenantEntityDao, soDRuleToEntity, soDRuleToEntityList, toSoDRule, toSoDRuleList, 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
-
toSoDRule
public void toSoDRule(SoDRuleEntity source, com.soffid.iam.api.SoDRule target)
Description copied from class:SoDRuleEntityDaoBaseCopy data toSoDRuleobject- Specified by:
toSoDRulein interfaceSoDRuleEntityDao- Overrides:
toSoDRulein classSoDRuleEntityDaoBase
-
soDRuleToEntity
public void soDRuleToEntity(com.soffid.iam.api.SoDRule source, SoDRuleEntity target, boolean copyIfNull)Description copied from class:SoDRuleEntityDaoBaseCopy data fromSoDRuleobject- Specified by:
soDRuleToEntityin interfaceSoDRuleEntityDao- Overrides:
soDRuleToEntityin classSoDRuleEntityDaoBase
-
-