Uses of Interface
org.hibernate.search.engine.search.projection.dsl.CompositeProjectionFromAsStep
-
Packages that use CompositeProjectionFromAsStep Package Description org.hibernate.search.engine.search.projection.dsl org.hibernate.search.engine.search.projection.dsl.impl -
-
Uses of CompositeProjectionFromAsStep in org.hibernate.search.engine.search.projection.dsl
Subinterfaces of CompositeProjectionFromAsStep in org.hibernate.search.engine.search.projection.dsl Modifier and Type Interface Description interfaceCompositeProjectionFrom1AsStep<V1>The 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.interfaceCompositeProjectionFrom2AsStep<V1,V2>The 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 CompositeProjectionFromAsStep Modifier and Type Method Description CompositeProjectionFromAsStepCompositeProjectionInnerStep. from(ProjectionFinalStep<?>... dslFinalSteps)Defines multiple inner projections to get values from, based on almost-builtSearchProjections.CompositeProjectionFromAsStepCompositeProjectionInnerStep. from(SearchProjection<?>... projections)Defines multiple inner projections to get values from, based on previously-builtSearchProjections. -
Uses of CompositeProjectionFromAsStep in org.hibernate.search.engine.search.projection.dsl.impl
Methods in org.hibernate.search.engine.search.projection.dsl.impl that return CompositeProjectionFromAsStep Modifier and Type Method Description CompositeProjectionFromAsStepCompositeProjectionInnerStepImpl. from(ProjectionFinalStep<?>... dslFinalSteps)CompositeProjectionFromAsStepCompositeProjectionInnerStepImpl. from(SearchProjection<?>... projections)
-