Uses of Interface
org.hibernate.search.engine.search.projection.dsl.CompositeProjectionInnerStep
Packages that use CompositeProjectionInnerStep
Package
Description
-
Uses of CompositeProjectionInnerStep in org.hibernate.search.engine.search.projection.definition.spi
Methods in org.hibernate.search.engine.search.projection.definition.spi with parameters of type CompositeProjectionInnerStepModifier and TypeMethodDescriptionCompositeProjectionDefinition.apply(CompositeProjectionInnerStep initialStep, ProjectionDefinitionContext context) -
Uses of CompositeProjectionInnerStep in org.hibernate.search.engine.search.projection.dsl
Methods in org.hibernate.search.engine.search.projection.dsl that return CompositeProjectionInnerStepModifier and TypeMethodDescriptionSearchProjectionFactory.composite()Starts the definition of a composite projection, which will combine multiple given projections.Starts the definition of an object projection, which will yield one value per object in a given object field, the value being the result of combining multiple given projections (usually on fields within the object field).default CompositeProjectionInnerStepTypedSearchProjectionFactory.object(ObjectFieldReference<? super SR> objectFieldReference) Starts the definition of an object projection, which will yield one value per object in a given object field, the value being the result of combining multiple given projections (usually on fields within the object field). -
Uses of CompositeProjectionInnerStep in org.hibernate.search.engine.search.projection.dsl.spi
Methods in org.hibernate.search.engine.search.projection.dsl.spi that return CompositeProjectionInnerStep