Package com.soffid.iam.model
Class RuleAssignedRoleEntityDaoBase
- java.lang.Object
-
- org.springframework.dao.support.DaoSupport
-
- org.springframework.orm.hibernate3.support.HibernateDaoSupport
-
- com.soffid.iam.model.RuleAssignedRoleEntityDaoBase
-
- All Implemented Interfaces:
RuleAssignedRoleEntityDao
,org.springframework.beans.factory.InitializingBean
- Direct Known Subclasses:
RuleAssignedRoleEntityDaoImpl
public abstract class RuleAssignedRoleEntityDaoBase extends org.springframework.orm.hibernate3.support.HibernateDaoSupport implements RuleAssignedRoleEntityDao
DAO Base for Entity RuleAssignedRoleEntity
-
-
Constructor Summary
Constructors Constructor Description RuleAssignedRoleEntityDaoBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
create(RuleAssignedRoleEntity entity)
Adds an instance ofRuleAssignedRoleEntity
to the persistent store.void
create(Collection<? extends RuleAssignedRoleEntity> entities)
Creates a collection ofRuleAssignedRoleEntity
and adds it to the persistent store.RoleEntityDao
getRoleEntityDao()
Gets reference torolEntityDao
.RuleEntityDao
getRuleEntityDao()
Gets reference toruleEntityDao
.RuleAssignedRoleEntity
load(Long id)
Loads an instance ofRuleAssignedRoleEntity
from the persistent store.List<RuleAssignedRoleEntity>
loadAll()
Loads all instances ofRuleAssignedRoleEntity
from the persistent store.RuleAssignedRoleEntity
newRuleAssignedRoleEntity()
Creates an instance ofRuleAssignedRoleEntity
.List<RuleAssignedRoleEntity>
query(String queryString, Parameter[] parameters)
Query ofRuleAssignedRoleEntity
from the persistent store.List<RuleAssignedRoleEntity>
query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofRuleAssignedRoleEntity
from the persistent store.void
remove(RuleAssignedRoleEntity entity)
Removes an instance ofRuleAssignedRoleEntity
from the persistent store.void
remove(Long id)
Removes an instance ofRuleAssignedRoleEntity
from the persistent store.void
remove(Collection<? extends RuleAssignedRoleEntity> entities)
Removes a collection ofRuleAssignedRoleEntity
from the persistent store.RuleAssignedRoleEntity
ruleAssignedRoleToEntity(com.soffid.iam.api.RuleAssignedRole instance)
Transforms fromRuleAssignedRole
objectvoid
ruleAssignedRoleToEntity(com.soffid.iam.api.RuleAssignedRole source, RuleAssignedRoleEntity target, boolean copyIfNull)
Copy data fromRuleAssignedRole
objectList<RuleAssignedRoleEntity>
ruleAssignedRoleToEntityList(Collection<com.soffid.iam.api.RuleAssignedRole> instances)
Transforms fromRuleAssignedRole
listvoid
setRoleEntityDao(RoleEntityDao rolEntityDao)
Sets reference torolEntityDao
.void
setRuleEntityDao(RuleEntityDao ruleEntityDao)
Sets reference toruleEntityDao
.com.soffid.iam.api.RuleAssignedRole
toRuleAssignedRole(RuleAssignedRoleEntity entity)
Transforms toRuleAssignedRole
objectvoid
toRuleAssignedRole(RuleAssignedRoleEntity source, com.soffid.iam.api.RuleAssignedRole target)
Copy data toRuleAssignedRole
objectList<com.soffid.iam.api.RuleAssignedRole>
toRuleAssignedRoleList(Collection<RuleAssignedRoleEntity> instances)
Transforms toRuleAssignedRole
listvoid
update(RuleAssignedRoleEntity entity)
Updates an instance ofRuleAssignedRoleEntity
at the persistent store.void
update(Collection<? extends RuleAssignedRoleEntity> entities)
Updates a collection ofRuleAssignedRoleEntity
in the persistent store.-
Methods inherited from class org.springframework.orm.hibernate3.support.HibernateDaoSupport
checkDaoConfig, closeSessionIfNecessary, convertHibernateAccessException, createHibernateTemplate, getHibernateTemplate, getSession, getSession, getSessionFactory, releaseSession, setHibernateTemplate, setSessionFactory
-
-
-
-
Method Detail
-
setRoleEntityDao
public void setRoleEntityDao(RoleEntityDao rolEntityDao)
Sets reference torolEntityDao
.
-
getRoleEntityDao
public RoleEntityDao getRoleEntityDao()
Gets reference torolEntityDao
.
-
setRuleEntityDao
public void setRuleEntityDao(RuleEntityDao ruleEntityDao)
Sets reference toruleEntityDao
.
-
getRuleEntityDao
public RuleEntityDao getRuleEntityDao()
Gets reference toruleEntityDao
.
-
toRuleAssignedRole
public void toRuleAssignedRole(RuleAssignedRoleEntity source, com.soffid.iam.api.RuleAssignedRole target)
Copy data toRuleAssignedRole
object- Specified by:
toRuleAssignedRole
in interfaceRuleAssignedRoleEntityDao
-
toRuleAssignedRole
public com.soffid.iam.api.RuleAssignedRole toRuleAssignedRole(RuleAssignedRoleEntity entity)
Transforms toRuleAssignedRole
object- Specified by:
toRuleAssignedRole
in interfaceRuleAssignedRoleEntityDao
-
toRuleAssignedRoleList
public List<com.soffid.iam.api.RuleAssignedRole> toRuleAssignedRoleList(Collection<RuleAssignedRoleEntity> instances)
Transforms toRuleAssignedRole
list- Specified by:
toRuleAssignedRoleList
in interfaceRuleAssignedRoleEntityDao
-
ruleAssignedRoleToEntity
public void ruleAssignedRoleToEntity(com.soffid.iam.api.RuleAssignedRole source, RuleAssignedRoleEntity target, boolean copyIfNull)
Copy data fromRuleAssignedRole
object- Specified by:
ruleAssignedRoleToEntity
in interfaceRuleAssignedRoleEntityDao
-
ruleAssignedRoleToEntity
public RuleAssignedRoleEntity ruleAssignedRoleToEntity(com.soffid.iam.api.RuleAssignedRole instance)
Transforms fromRuleAssignedRole
object- Specified by:
ruleAssignedRoleToEntity
in interfaceRuleAssignedRoleEntityDao
-
ruleAssignedRoleToEntityList
public List<RuleAssignedRoleEntity> ruleAssignedRoleToEntityList(Collection<com.soffid.iam.api.RuleAssignedRole> instances)
Transforms fromRuleAssignedRole
list- Specified by:
ruleAssignedRoleToEntityList
in interfaceRuleAssignedRoleEntityDao
-
newRuleAssignedRoleEntity
public RuleAssignedRoleEntity newRuleAssignedRoleEntity()
Creates an instance ofRuleAssignedRoleEntity
.- Specified by:
newRuleAssignedRoleEntity
in interfaceRuleAssignedRoleEntityDao
-
load
public RuleAssignedRoleEntity load(Long id)
Loads an instance ofRuleAssignedRoleEntity
from the persistent store.- Specified by:
load
in interfaceRuleAssignedRoleEntityDao
-
loadAll
public List<RuleAssignedRoleEntity> loadAll()
Loads all instances ofRuleAssignedRoleEntity
from the persistent store.- Specified by:
loadAll
in interfaceRuleAssignedRoleEntityDao
-
create
public void create(RuleAssignedRoleEntity entity)
Adds an instance ofRuleAssignedRoleEntity
to the persistent store.- Specified by:
create
in interfaceRuleAssignedRoleEntityDao
-
update
public void update(RuleAssignedRoleEntity entity)
Updates an instance ofRuleAssignedRoleEntity
at the persistent store.- Specified by:
update
in interfaceRuleAssignedRoleEntityDao
-
remove
public void remove(RuleAssignedRoleEntity entity)
Removes an instance ofRuleAssignedRoleEntity
from the persistent store.- Specified by:
remove
in interfaceRuleAssignedRoleEntityDao
-
create
public void create(Collection<? extends RuleAssignedRoleEntity> entities)
Creates a collection ofRuleAssignedRoleEntity
and adds it to the persistent store.- Specified by:
create
in interfaceRuleAssignedRoleEntityDao
-
update
public void update(Collection<? extends RuleAssignedRoleEntity> entities)
Updates a collection ofRuleAssignedRoleEntity
in the persistent store.- Specified by:
update
in interfaceRuleAssignedRoleEntityDao
-
remove
public void remove(Collection<? extends RuleAssignedRoleEntity> entities)
Removes a collection ofRuleAssignedRoleEntity
from the persistent store.- Specified by:
remove
in interfaceRuleAssignedRoleEntityDao
-
remove
public void remove(Long id)
Removes an instance ofRuleAssignedRoleEntity
from the persistent store.- Specified by:
remove
in interfaceRuleAssignedRoleEntityDao
-
query
public List<RuleAssignedRoleEntity> query(String queryString, Parameter[] parameters)
Query ofRuleAssignedRoleEntity
from the persistent store. parameter query HQL Query String parameter parameters HQL Parameters- Specified by:
query
in interfaceRuleAssignedRoleEntityDao
-
query
public List<RuleAssignedRoleEntity> query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofRuleAssignedRoleEntity
from the persistent store. parameter query HQL Query String parameter parameters HQL Parameters parameter maxResults max number of rows to return- Specified by:
query
in interfaceRuleAssignedRoleEntityDao
-
-