Uses of Interface
org.hibernate.search.engine.search.projection.spi.ProjectionAccumulator.Provider
Packages that use ProjectionAccumulator.Provider
-
Uses of ProjectionAccumulator.Provider in org.hibernate.search.engine.search.projection.spi
Methods in org.hibernate.search.engine.search.projection.spi that return ProjectionAccumulator.ProviderModifier and TypeMethodDescriptionstatic <V> ProjectionAccumulator.Provider<V,List<V>> ProjectionAccumulator.list()static <V> ProjectionAccumulator.Provider<V,V> ProjectionAccumulator.single()Methods in org.hibernate.search.engine.search.projection.spi with parameters of type ProjectionAccumulator.ProviderModifier and TypeMethodDescription<E,V, P> SearchProjection<P> CompositeProjectionBuilder.build(SearchProjection<?>[] inners, ProjectionCompositor<E, V> compositor, ProjectionAccumulator.Provider<V, P> accumulatorProvider) <P> SearchProjection<P>DistanceToFieldProjectionBuilder.build(ProjectionAccumulator.Provider<Double, P> accumulatorProvider) <P> SearchProjection<P>FieldProjectionBuilder.build(ProjectionAccumulator.Provider<T, P> accumulatorProvider)