Interface SearchProjectionFactoryExtensionIfSupportedMoreStep<P,R,E>

Type Parameters:
R - The type of entity references in the parent SearchProjectionFactory.
E - The type of entities in the parent SearchProjectionFactory.
P - The resulting projection type.
All Superinterfaces:
SearchProjectionFactoryExtensionIfSupportedStep<P,R,E>

public interface SearchProjectionFactoryExtensionIfSupportedMoreStep<P,R,E> extends SearchProjectionFactoryExtensionIfSupportedStep<P,R,E>
The second and later step when attempting to apply multiple extensions to a SearchProjectionFactory.
See Also: