Package-level declarations
Types
Represents a unit block of work that is performed on a database using an R2DBC driver.
Interface for R2DBC transaction managers, responsible for creating and managing R2DBC transactions.
R2dbcTransactionManager implementation registered to the provided database value db.
Properties
The R2dbcTransactionManager instance that is associated with this R2dbcDatabase.
Functions
Returns the current R2DBC transaction from the thread-local stack for this manager's database, or null if none exists.
Creates a transaction with the specified transactionIsolation and readOnly settings, then calls the statement block with this transaction as its receiver and returns the result.
Creates a transaction with the specified transactionIsolation and readOnly settings, then calls the statement block with this transaction as its receiver and returns the result.