Interface PojoImplicitReindexingAssociationInverseSideResolverRootContext
-
- All Superinterfaces:
ContainerExtractionContext
- All Known Implementing Classes:
PojoContainedTypeIndexingPlan,PojoIndexedTypeIndexingPlan
public interface PojoImplicitReindexingAssociationInverseSideResolverRootContext extends ContainerExtractionContext
The context passed to aPojoImplicitReindexingAssociationInverseSideResolverand propagated to everyPojoImplicitReindexingAssociationInverseSideResolverNode.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PojoRawTypeIdentifier<?>detectContainingEntityType(Object containingEntity)voidpropagateOrIgnorePropertyAccessException(RuntimeException exception)Propagates (rethrows) aRuntimeExceptionthrown while accessing a property (getter or field access), or ignores it so that the property is skipped.PojoRuntimeIntrospectorruntimeIntrospector()-
Methods inherited from interface org.hibernate.search.mapper.pojo.extractor.ContainerExtractionContext
propagateOrIgnoreContainerExtractionException
-
-
-
-
Method Detail
-
runtimeIntrospector
PojoRuntimeIntrospector runtimeIntrospector()
-
detectContainingEntityType
PojoRawTypeIdentifier<?> detectContainingEntityType(Object containingEntity)
-
propagateOrIgnorePropertyAccessException
void propagateOrIgnorePropertyAccessException(RuntimeException exception)
Propagates (rethrows) aRuntimeExceptionthrown while accessing a property (getter or field access), or ignores it so that the property is skipped.- Parameters:
exception- ARuntimeExceptionthrown while accessing a property.- See Also:
ValueReadHandle.get(Object)
-
-