JooqDatabaseService

Functions

Link copied to clipboard
abstract fun close()
Link copied to clipboard
abstract fun createTransaction(scope: Scope, parentTransaction: Transaction?): Transaction
Link copied to clipboard
inline fun <R> JooqDatabaseService.runTransactionAndGetContext(crossinline block: (ctx: DSLContext) -> R): R
Link copied to clipboard
abstract fun <R> withDslContext(transaction: Transaction, block: (DSLContext) -> R): R