Class EntityReferenceProjectionOptionsStepImpl<R>
- java.lang.Object
-
- org.hibernate.search.engine.search.projection.dsl.impl.EntityReferenceProjectionOptionsStepImpl<R>
-
- All Implemented Interfaces:
EntityReferenceProjectionOptionsStep<EntityReferenceProjectionOptionsStepImpl<R>,R>,ProjectionFinalStep<R>
public final class EntityReferenceProjectionOptionsStepImpl<R> extends Object implements EntityReferenceProjectionOptionsStep<EntityReferenceProjectionOptionsStepImpl<R>,R>
-
-
Constructor Summary
Constructors Constructor Description EntityReferenceProjectionOptionsStepImpl(SearchProjectionDslContext<?> dslContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SearchProjection<R>toProjection()Create aSearchProjectioninstance matching the definition given in the previous DSL steps.
-
-
-
Constructor Detail
-
EntityReferenceProjectionOptionsStepImpl
public EntityReferenceProjectionOptionsStepImpl(SearchProjectionDslContext<?> dslContext)
-
-
Method Detail
-
toProjection
public SearchProjection<R> toProjection()
Description copied from interface:ProjectionFinalStepCreate aSearchProjectioninstance matching the definition given in the previous DSL steps.- Specified by:
toProjectionin interfaceProjectionFinalStep<R>- Returns:
- The
SearchProjectioninstance.
-
-