public interface IThreadConnectableTransactionManager<T,R>
extends org.springframework.transaction.PlatformTransactionManager
Modifier and Type | Method and Description |
---|---|
T |
getCurrentTransaction() |
void |
resumeTransaction(T transaction,
R resources) |
R |
suspendTransaction(T transaction) |
T getCurrentTransaction() throws org.springframework.transaction.TransactionException
org.springframework.transaction.TransactionException
Copyright © 2023 Frank!Framework. All rights reserved.