Uses of Interface
org.hibernate.search.engine.search.projection.dsl.CompositeProjectionFrom3AsStep
-
Packages that use CompositeProjectionFrom3AsStep Package Description org.hibernate.search.engine.search.projection.dsl org.hibernate.search.engine.search.projection.dsl.impl -
-
Uses of CompositeProjectionFrom3AsStep in org.hibernate.search.engine.search.projection.dsl
Methods in org.hibernate.search.engine.search.projection.dsl that return CompositeProjectionFrom3AsStep Modifier and Type Method Description default <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. -
Uses of CompositeProjectionFrom3AsStep in org.hibernate.search.engine.search.projection.dsl.impl
Methods in org.hibernate.search.engine.search.projection.dsl.impl that return CompositeProjectionFrom3AsStep Modifier and Type Method Description <V1,V2,V3>
CompositeProjectionFrom3AsStep<V1,V2,V3>CompositeProjectionInnerStepImpl. from(SearchProjection<V1> projection1, SearchProjection<V2> projection2, SearchProjection<V3> projection3)
-