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