Interface EntityProjectionOptionsStep<S extends EntityProjectionOptionsStep<?,E>,E>

Type Parameters:
S - The "self" type (the actual exposed type of this step).
E - The type of projected entities.
All Superinterfaces:
ProjectionFinalStep<E>

public interface EntityProjectionOptionsStep<S extends EntityProjectionOptionsStep<?,E>,E> extends ProjectionFinalStep<E>
The initial and final step in an "entity" projection definition, where optional parameters can be set.