Uses of Interface
org.hibernate.search.engine.search.projection.dsl.CompositeProjectionValueStep
Packages that use CompositeProjectionValueStep
Package
Description
-
Uses of CompositeProjectionValueStep in org.hibernate.search.engine.search.projection.definition.spi
Methods in org.hibernate.search.engine.search.projection.definition.spi that return CompositeProjectionValueStepModifier and TypeMethodDescriptionCompositeProjectionDefinition.apply(CompositeProjectionInnerStep initialStep, ProjectionDefinitionContext context) -
Uses of CompositeProjectionValueStep in org.hibernate.search.engine.search.projection.dsl
Methods in org.hibernate.search.engine.search.projection.dsl that return CompositeProjectionValueStepModifier and TypeMethodDescription<V> CompositeProjectionValueStep<?, V> Defines the result of the composite projection as the result of applying the given function to the single inner projection defined so far.<V> CompositeProjectionValueStep<?, V> CompositeProjectionFrom2AsStep.as(BiFunction<V1, V2, V> transformer) Defines the result of the composite projection as the result of applying the given function to the two inner projections defined so far.<V> CompositeProjectionValueStep<?, V> CompositeProjectionFrom3AsStep.as(org.hibernate.search.util.common.function.TriFunction<V1, V2, V3, V> transformer) Defines the result of the composite projection as the result of applying the given function to the three inner projections defined so far.<V> CompositeProjectionValueStep<?, V> Defines the result of the composite projection as the result of applying the given function to the single inner projection defined so far.CompositeProjectionFromAsStep.asArray()Defines the result of the composite projection as an object array that will contain the results of inner projections defined so far, in order.<V> CompositeProjectionValueStep<?, V> Defines the result of the composite projection as the result of applying the given function to an object array containing the results of inner projections defined so far, in order.CompositeProjectionFromAsStep.asList()Defines the result of the composite projection as aListthat will contain the results of inner projections defined so far, in order.<V> CompositeProjectionValueStep<?, V> Defines the result of the composite projection as the result of applying the given function to aListcontaining the results of inner projections defined so far, in order.default CompositeProjectionValueStep<?, List<?>> SearchProjectionFactory.composite(ProjectionFinalStep<?>... dslFinalSteps) Create a projection that will compose aListbased on the given almost-built projections.SearchProjectionFactory.composite(SearchProjection<?>... projections) Create a projection that will compose aListbased on the given projections. -
Uses of CompositeProjectionValueStep in org.hibernate.search.engine.search.projection.dsl.spi
Methods in org.hibernate.search.engine.search.projection.dsl.spi that return CompositeProjectionValueStepModifier and TypeMethodDescriptionAbstractSearchProjectionFactory.composite(SearchProjection<?>... projections)