Uses of Interface
org.hibernate.search.engine.search.projection.spi.ProjectionCompositor
-
-
Uses of ProjectionCompositor in org.hibernate.search.backend.elasticsearch.search.projection.impl
Constructors in org.hibernate.search.backend.elasticsearch.search.projection.impl with parameters of type ProjectionCompositor Constructor Description ElasticsearchObjectProjection(org.hibernate.search.backend.elasticsearch.search.projection.impl.ElasticsearchObjectProjection.Builder builder, ElasticsearchSearchProjection<?>[] inners, ProjectionCompositor<E,V> compositor, ProjectionAccumulator.Provider<V,P> accumulatorProvider) -
Uses of ProjectionCompositor in org.hibernate.search.backend.lucene.search.projection.impl
Constructors in org.hibernate.search.backend.lucene.search.projection.impl with parameters of type ProjectionCompositor Constructor Description LuceneObjectProjection(org.hibernate.search.backend.lucene.search.projection.impl.LuceneObjectProjection.Builder builder, LuceneSearchProjection<?>[] inners, ProjectionCompositor<E,V> compositor, ProjectionAccumulator.Provider<V,P> accumulatorProvider) -
Uses of ProjectionCompositor in org.hibernate.search.engine.search.projection.dsl.impl
Constructors in org.hibernate.search.engine.search.projection.dsl.impl with parameters of type ProjectionCompositor Constructor Description CompositeProjectionOptionsStepImpl(CompositeProjectionBuilder builder, SearchProjection<?>[] inners, ProjectionCompositor<?,T> compositor, ProjectionAccumulator.Provider<T,P> accumulatorProvider)CompositeProjectionValueStepImpl(CompositeProjectionBuilder builder, SearchProjection<?>[] inners, ProjectionCompositor<?,T> compositor) -
Uses of ProjectionCompositor in org.hibernate.search.engine.search.projection.spi
Methods in org.hibernate.search.engine.search.projection.spi that return ProjectionCompositor Modifier and Type Method Description static <P1,P2,V>
ProjectionCompositor<Object[],V>ProjectionCompositor. from(BiFunction<P1,P2,V> transformer)static <P1,V>
ProjectionCompositor<Object,V>ProjectionCompositor. from(Function<P1,V> transformer)static <P1,P2,P3,V>
ProjectionCompositor<Object[],V>ProjectionCompositor. from(TriFunction<P1,P2,P3,V> transformer)static ProjectionCompositor<Object[],Object[]>ProjectionCompositor. fromArray(int size)static <V> ProjectionCompositor<Object[],V>ProjectionCompositor. fromArray(int size, Function<? super Object[],? extends V> transformer)static ProjectionCompositor<Object[],List<?>>ProjectionCompositor. fromList(int size)static <V> ProjectionCompositor<Object[],V>ProjectionCompositor. fromList(int size, Function<? super List<?>,? extends V> transformer)Methods in org.hibernate.search.engine.search.projection.spi with parameters of type ProjectionCompositor Modifier and Type Method Description <E,V,P>
SearchProjection<P>CompositeProjectionBuilder. build(SearchProjection<?>[] inners, ProjectionCompositor<E,V> compositor, ProjectionAccumulator.Provider<V,P> accumulatorProvider)
-