Package-level declarations

Types

Link copied to clipboard
class SpringJdbcTransaction(transactionStatus: TransactionStatus, template: TransactionTemplate) : Transaction
Link copied to clipboard
class SpringJdbcTransactionalOp(template: TransactionTemplate) : TransactionalOp<SpringJdbcTransaction>

Functions

Link copied to clipboard
fun TransactionTemplate.transactionalOp(): SpringJdbcTransactionalOp

Create a SpringJdbcTransactionalOp from a TransactionOperations