Interface PojoIndexingProcessorRootContext
public interface PojoIndexingProcessorRootContext
The context passed to a
PojoIndexingProcessor
and propagated to every node.
This includes access to the session, in particular.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Method Details
-
sessionContext
PojoIndexingProcessorSessionContext sessionContext() -
isDeleted
- Parameters:
unproxiedObject
- An object that was already unproxied usingPojoRuntimeIntrospector.unproxy(Object)
.- Returns:
true
if this object is an entity and is considered deleted in the current context,false
otherwise.
-