Uses of Interface
org.hibernate.search.engine.search.projection.dsl.CompositeProjectionFromAsStep
Packages that use CompositeProjectionFromAsStep
-
Uses of CompositeProjectionFromAsStep in org.hibernate.search.engine.search.projection.dsl
Subinterfaces of CompositeProjectionFromAsStep in org.hibernate.search.engine.search.projection.dslModifier and TypeInterfaceDescriptioninterfaceThe step in a "multi-step" composite projection definition where a single inner projection has been defined and the result of the composite projection can be defined.interfaceThe step in a "multi-step" composite projection definition where 2 inner projections have been defined and the result of the composite projection can be defined.interfaceCompositeProjectionFrom3AsStep<V1,V2, V3> The step in a "multi-step" composite projection definition where 3 inner projections have been defined and the result of the composite projection can be defined.Methods in org.hibernate.search.engine.search.projection.dsl that return CompositeProjectionFromAsStepModifier and TypeMethodDescriptionCompositeProjectionInnerStep.from(ProjectionFinalStep<?>... dslFinalSteps) Defines multiple inner projections to get values from, based on almost-builtSearchProjections.CompositeProjectionInnerStep.from(SearchProjection<?>... projections) Defines multiple inner projections to get values from, based on previously-builtSearchProjections.