Package | Description |
---|---|
org.springframework.transaction.config |
Support package for declarative transaction configuration,
with XML schema being the primary configuration format.
|
org.springframework.transaction.jta |
Transaction SPI implementation for JTA.
|
Modifier and Type | Method and Description |
---|---|
JtaTransactionManager |
JtaTransactionManagerFactoryBean.getObject() |
Modifier and Type | Class and Description |
---|---|
class |
WebLogicJtaTransactionManager
Special
JtaTransactionManager variant for BEA WebLogic (9.0 and higher). |
class |
WebSphereUowTransactionManager
WebSphere-specific PlatformTransactionManager implementation that delegates
to a
UOWManager instance, obtained from WebSphere's
JNDI environment. |