| Package | Description |
|---|---|
| com.holonplatform.datastore.jdbc.composer |
| Modifier and Type | Method and Description |
|---|---|
static SQLStatementCompositionContext |
SQLStatementCompositionContext.asChild(SQLCompositionContext parent,
com.holonplatform.core.datastore.relational.RelationalTarget<?> rootTarget,
SQLStatementCompositionContext.AliasMode aliasMode)
Create a new
SQLStatementCompositionContext as a child of given SQLCompositionContext. |
static SQLStatementCompositionContext |
SQLStatementCompositionContext.create(SQLContext context,
com.holonplatform.core.datastore.relational.RelationalTarget<?> rootTarget,
SQLStatementCompositionContext.AliasMode aliasMode)
Create a new default
SQLStatementCompositionContext. |
| Modifier and Type | Method and Description |
|---|---|
default Optional<SQLStatementCompositionContext> |
SQLCompositionContext.isStatementCompositionContext()
Checks whether this context is a
SQLStatementCompositionContext. |
Copyright © 2019 The Holon Platform. All rights reserved.