Interface ContainerExtractionContext
- All Known Subinterfaces:
PojoImplicitReindexingAssociationInverseSideResolverRootContext,PojoImplicitReindexingResolverRootContext
- All Known Implementing Classes:
PojoContainedTypeIndexingPlan,PojoIndexedTypeIndexingPlan
A handler passed to
ContainerExtractor.extract(Object, ValueProcessor, Object, Object, ContainerExtractionContext).- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidPropagates (rethrows) aRuntimeExceptionthrown while extracting elements from a container, or ignores it so that the container is assumed empty.
-
Method Details
-
propagateOrIgnoreContainerExtractionException
Propagates (rethrows) aRuntimeExceptionthrown while extracting elements from a container, or ignores it so that the container is assumed empty.- Parameters:
exception- ARuntimeExceptionthrown while extracting elements from a container.
-