Package com.soffid.iam.model
Class RuleEntityDaoImpl
- java.lang.Object
-
- org.springframework.dao.support.DaoSupport
-
- org.springframework.orm.hibernate3.support.HibernateDaoSupport
-
- com.soffid.iam.model.RuleEntityDaoBase
-
- com.soffid.iam.model.RuleEntityDaoImpl
-
- All Implemented Interfaces:
RuleEntityDao
,org.springframework.beans.factory.InitializingBean
public class RuleEntityDaoImpl extends RuleEntityDaoBase
DAO RuleEntity implementation
-
-
Constructor Summary
Constructors Constructor Description RuleEntityDaoImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
remove(RuleEntity entity)
Removes an instance ofRuleEntity
from the persistent store.-
Methods inherited from class com.soffid.iam.model.RuleEntityDaoBase
create, create, findByDescription, findByDescription, findByDescription, findByRoleId, findByRoleId, findByRoleId, getRoleAccountEntityDao, getRuleAssignedRoleEntityDao, getTenantEntityDao, load, loadAll, newRuleEntity, query, query, remove, remove, ruleToEntity, ruleToEntity, ruleToEntityList, setRoleAccountEntityDao, setRuleAssignedRoleEntityDao, setTenantEntityDao, toRule, toRule, toRuleList, 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
-
remove
public void remove(RuleEntity entity)
Description copied from class:RuleEntityDaoBase
Removes an instance ofRuleEntity
from the persistent store.- Specified by:
remove
in interfaceRuleEntityDao
- Overrides:
remove
in classRuleEntityDaoBase
-
-