Module storm

Interface Subqueryable

All Known Implementing Classes:
DeleteBuilderImpl, SelectBuilderImpl

public interface Subqueryable
Subqueryable relies on preview features of the Java platform:
Programs can only use Subqueryable when preview features are enabled.
Preview features may be removed in a future release, or upgraded to permanent features of the Java platform.
The query template is used to construct queries that may be linked to the outer query.
Since:
1.1
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the template for the query for the subquery.
  • Method Details

    • getSubquery

      StringTemplatePREVIEW getSubquery()
      Returns the template for the query for the subquery.
      Returns:
      the template.