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
ConstructorsConstructorDescriptionIdProjectionOptionsStepImpl(SearchProjectionDslContext<?> dslContext, Class<I> identifierType) -
Method Summary
Modifier and TypeMethodDescriptionCreate aSearchProjectioninstance matching the definition given in the previous DSL steps.
-
Constructor Details
-
IdProjectionOptionsStepImpl
public IdProjectionOptionsStepImpl(SearchProjectionDslContext<?> dslContext, Class<I> identifierType)
-
-
Method Details
-
toProjection
Description copied from interface:ProjectionFinalStepCreate aSearchProjectioninstance matching the definition given in the previous DSL steps.- Specified by:
toProjectionin interfaceProjectionFinalStep<I>- Returns:
- The
SearchProjectioninstance.
-