| Package | Description |
|---|---|
| manifold.sql.rt.api |
| Modifier and Type | Interface and Description |
|---|---|
interface |
OperableTxBindings |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicTxBindings |
| Modifier and Type | Method and Description |
|---|---|
TxBindings |
ResultRow.getBindings() |
TxBindings |
BaseEntity.getBindings() |
| Modifier and Type | Method and Description |
|---|---|
java.util.function.Function<TxBindings,T> |
QueryContext.getRowMaker() |
| Modifier and Type | Method and Description |
|---|---|
<T extends Entity> |
DefaultCustomEntityFactory.newInstance(TxBindings txBindings,
java.lang.Class<T> entityInterface) |
<T extends Entity> |
CustomEntityFactory.newInstance(TxBindings txBindings,
java.lang.Class<T> entityInterface)
Constructs classes implementing the entity API interfaces.
|
| Constructor and Description |
|---|
BaseEntity(TxBindings txBindings) |
| Constructor and Description |
|---|
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) |
Copyright © 2024. All rights reserved.