SpringJtaPlatform

open class SpringJtaPlatform : AbstractJtaPlatform

Generic Hibernate AbstractJtaPlatform implementation that simply resolves the JTA UserTransaction and TransactionManager from the Spring-configured JtaTransactionManager implementation.

Author

Josh Long

Phillip Webb

Since

1.2.0

Constructors

Link copied to clipboard
constructor(transactionManager: JtaTransactionManager)

Properties

Link copied to clipboard
open val transactionManager: TransactionManager

Functions

Link copied to clipboard
Link copied to clipboard
open fun configure(configValues: Map<String, Any>)
Link copied to clipboard
open fun getCurrentStatus(): Int
Link copied to clipboard
open fun getTransactionIdentifier(transaction: Transaction): Any
Link copied to clipboard
open fun injectServices(serviceRegistry: ServiceRegistryImplementor)
Link copied to clipboard
open fun registerSynchronization(synchronization: Synchronization)
Link copied to clipboard
open fun retrieveTransactionManager(): TransactionManager
Link copied to clipboard
open fun retrieveUserTransaction(): UserTransaction