org.komapper.tx.context.r2dbc.R2dbcTransactionOperatorContext.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of komapper-tx-context-r2dbc Show documentation
Show all versions of komapper-tx-context-r2dbc Show documentation
Komapper Transaction Context for R2DBC
The newest version!
package org.komapper.tx.context.r2dbc
interface R2dbcTransactionOperatorContext {
val transactionOperator: ContextualR2dbcCoroutineTransactionOperator
val flowTransactionOperator: ContextualR2dbcFlowTransactionOperator
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy