Interface SearchProjectionFactoryExtensionIfSupportedStep<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 Known Subinterfaces:
SearchProjectionFactoryExtensionIfSupportedMoreStep<SR,P,R,E>

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