Uses of Interface
org.hibernate.search.engine.search.projection.dsl.CompositeProjectionFrom3AsStep
Packages that use CompositeProjectionFrom3AsStep
-
Uses of CompositeProjectionFrom3AsStep in org.hibernate.search.engine.search.projection.dsl
Methods in org.hibernate.search.engine.search.projection.dsl that return CompositeProjectionFrom3AsStepModifier and TypeMethodDescriptiondefault <V1,V2, V3>
CompositeProjectionFrom3AsStep<V1, V2, V3> CompositeProjectionInnerStep.from(ProjectionFinalStep<V1> dslFinalStep1, ProjectionFinalStep<V2> dslFinalStep2, ProjectionFinalStep<V3> dslFinalStep3) Defines three inner projections to get values from, based on almost-builtSearchProjections.<V1,V2, V3>
CompositeProjectionFrom3AsStep<V1, V2, V3> CompositeProjectionInnerStep.from(SearchProjection<V1> projection1, SearchProjection<V2> projection2, SearchProjection<V3> projection3) Defines three inner projections to get values from, based on previously-builtSearchProjections.