Package com.soffid.iam.model
Class DefaultObjectMappingEntityDaoImpl
- java.lang.Object
-
- org.springframework.dao.support.DaoSupport
-
- org.springframework.orm.hibernate3.support.HibernateDaoSupport
-
- com.soffid.iam.model.DefaultObjectMappingEntityDaoBase
-
- com.soffid.iam.model.DefaultObjectMappingEntityDaoImpl
-
- All Implemented Interfaces:
DefaultObjectMappingEntityDao
,org.springframework.beans.factory.InitializingBean
public class DefaultObjectMappingEntityDaoImpl extends DefaultObjectMappingEntityDaoBase
DAO DefaultObjectMappingEntity implementation
-
-
Constructor Summary
Constructors Constructor Description DefaultObjectMappingEntityDaoImpl()
-
Method Summary
-
Methods inherited from class com.soffid.iam.model.DefaultObjectMappingEntityDaoBase
create, create, getAgentDescriptorEntityDao, getDefaultAttributeMappingEntityDao, getDefaultObjectMappingPropertyEntityDao, load, loadAll, newDefaultObjectMappingEntity, query, query, remove, remove, remove, setAgentDescriptorEntityDao, setDefaultAttributeMappingEntityDao, setDefaultObjectMappingPropertyEntityDao, update, update
-
Methods inherited from class org.springframework.orm.hibernate3.support.HibernateDaoSupport
checkDaoConfig, closeSessionIfNecessary, convertHibernateAccessException, createHibernateTemplate, getHibernateTemplate, getSession, getSession, getSessionFactory, releaseSession, setHibernateTemplate, setSessionFactory
-
-