Uses of Interface
org.hibernate.search.engine.search.projection.dsl.CompositeProjectionFrom2AsStep
-
Packages that use CompositeProjectionFrom2AsStep Package Description org.hibernate.search.engine.search.projection.dsl org.hibernate.search.engine.search.projection.dsl.impl -
-
Uses of CompositeProjectionFrom2AsStep in org.hibernate.search.engine.search.projection.dsl
Methods in org.hibernate.search.engine.search.projection.dsl that return CompositeProjectionFrom2AsStep Modifier and Type Method Description default <V1,V2>
CompositeProjectionFrom2AsStep<V1,V2>CompositeProjectionInnerStep. from(ProjectionFinalStep<V1> dslFinalStep1, ProjectionFinalStep<V2> dslFinalStep2)Defines two inner projections to get values from, based on almost-builtSearchProjections.<V1,V2>
CompositeProjectionFrom2AsStep<V1,V2>CompositeProjectionInnerStep. from(SearchProjection<V1> projection1, SearchProjection<V2> projection2)Defines two inner projections to get values from, based on previously-builtSearchProjections. -
Uses of CompositeProjectionFrom2AsStep in org.hibernate.search.engine.search.projection.dsl.impl
Methods in org.hibernate.search.engine.search.projection.dsl.impl that return CompositeProjectionFrom2AsStep Modifier and Type Method Description <V1,V2>
CompositeProjectionFrom2AsStep<V1,V2>CompositeProjectionInnerStepImpl. from(SearchProjection<V1> projection1, SearchProjection<V2> projection2)
-