Interface ProjectionDefinitionContext
The context passed to
ProjectionDefinition.create(ProjectionDefinitionContext)
.- See Also:
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
projection
SearchProjectionFactory<?,?> projection()- Returns:
- A projection factory.
If the projection is used in the context of an object field,
this factory expects field paths to be provided relative to that same object field.
This factory is only valid in the present context and must not be used after
ProjectionDefinition.create(ProjectionDefinitionContext)
returns.
-
withRoot
-