Back to Exposed

Package-level declarations

docs/api/spring-transaction/org.jetbrains.exposed.v1.spring.transaction/index.html

1.2.01.5 KB
Original Source

Package-level declarations

Types

Types

ExposedSpringTransactionAttributeSource

Link copied to clipboard

class ExposedSpringTransactionAttributeSource(delegate: TransactionAttributeSource = AnnotationTransactionAttributeSource(), rollbackExceptions: List<Class<out Throwable>> = listOf(SQLException::class.java)) : TransactionAttributeSource

A TransactionAttributeSource that adds ExposedSQLException to the rollback rules of the delegate.

SpringTransactionManager

Link copied to clipboard

class SpringTransactionManager(dataSource: DataSource, databaseConfig: DatabaseConfig = DatabaseConfig {}, showSql: Boolean = false) : AbstractPlatformTransactionManager

Transaction Manager implementation that builds on top of Spring's standard transaction workflow.

Generated by Dokka © 2026 Copyright