Package com.soffid.iam.model
Class TenantEntityDaoImpl
- java.lang.Object
-
- org.springframework.dao.support.DaoSupport
-
- org.springframework.orm.hibernate3.support.HibernateDaoSupport
-
- com.soffid.iam.model.TenantEntityDaoBase
-
- com.soffid.iam.model.TenantEntityDaoImpl
-
- All Implemented Interfaces:
TenantEntityDao
,org.springframework.beans.factory.InitializingBean
public class TenantEntityDaoImpl extends TenantEntityDaoBase
DAO TenantEntity implementation
-
-
Constructor Summary
Constructors Constructor Description TenantEntityDaoImpl()
-
Method Summary
-
Methods inherited from class com.soffid.iam.model.TenantEntityDaoBase
create, create, findByCriteria, findByName, findByName, findByName, findByServer, findByServer, findByServer, getTenantDisabledPermissionEntityDao, getTenantServerEntityDao, load, loadAll, newTenantEntity, query, query, remove, remove, remove, setTenantDisabledPermissionEntityDao, setTenantServerEntityDao, tenantToEntity, tenantToEntity, tenantToEntityList, toTenant, toTenant, toTenantList, update, update
-
Methods inherited from class org.springframework.orm.hibernate3.support.HibernateDaoSupport
checkDaoConfig, closeSessionIfNecessary, convertHibernateAccessException, createHibernateTemplate, getHibernateTemplate, getSession, getSession, getSessionFactory, releaseSession, setHibernateTemplate, setSessionFactory
-
-