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