Uses of Interface
org.hibernate.search.engine.search.projection.dsl.FieldProjectionOptionsStep
-
Packages that use FieldProjectionOptionsStep Package Description org.hibernate.search.engine.search.projection.dsl -
-
Uses of FieldProjectionOptionsStep in org.hibernate.search.engine.search.projection.dsl
Classes in org.hibernate.search.engine.search.projection.dsl with type parameters of type FieldProjectionOptionsStep Modifier and Type Interface Description interface
FieldProjectionOptionsStep<S extends FieldProjectionOptionsStep<?,T>,T>
The initial and final step in a "field" projection definition, where optional parameters can be set.interface
FieldProjectionValueStep<N extends FieldProjectionOptionsStep<?,T>,T>
The initial step in a "field" projection definition, where the projection (optionally) can be marked as multi-valued (returning Lists), and where optional parameters can be set.Subinterfaces of FieldProjectionOptionsStep in org.hibernate.search.engine.search.projection.dsl Modifier and Type Interface Description interface
FieldProjectionValueStep<N extends FieldProjectionOptionsStep<?,T>,T>
The initial step in a "field" projection definition, where the projection (optionally) can be marked as multi-valued (returning Lists), and where optional parameters can be set.Methods in org.hibernate.search.engine.search.projection.dsl that return FieldProjectionOptionsStep Modifier and Type Method Description FieldProjectionOptionsStep<?,List<T>>
FieldProjectionValueStep. multi()
Defines the projection as multi-valued, i.e.
-