SpringJdbcTransactionalOp

class SpringJdbcTransactionalOp(template: TransactionTemplate) : TransactionalOp<SpringJdbcTransaction>

Constructors

Link copied to clipboard
constructor(template: TransactionTemplate)

Functions

Link copied to clipboard
open override fun <T> transactional(block: (SpringJdbcTransaction) -> T): T?