Package com.soffid.iam.model
Class VaultFolderAccessEntityDaoImpl
- java.lang.Object
-
- org.springframework.dao.support.DaoSupport
-
- org.springframework.orm.hibernate3.support.HibernateDaoSupport
-
- com.soffid.iam.model.VaultFolderAccessEntityDaoBase
-
- com.soffid.iam.model.VaultFolderAccessEntityDaoImpl
-
- All Implemented Interfaces:
VaultFolderAccessEntityDao
,org.springframework.beans.factory.InitializingBean
public class VaultFolderAccessEntityDaoImpl extends VaultFolderAccessEntityDaoBase
DAO VaultFolderAccessEntity implementation Contains the access control list for a vault folder
-
-
Constructor Summary
Constructors Constructor Description VaultFolderAccessEntityDaoImpl()
-
Method Summary
-
Methods inherited from class com.soffid.iam.model.VaultFolderAccessEntityDaoBase
create, create, getAccountEntityDao, getAuditEntityDao, getGroupEntityDao, getRoleEntityDao, getUserEntityDao, getVaultFolderEntityDao, load, loadAll, newVaultFolderAccessEntity, query, query, remove, remove, remove, setAccountEntityDao, setAuditEntityDao, setGroupEntityDao, setRoleEntityDao, setUserEntityDao, setVaultFolderEntityDao, update, update
-
Methods inherited from class org.springframework.orm.hibernate3.support.HibernateDaoSupport
checkDaoConfig, closeSessionIfNecessary, convertHibernateAccessException, createHibernateTemplate, getHibernateTemplate, getSession, getSession, getSessionFactory, releaseSession, setHibernateTemplate, setSessionFactory
-
-