Introduce TransactionExecutionListener with begin/commit/rollback notifications
Includes ConfigurableTransactionManager interface for listener registration. Includes additional introspection methods on TransactionExecution interface. Includes default method declarations on TransactionStatus/SmartTransactionObject. Closes gh-27479
This commit is contained in:
@@ -131,11 +131,6 @@ public abstract class JdbcTransactionObjectSupport implements SavepointManager,
|
||||
return this.savepointAllowed;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void flush() {
|
||||
// no-op
|
||||
}
|
||||
|
||||
|
||||
//---------------------------------------------------------------------
|
||||
// Implementation of SavepointManager
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user