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