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