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 LuceneIndexEntity
findByName(String name)
Operation findByNameprotected void
handleLock(LuceneIndexEntity entity)
protected void
handleRefresh(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:LuceneIndexEntityDaoBase
Operation findByName- Specified by:
findByName
in interfaceLuceneIndexEntityDao
- Overrides:
findByName
in classLuceneIndexEntityDaoBase
- Returns:
-
handleLock
protected void handleLock(LuceneIndexEntity entity) throws Exception
- Specified by:
handleLock
in classLuceneIndexEntityDaoBase
- Throws:
Exception
-
handleRefresh
protected void handleRefresh(LuceneIndexEntity entity) throws Exception
- Specified by:
handleRefresh
in classLuceneIndexEntityDaoBase
- Throws:
Exception
-
-