Interface SearchProjectionFactoryExtensionIfSupportedMoreStep<SR,P,R,E>

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

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