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 void
soDRoleToEntity(com.soffid.iam.api.SoDRole source, SoDRoleEntity target, boolean copyIfNull)
Copy data fromSoDRole
objectvoid
toSoDRole(SoDRoleEntity source, com.soffid.iam.api.SoDRole target)
Copy data toSoDRole
object-
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:SoDRoleEntityDaoBase
Copy data toSoDRole
object- Specified by:
toSoDRole
in interfaceSoDRoleEntityDao
- Overrides:
toSoDRole
in classSoDRoleEntityDaoBase
-
soDRoleToEntity
public void soDRoleToEntity(com.soffid.iam.api.SoDRole source, SoDRoleEntity target, boolean copyIfNull)
Description copied from class:SoDRoleEntityDaoBase
Copy data fromSoDRole
object- Specified by:
soDRoleToEntity
in interfaceSoDRoleEntityDao
- Overrides:
soDRoleToEntity
in classSoDRoleEntityDaoBase
-
-