Package com.soffid.iam.model
Class CustomObjectAttributeEntityDaoImpl
- java.lang.Object
-
- org.springframework.dao.support.DaoSupport
-
- org.springframework.orm.hibernate3.support.HibernateDaoSupport
-
- com.soffid.iam.model.CustomObjectAttributeEntityDaoBase
-
- com.soffid.iam.model.CustomObjectAttributeEntityDaoImpl
-
- All Implemented Interfaces:
CustomObjectAttributeEntityDao
,org.springframework.beans.factory.InitializingBean
public class CustomObjectAttributeEntityDaoImpl extends CustomObjectAttributeEntityDaoBase
-
-
Constructor Summary
Constructors Constructor Description CustomObjectAttributeEntityDaoImpl()
-
Method Summary
-
Methods inherited from class com.soffid.iam.model.CustomObjectAttributeEntityDaoBase
create, create, findByTypeNameAndValue, findByTypeNameAndValue, findByTypeNameAndValue, getAuditEntityDao, getAuthorizationService, getCustomObjectEntityDao, getMetaDataEntityDao, load, loadAll, newCustomObjectAttributeEntity, query, query, remove, remove, remove, setAuditEntityDao, setAuthorizationService, setCustomObjectEntityDao, setMetaDataEntityDao, update, update
-
Methods inherited from class org.springframework.orm.hibernate3.support.HibernateDaoSupport
checkDaoConfig, closeSessionIfNecessary, convertHibernateAccessException, createHibernateTemplate, getHibernateTemplate, getSession, getSession, getSessionFactory, releaseSession, setHibernateTemplate, setSessionFactory
-
-