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 void
soDRuleToEntity(com.soffid.iam.api.SoDRule source, SoDRuleEntity target, boolean copyIfNull)
Copy data fromSoDRule
objectvoid
toSoDRule(SoDRuleEntity source, com.soffid.iam.api.SoDRule target)
Copy data toSoDRule
object-
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:SoDRuleEntityDaoBase
Copy data toSoDRule
object- Specified by:
toSoDRule
in interfaceSoDRuleEntityDao
- Overrides:
toSoDRule
in classSoDRuleEntityDaoBase
-
soDRuleToEntity
public void soDRuleToEntity(com.soffid.iam.api.SoDRule source, SoDRuleEntity target, boolean copyIfNull)
Description copied from class:SoDRuleEntityDaoBase
Copy data fromSoDRule
object- Specified by:
soDRuleToEntity
in interfaceSoDRuleEntityDao
- Overrides:
soDRuleToEntity
in classSoDRuleEntityDaoBase
-
-