Uses of Interface
org.hibernate.search.engine.search.projection.spi.ProjectionCompositor
Packages that use ProjectionCompositor
Package
Description
-
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 ProjectionCompositorModifierConstructorDescriptionElasticsearchObjectProjection(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 ProjectionCompositorModifierConstructorDescriptionLuceneObjectProjection(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 ProjectionCompositorModifierConstructorDescriptionCompositeProjectionOptionsStepImpl(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 ProjectionCompositorModifier and TypeMethodDescriptionstatic <P1,P2, V> ProjectionCompositor<Object[], V> ProjectionCompositor.from(BiFunction<P1, P2, V> transformer) static <P1,V> ProjectionCompositor<Object, V> 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> static ProjectionCompositor<Object[],List<?>> ProjectionCompositor.fromList(int size) static <V> ProjectionCompositor<Object[],V> Methods in org.hibernate.search.engine.search.projection.spi with parameters of type ProjectionCompositorModifier and TypeMethodDescription<E,V, P> SearchProjection<P> CompositeProjectionBuilder.build(SearchProjection<?>[] inners, ProjectionCompositor<E, V> compositor, ProjectionAccumulator.Provider<V, P> accumulatorProvider)