Class StaticProjectionFinalStep<T>
java.lang.Object
org.hibernate.search.engine.search.projection.dsl.spi.StaticProjectionFinalStep<T>
- All Implemented Interfaces:
ProjectionFinalStep<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreate aSearchProjectioninstance matching the definition given in the previous DSL steps.
-
Constructor Details
-
StaticProjectionFinalStep
-
-
Method Details
-
toProjection
Description copied from interface:ProjectionFinalStepCreate aSearchProjectioninstance matching the definition given in the previous DSL steps.- Specified by:
toProjectionin interfaceProjectionFinalStep<T>- Returns:
- The
SearchProjectioninstance.
-