ExposedSpringTransactionAttributeSource
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.
Functions
Link copied to clipboard
open override fun getTransactionAttribute(method: Method, targetClass: Class<*>?): TransactionAttribute?
Link copied to clipboard
Link copied to clipboard