exposed
Toggle table of contents
1.0.0-rc-1
jvm
Platform filter
jvm
Switch theme
Search in API
exposed
spring-transaction
/
org.jetbrains.exposed.v1.spring.transaction
/
ExposedSpringTransactionAttributeSource
/
ExposedSpringTransactionAttributeSource
Exposed
Spring
Transaction
Attribute
Source
constructor
(
delegate
:
TransactionAttributeSource
=
AnnotationTransactionAttributeSource()
,
rollbackExceptions
:
List
<
Class
<
out
Throwable
>
>
=
listOf(SQLException::class.java)
)