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