| Package | Description |
|---|---|
| com.holonplatform.datastore.jdbc.composer | |
| com.holonplatform.datastore.jdbc.composer.internal |
| 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. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSQLStatementCompositionContext
Default
SQLStatementCompositionContext implementation. |
Copyright © 2019 The Holon Platform. All rights reserved.