Uses of Interface
org.hibernate.search.engine.search.projection.spi.ProjectionAccumulator
-
Packages that use ProjectionAccumulator Package Description org.hibernate.search.engine.search.projection.spi -
-
Uses of ProjectionAccumulator in org.hibernate.search.engine.search.projection.spi
Classes in org.hibernate.search.engine.search.projection.spi that implement ProjectionAccumulator Modifier and Type Class Description class
ListProjectionAccumulator<F,V>
AProjectionAccumulator
that can accumulate any number of values into aList
.class
SingleValuedProjectionAccumulator<F,V>
AProjectionAccumulator
that can accumulate up to one value, and will throw an exception beyond that.Methods in org.hibernate.search.engine.search.projection.spi that return ProjectionAccumulator Modifier and Type Method Description <F> ProjectionAccumulator<F,V,?,R>
ProjectionAccumulator.Provider. get()
-