Interface SubqueryProvider


public interface SubqueryProvider
Provides a subquery to a SubqueryInitiator.
Since:
1.0.0
Author:
Christian Beikov
  • Method Details

    • createSubquery

      <T> T createSubquery​(SubqueryInitiator<T> subqueryInitiator)
      Applies a subquery to the given SubqueryInitiator.
      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