Package com.soffid.iam.model
Class CustomObjectRoleEntityDaoImpl
- java.lang.Object
-
- org.springframework.dao.support.DaoSupport
-
- org.springframework.orm.hibernate3.support.HibernateDaoSupport
-
- com.soffid.iam.model.CustomObjectRoleEntityDaoBase
-
- com.soffid.iam.model.CustomObjectRoleEntityDaoImpl
-
- All Implemented Interfaces:
CustomObjectRoleEntityDao
,org.springframework.beans.factory.InitializingBean
public class CustomObjectRoleEntityDaoImpl extends CustomObjectRoleEntityDaoBase
-
-
Constructor Summary
Constructors Constructor Description CustomObjectRoleEntityDaoImpl()
-
Method Summary
-
Methods inherited from class com.soffid.iam.model.CustomObjectRoleEntityDaoBase
create, create, customObjectToEntity, customObjectToEntity, customObjectToEntityList, getCustomObjectTypeEntityDao, getRoleEntityDao, load, loadAll, newCustomObjectRoleEntity, query, query, remove, remove, remove, setCustomObjectTypeEntityDao, setRoleEntityDao, toCustomObject, toCustomObject, toCustomObjectList, update, update
-
Methods inherited from class org.springframework.orm.hibernate3.support.HibernateDaoSupport
checkDaoConfig, closeSessionIfNecessary, convertHibernateAccessException, createHibernateTemplate, getHibernateTemplate, getSession, getSession, getSessionFactory, releaseSession, setHibernateTemplate, setSessionFactory
-
-