- All Known Implementing Classes:
DeleteBuilderImpl,SelectBuilderImpl
public interface Subqueryable
Subqueryable relies on preview features of the Java platform:
Subqueryablerefers to one or more preview APIs:StringTemplate.
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 TypeMethodDescriptionReturns 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.
-
Subqueryablewhen preview features are enabled.