SpringManagedTransactionManager
TransactionManager implementation that delegates all transactions to the Spring framework.
This class enables the Spring support, and it's used by Database instances created by Database.connectWithSpringSupport function. Once the Spring support enabled, the transaction management will be delegated to the Spring framework, so the Database.useTransaction function is not available anymore, applications should use Spring's Transactional annotation instead.
Properties
Link copied to clipboard
The opened transaction of the current thread, null if there is no transaction opened.
Link copied to clipboard
the data source used to obtained connections, typically comes from Spring's application context.
Link copied to clipboard
The default transaction isolation, null for the default isolation level of the underlying datastore.