Package com.blazebit.persistence.view
Interface SubqueryProvider
public interface SubqueryProvider
Provides a subquery to a
SubqueryInitiator.- Since:
- 1.0.0
- Author:
- Christian Beikov
-
Method Summary
Modifier and TypeMethodDescription<T> TcreateSubquery(SubqueryInitiator<T> subqueryInitiator) Applies a subquery to the givenSubqueryInitiator.
-
Method Details
-
createSubquery
Applies a subquery to the givenSubqueryInitiator.- Type Parameters:
T- The type of the parent builder- Parameters:
subqueryInitiator- The subquery initiator on which the subquery should be applied- Returns:
- The parent builder
-