Interface IdProjectionOptionsStep<S extends IdProjectionOptionsStep<?,I>,I>
-
- Type Parameters:
S
- The "self" type (the actual exposed type of this step).I
- The type of the identifier.
- All Superinterfaces:
ProjectionFinalStep<I>
public interface IdProjectionOptionsStep<S extends IdProjectionOptionsStep<?,I>,I> extends ProjectionFinalStep<I>
The initial and final step in an "id" projection definition, where optional parameters can be set.
-
-
Method Summary
-
Methods inherited from interface org.hibernate.search.engine.search.projection.dsl.ProjectionFinalStep
toProjection
-
-