Interface PojoImplicitReindexingAssociationInverseSideResolverRootContext
- All Superinterfaces:
ContainerExtractionContext
- All Known Implementing Classes:
PojoContainedTypeIndexingPlan,PojoIndexedTypeIndexingPlan
public interface PojoImplicitReindexingAssociationInverseSideResolverRootContext
extends ContainerExtractionContext
The context passed to a
PojoImplicitReindexingAssociationInverseSideResolver
and propagated to every PojoImplicitReindexingAssociationInverseSideResolverNode.-
Method Summary
Modifier and TypeMethodDescriptiondetectContainingEntityType(Object containingEntity) voidPropagates (rethrows) aRuntimeExceptionthrown while accessing a property (getter or field access), or ignores it so that the property is skipped.Methods inherited from interface org.hibernate.search.mapper.pojo.extractor.ContainerExtractionContext
propagateOrIgnoreContainerExtractionException
-
Method Details
-
runtimeIntrospector
PojoRuntimeIntrospector runtimeIntrospector() -
detectContainingEntityType
-
propagateOrIgnorePropertyAccessException
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:
-