Uses of Interface
org.hibernate.search.engine.search.projection.dsl.CompositeProjectionFrom1AsStep
-
Packages that use CompositeProjectionFrom1AsStep Package Description org.hibernate.search.engine.search.projection.dsl org.hibernate.search.engine.search.projection.dsl.impl -
-
Uses of CompositeProjectionFrom1AsStep in org.hibernate.search.engine.search.projection.dsl
Methods in org.hibernate.search.engine.search.projection.dsl that return CompositeProjectionFrom1AsStep Modifier and Type Method Description default <V1> CompositeProjectionFrom1AsStep<V1>CompositeProjectionInnerStep. from(ProjectionFinalStep<V1> dslFinalStep)Defines one inner projection to get values from, based on an almost-builtSearchProjection.<V1> CompositeProjectionFrom1AsStep<V1>CompositeProjectionInnerStep. from(SearchProjection<V1> projection)Defines one inner projection to get values from, based on a previously-builtSearchProjection. -
Uses of CompositeProjectionFrom1AsStep in org.hibernate.search.engine.search.projection.dsl.impl
Methods in org.hibernate.search.engine.search.projection.dsl.impl that return CompositeProjectionFrom1AsStep Modifier and Type Method Description <V1> CompositeProjectionFrom1AsStep<V1>CompositeProjectionInnerStepImpl. from(SearchProjection<V1> projection)
-