Uses of Interface
org.hibernate.search.mapper.pojo.extractor.ContainerExtractionContext
-
-
Uses of ContainerExtractionContext in org.hibernate.search.mapper.pojo.automaticindexing.impl
Subinterfaces of ContainerExtractionContext in org.hibernate.search.mapper.pojo.automaticindexing.impl Modifier and Type Interface Description interfacePojoImplicitReindexingAssociationInverseSideResolverRootContextThe context passed to aPojoImplicitReindexingAssociationInverseSideResolverand propagated to everyPojoImplicitReindexingAssociationInverseSideResolverNode.interfacePojoImplicitReindexingResolverRootContextThe 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 ContainerExtractionContext Modifier and Type Method Description <T,C2>
voidContainerExtractor. 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 ContainerExtractionContext Modifier and Type Method Description <T,C2>
voidBooleanArrayElementExtractor. extract(boolean[] container, ValueProcessor<T,? super Boolean,C2> perValueProcessor, T target, C2 context, ContainerExtractionContext extractionContext)<T,C2>
voidByteArrayElementExtractor. extract(byte[] container, ValueProcessor<T,? super Byte,C2> perValueProcessor, T target, C2 context, ContainerExtractionContext extractionContext)<T,C2>
voidCharArrayElementExtractor. extract(char[] container, ValueProcessor<T,? super Character,C2> perValueProcessor, T target, C2 context, ContainerExtractionContext extractionContext)<T,C2>
voidDoubleArrayElementExtractor. extract(double[] container, ValueProcessor<T,? super Double,C2> perValueProcessor, T target, C2 context, ContainerExtractionContext extractionContext)<T,C2>
voidFloatArrayElementExtractor. extract(float[] container, ValueProcessor<T,? super Float,C2> perValueProcessor, T target, C2 context, ContainerExtractionContext extractionContext)<T,C2>
voidIntArrayElementExtractor. extract(int[] container, ValueProcessor<T,? super Integer,C2> perValueProcessor, T target, C2 context, ContainerExtractionContext extractionContext)<T,C2>
voidLongArrayElementExtractor. extract(long[] container, ValueProcessor<T,? super Long,C2> perValueProcessor, T target, C2 context, ContainerExtractionContext extractionContext)<T1,C2>
voidObjectArrayElementExtractor. extract(T[] container, ValueProcessor<T1,? super T,C2> perValueProcessor, T1 target, C2 context, ContainerExtractionContext extractionContext)<T,C2>
voidOptionalDoubleValueExtractor. extract(OptionalDouble container, ValueProcessor<T,? super Double,C2> perValueProcessor, T target, C2 context, ContainerExtractionContext extractionContext)<T,C2>
voidOptionalIntValueExtractor. extract(OptionalInt container, ValueProcessor<T,? super Integer,C2> perValueProcessor, T target, C2 context, ContainerExtractionContext extractionContext)<T,C2>
voidOptionalLongValueExtractor. extract(OptionalLong container, ValueProcessor<T,? super Long,C2> perValueProcessor, T target, C2 context, ContainerExtractionContext extractionContext)<T1,C2>
voidOptionalValueExtractor. extract(Optional<T> container, ValueProcessor<T1,? super T,C2> perValueProcessor, T1 target, C2 context, ContainerExtractionContext extractionContext)<T,C2>
voidShortArrayElementExtractor. 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 ContainerExtractionContext Modifier and Type Method Description voidContainerExtractingProcessor. 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 ContainerExtractionContext Modifier and Type Class Description classPojoContainedTypeIndexingPlan<I,E>classPojoIndexedTypeIndexingPlan<I,E>
-