Interface PojoIndexingProcessorRootContext
-
public interface PojoIndexingProcessorRootContextThe context passed to aPojoIndexingProcessorand propagated to every node.This includes access to the session, in particular.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisDeleted(Object unproxiedObject)PojoIndexingProcessorSessionContextsessionContext()
-
-
-
Method Detail
-
sessionContext
PojoIndexingProcessorSessionContext sessionContext()
-
isDeleted
boolean isDeleted(Object unproxiedObject)
- 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.
-
-