| Method and Description |
|---|
| org.springframework.r2dbc.connection.R2dbcTransactionManager.prepareTransactionalConnection(Connection, TransactionDefinition, Object)
in favor of
R2dbcTransactionManager.prepareTransactionalConnection(Connection, TransactionDefinition)
since this variant gets called too early (before transaction begin) for read-only customization |