org.komapper.tx.context.r2dbc.R2dbcDatabaseContext.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
import org.komapper.core.ThreadSafe
@ThreadSafe
interface R2dbcDatabaseContext {
val database: ContextualR2dbcDatabase
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy