Class PojoTypeIndexer<I,E>
- java.lang.Object
-
- org.hibernate.search.mapper.pojo.work.impl.PojoTypeIndexer<I,E>
-
- All Implemented Interfaces:
PojoIndexingProcessorRootContext
public class PojoTypeIndexer<I,E> extends Object implements PojoIndexingProcessorRootContext
-
-
Constructor Summary
Constructors Constructor Description PojoTypeIndexer(PojoWorkIndexedTypeContext<I,E> typeContext, PojoWorkSessionContext sessionContext, IndexIndexer delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisDeleted(Object unproxiedObject)PojoIndexingProcessorSessionContextsessionContext()
-
-
-
Constructor Detail
-
PojoTypeIndexer
public PojoTypeIndexer(PojoWorkIndexedTypeContext<I,E> typeContext, PojoWorkSessionContext sessionContext, IndexIndexer delegate)
-
-
Method Detail
-
sessionContext
public PojoIndexingProcessorSessionContext sessionContext()
- Specified by:
sessionContextin interfacePojoIndexingProcessorRootContext
-
isDeleted
public boolean isDeleted(Object unproxiedObject)
- Specified by:
isDeletedin interfacePojoIndexingProcessorRootContext- Parameters:
unproxiedObject- An object that was already unproxied usingPojoRuntimeIntrospector.unproxy(Object).- Returns:
trueif this object is an entity and is considered deleted in the current context,falseotherwise.
-
-