Package com.soffid.iam.model
Class SoDRoleEntityDaoImpl
- java.lang.Object
-
- org.springframework.dao.support.DaoSupport
-
- org.springframework.orm.hibernate3.support.HibernateDaoSupport
-
- com.soffid.iam.model.SoDRoleEntityDaoBase
-
- com.soffid.iam.model.SoDRoleEntityDaoImpl
-
- All Implemented Interfaces:
SoDRoleEntityDao,org.springframework.beans.factory.InitializingBean
public class SoDRoleEntityDaoImpl extends SoDRoleEntityDaoBase
DAO SoDRoleEntity implementation
-
-
Constructor Summary
Constructors Constructor Description SoDRoleEntityDaoImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsoDRoleToEntity(com.soffid.iam.api.SoDRole source, SoDRoleEntity target, boolean copyIfNull)Copy data fromSoDRoleobjectvoidtoSoDRole(SoDRoleEntity source, com.soffid.iam.api.SoDRole target)Copy data toSoDRoleobject-
Methods inherited from class com.soffid.iam.model.SoDRoleEntityDaoBase
create, create, getRoleEntityDao, getSoDRuleEntityDao, getSoDRuleMatrixEntityDao, load, loadAll, newSoDRoleEntity, query, query, remove, remove, remove, setRoleEntityDao, setSoDRuleEntityDao, setSoDRuleMatrixEntityDao, soDRoleToEntity, soDRoleToEntityList, toSoDRole, toSoDRoleList, 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
-
toSoDRole
public void toSoDRole(SoDRoleEntity source, com.soffid.iam.api.SoDRole target)
Description copied from class:SoDRoleEntityDaoBaseCopy data toSoDRoleobject- Specified by:
toSoDRolein interfaceSoDRoleEntityDao- Overrides:
toSoDRolein classSoDRoleEntityDaoBase
-
soDRoleToEntity
public void soDRoleToEntity(com.soffid.iam.api.SoDRole source, SoDRoleEntity target, boolean copyIfNull)Description copied from class:SoDRoleEntityDaoBaseCopy data fromSoDRoleobject- Specified by:
soDRoleToEntityin interfaceSoDRoleEntityDao- Overrides:
soDRoleToEntityin classSoDRoleEntityDaoBase
-
-