TxScope.BaseConsumer, TxScope.BatchScopeConsumer, TxScope.BatchSqlChangeCtx, TxScope.ScopeConsumer, TxScope.SqlChangeCtx| Modifier and Type | Method and Description |
|---|---|
void |
addBatch(Executor exec,
java.util.function.Consumer<java.sql.Statement> consumer) |
void |
addRow(Entity item) |
<T extends SchemaAppender> |
append(java.util.function.Consumer<T> consumer,
T appender) |
boolean |
containsRow(Entity item) |
java.sql.Connection |
getActiveConnection() |
java.util.Set<Entity> |
getRows() |
TxScope.BatchSqlChangeCtx |
newBatchSqlChangeCtx(java.sql.Connection c) |
TxScope.SqlChangeCtx |
newSqlChangeCtx(java.sql.Connection c) |
void |
removeRow(Entity item) |
addBatchChange, addSqlChange, commit, commit, commitAsBatch, getDbConfig, revertjava.util.Set<Entity> getRows()
void addRow(Entity item)
void removeRow(Entity item)
boolean containsRow(Entity item)
java.sql.Connection getActiveConnection()
TxScope.SqlChangeCtx newSqlChangeCtx(java.sql.Connection c)
TxScope.BatchSqlChangeCtx newBatchSqlChangeCtx(java.sql.Connection c)
void addBatch(Executor exec, java.util.function.Consumer<java.sql.Statement> consumer)
<T extends SchemaAppender> void append(java.util.function.Consumer<T> consumer, T appender) throws java.sql.SQLException
java.sql.SQLExceptionCopyright © 2024. All rights reserved.