| Package | Description |
|---|---|
| manifold.sql.rt.api | |
| manifold.sql.rt.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
OperableTxScope
This interface is for internal use.
|
| Modifier and Type | Method and Description |
|---|---|
TxScope |
DefaultTxScopeProvider.defaultScope(java.lang.Class<? extends SchemaType> schemaClass) |
TxScope |
UpdateContext.getTxScope() |
TxScope |
TxScope.SqlChangeCtx.getTxScope() |
TxScope |
TxBindings.getTxScope() |
TxScope |
QueryContext.getTxScope() |
TxScope |
BasicTxBindings.getTxScope() |
TxScope |
TxScopeProvider.newScope(java.lang.Class<? extends SchemaType> schemaClass) |
| Modifier and Type | Method and Description |
|---|---|
T |
SchemaBuilder.build(TxScope txScope) |
| Constructor and Description |
|---|
BasicTxBindings(TxScope txScope,
TxKind txKind,
manifold.rt.api.Bindings initialState)
Creates a new bindings for an entity instance.
|
QueryContext(TxScope txScope,
java.lang.Class<T> queryClass,
java.lang.String ddlTableName,
java.util.Map<java.lang.String,ColumnInfo> allCols,
ColumnInfo[] paramInfo,
manifold.rt.api.Bindings params,
java.lang.String configName,
java.util.function.Function<TxBindings,T> makeRow) |
UpdateContext(TxScope txScope,
T table,
java.lang.String ddlTableName,
java.lang.String configName,
java.util.Set<java.lang.String> pkCols,
java.util.Set<java.lang.String> ukCols,
java.util.Map<java.lang.String,ColumnInfo> allCols) |
| Modifier and Type | Method and Description |
|---|---|
TxScope |
ThreadLocalDefaultTxScopeProvider.defaultScope(java.lang.Class<? extends SchemaType> schemaClass) |
TxScope |
BasicTxScopeProvider.newScope(java.lang.Class<? extends SchemaType> schemaClass) |
Copyright © 2024. All rights reserved.