Uses of Interface
org.hibernate.search.engine.search.projection.dsl.FieldProjectionOptionsStep
Packages that use FieldProjectionOptionsStep
-
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 FieldProjectionOptionsStepModifier and TypeInterfaceDescriptioninterface
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.dslModifier and TypeInterfaceDescriptioninterface
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 FieldProjectionOptionsStepModifier and TypeMethodDescriptionFieldProjectionValueStep.multi()
Defines the projection as multi-valued, i.e.