Package com.soffid.iam.model
Class LuceneIndexEntityDaoImpl
- java.lang.Object
-
- org.springframework.dao.support.DaoSupport
-
- org.springframework.orm.hibernate3.support.HibernateDaoSupport
-
- com.soffid.iam.model.LuceneIndexEntityDaoBase
-
- com.soffid.iam.model.LuceneIndexEntityDaoImpl
-
- All Implemented Interfaces:
LuceneIndexEntityDao,org.springframework.beans.factory.InitializingBean
public class LuceneIndexEntityDaoImpl extends LuceneIndexEntityDaoBase
-
-
Constructor Summary
Constructors Constructor Description LuceneIndexEntityDaoImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LuceneIndexEntityfindByName(String name)Operation findByNameprotected voidhandleLock(LuceneIndexEntity entity)protected voidhandleRefresh(LuceneIndexEntity entity)-
Methods inherited from class com.soffid.iam.model.LuceneIndexEntityDaoBase
create, create, findByName, findByName, getLuceneIndexPartEntityDao, getTenantEntityDao, load, loadAll, lock, newLuceneIndexEntity, query, query, refresh, remove, remove, remove, setLuceneIndexPartEntityDao, setTenantEntityDao, update, update
-
Methods inherited from class org.springframework.orm.hibernate3.support.HibernateDaoSupport
checkDaoConfig, closeSessionIfNecessary, convertHibernateAccessException, createHibernateTemplate, getHibernateTemplate, getSession, getSession, getSessionFactory, releaseSession, setHibernateTemplate, setSessionFactory
-
-
-
-
Method Detail
-
findByName
public LuceneIndexEntity findByName(String name)
Description copied from class:LuceneIndexEntityDaoBaseOperation findByName- Specified by:
findByNamein interfaceLuceneIndexEntityDao- Overrides:
findByNamein classLuceneIndexEntityDaoBase- Returns:
-
handleLock
protected void handleLock(LuceneIndexEntity entity) throws Exception
- Specified by:
handleLockin classLuceneIndexEntityDaoBase- Throws:
Exception
-
handleRefresh
protected void handleRefresh(LuceneIndexEntity entity) throws Exception
- Specified by:
handleRefreshin classLuceneIndexEntityDaoBase- Throws:
Exception
-
-