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
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionCreate aSearchProjectioninstance matching the definition given in the previous DSL steps.
-
Constructor Details
-
EntityReferenceProjectionOptionsStepImpl
-
-
Method Details
-
toProjection
Description copied from interface:ProjectionFinalStepCreate aSearchProjectioninstance matching the definition given in the previous DSL steps.- Specified by:
toProjectionin interfaceProjectionFinalStep<R>- Returns:
- The
SearchProjectioninstance.
-