Uses of Interface
org.hibernate.search.mapper.pojo.extractor.ContainerExtractionContext
Packages that use ContainerExtractionContext
Package
Description
-
Uses of ContainerExtractionContext in org.hibernate.search.mapper.pojo.automaticindexing.impl
Subinterfaces of ContainerExtractionContext in org.hibernate.search.mapper.pojo.automaticindexing.implModifier and TypeInterfaceDescriptioninterfaceThe context passed to aPojoImplicitReindexingAssociationInverseSideResolverand propagated to everyPojoImplicitReindexingAssociationInverseSideResolverNode.interfaceThe context passed to aPojoImplicitReindexingResolverand propagated to everyPojoImplicitReindexingResolverNode. -
Uses of ContainerExtractionContext in org.hibernate.search.mapper.pojo.extractor
Methods in org.hibernate.search.mapper.pojo.extractor with parameters of type ContainerExtractionContextModifier and TypeMethodDescription<T,C2> void ContainerExtractor.extract(C container, ValueProcessor<T, ? super V, C2> perValueProcessor, T target, C2 context, ContainerExtractionContext extractionContext) voidValueProcessor.process(T target, V value, C context, ContainerExtractionContext extractionContext) -
Uses of ContainerExtractionContext in org.hibernate.search.mapper.pojo.extractor.builtin.impl
Methods in org.hibernate.search.mapper.pojo.extractor.builtin.impl with parameters of type ContainerExtractionContextModifier and TypeMethodDescription<T,C2> void BooleanArrayElementExtractor.extract(boolean[] container, ValueProcessor<T, ? super Boolean, C2> perValueProcessor, T target, C2 context, ContainerExtractionContext extractionContext) <T,C2> void ByteArrayElementExtractor.extract(byte[] container, ValueProcessor<T, ? super Byte, C2> perValueProcessor, T target, C2 context, ContainerExtractionContext extractionContext) <T,C2> void CharArrayElementExtractor.extract(char[] container, ValueProcessor<T, ? super Character, C2> perValueProcessor, T target, C2 context, ContainerExtractionContext extractionContext) <T,C2> void DoubleArrayElementExtractor.extract(double[] container, ValueProcessor<T, ? super Double, C2> perValueProcessor, T target, C2 context, ContainerExtractionContext extractionContext) <T,C2> void FloatArrayElementExtractor.extract(float[] container, ValueProcessor<T, ? super Float, C2> perValueProcessor, T target, C2 context, ContainerExtractionContext extractionContext) <T,C2> void IntArrayElementExtractor.extract(int[] container, ValueProcessor<T, ? super Integer, C2> perValueProcessor, T target, C2 context, ContainerExtractionContext extractionContext) <T,C2> void LongArrayElementExtractor.extract(long[] container, ValueProcessor<T, ? super Long, C2> perValueProcessor, T target, C2 context, ContainerExtractionContext extractionContext) <T1,C2> void ObjectArrayElementExtractor.extract(T[] container, ValueProcessor<T1, ? super T, C2> perValueProcessor, T1 target, C2 context, ContainerExtractionContext extractionContext) <T,C2> void OptionalDoubleValueExtractor.extract(OptionalDouble container, ValueProcessor<T, ? super Double, C2> perValueProcessor, T target, C2 context, ContainerExtractionContext extractionContext) <T,C2> void OptionalIntValueExtractor.extract(OptionalInt container, ValueProcessor<T, ? super Integer, C2> perValueProcessor, T target, C2 context, ContainerExtractionContext extractionContext) <T,C2> void OptionalLongValueExtractor.extract(OptionalLong container, ValueProcessor<T, ? super Long, C2> perValueProcessor, T target, C2 context, ContainerExtractionContext extractionContext) <T1,C2> void OptionalValueExtractor.extract(Optional<T> container, ValueProcessor<T1, ? super T, C2> perValueProcessor, T1 target, C2 context, ContainerExtractionContext extractionContext) <T,C2> void ShortArrayElementExtractor.extract(short[] container, ValueProcessor<T, ? super Short, C2> perValueProcessor, T target, C2 context, ContainerExtractionContext extractionContext) -
Uses of ContainerExtractionContext in org.hibernate.search.mapper.pojo.extractor.impl
Methods in org.hibernate.search.mapper.pojo.extractor.impl with parameters of type ContainerExtractionContextModifier and TypeMethodDescriptionvoidContainerExtractingProcessor.process(T target, C container, C2 context, ContainerExtractionContext extractionContext) -
Uses of ContainerExtractionContext in org.hibernate.search.mapper.pojo.work.impl
Classes in org.hibernate.search.mapper.pojo.work.impl that implement ContainerExtractionContextModifier and TypeClassDescriptionclassclass