Package com.soffid.iam.model
Class RoleAttributeEntityDaoImpl
- java.lang.Object
-
- org.springframework.dao.support.DaoSupport
-
- org.springframework.orm.hibernate3.support.HibernateDaoSupport
-
- com.soffid.iam.model.RoleAttributeEntityDaoBase
-
- com.soffid.iam.model.RoleAttributeEntityDaoImpl
-
- All Implemented Interfaces:
RoleAttributeEntityDao
,org.springframework.beans.factory.InitializingBean
public class RoleAttributeEntityDaoImpl extends RoleAttributeEntityDaoBase
DAO RoleAttributeEntity implementation
-
-
Constructor Summary
Constructors Constructor Description RoleAttributeEntityDaoImpl()
-
Method Summary
-
Methods inherited from class com.soffid.iam.model.RoleAttributeEntityDaoBase
create, create, findByNameAndValue, findByNameAndValue, findByNameAndValue, getAuditEntityDao, getAuthorizationService, getMetaDataEntityDao, getRoleEntityDao, load, loadAll, newRoleAttributeEntity, query, query, remove, remove, remove, setAuditEntityDao, setAuthorizationService, setMetaDataEntityDao, setRoleEntityDao, update, update
-
Methods inherited from class org.springframework.orm.hibernate3.support.HibernateDaoSupport
checkDaoConfig, closeSessionIfNecessary, convertHibernateAccessException, createHibernateTemplate, getHibernateTemplate, getSession, getSession, getSessionFactory, releaseSession, setHibernateTemplate, setSessionFactory
-
-