Uses of Interface
org.hibernate.search.engine.search.projection.dsl.CompositeProjectionFrom2AsStep
Packages that use CompositeProjectionFrom2AsStep
-
Uses of CompositeProjectionFrom2AsStep in org.hibernate.search.engine.search.projection.dsl
Methods in org.hibernate.search.engine.search.projection.dsl that return CompositeProjectionFrom2AsStepModifier and TypeMethodDescriptiondefault <V1,
V2> CompositeProjectionFrom2AsStep <V1, V2> CompositeProjectionInnerStep.from
(ProjectionFinalStep<V1> dslFinalStep1, ProjectionFinalStep<V2> dslFinalStep2) Defines two inner projections to get values from, based on almost-builtSearchProjection
s.<V1,
V2> CompositeProjectionFrom2AsStep <V1, V2> CompositeProjectionInnerStep.from
(SearchProjection<V1> projection1, SearchProjection<V2> projection2) Defines two inner projections to get values from, based on previously-builtSearchProjection
s.