Class PojoTypeIndexer<I,E>
java.lang.Object
org.hibernate.search.mapper.pojo.work.impl.PojoTypeIndexer<I,E>
- All Implemented Interfaces:
PojoIndexingProcessorRootContext
-
Constructor Summary
ConstructorsConstructorDescriptionPojoTypeIndexer(PojoWorkIndexedTypeContext<I, E> typeContext, PojoWorkSessionContext sessionContext, IndexIndexer delegate) -
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Constructor Details
-
PojoTypeIndexer
public PojoTypeIndexer(PojoWorkIndexedTypeContext<I, E> typeContext, PojoWorkSessionContext sessionContext, IndexIndexer delegate)
-
-
Method Details
-
sessionContext
- Specified by:
sessionContextin interfacePojoIndexingProcessorRootContext
-
isDeleted
- 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.
-