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()Deprecated.static <V> ProjectionAccumulator.Provider<V, V> ProjectionAccumulator.single()Deprecated.