Package com.soffid.iam.model
Class SecretEntityDaoImpl
- java.lang.Object
-
- org.springframework.dao.support.DaoSupport
-
- org.springframework.orm.hibernate3.support.HibernateDaoSupport
-
- com.soffid.iam.model.SecretEntityDaoBase
-
- com.soffid.iam.model.SecretEntityDaoImpl
-
- All Implemented Interfaces:
SecretEntityDao
,org.springframework.beans.factory.InitializingBean
public class SecretEntityDaoImpl extends SecretEntityDaoBase
- See Also:
es.caib.seycon.ng.model.SecretEntity
-
-
Constructor Summary
Constructors Constructor Description SecretEntityDaoImpl()
-
Method Summary
-
Methods inherited from class com.soffid.iam.model.SecretEntityDaoBase
create, create, findByServer, findByServer, findByServer, findByUserAndServer, findByUserAndServer, findByUserAndServer, getServerEntityDao, getUserEntityDao, load, loadAll, newSecretEntity, query, query, remove, remove, remove, setServerEntityDao, setUserEntityDao, update, update
-
Methods inherited from class org.springframework.orm.hibernate3.support.HibernateDaoSupport
checkDaoConfig, closeSessionIfNecessary, convertHibernateAccessException, createHibernateTemplate, getHibernateTemplate, getSession, getSession, getSessionFactory, releaseSession, setHibernateTemplate, setSessionFactory
-
-