Package | Description |
---|---|
org.springframework.jdbc.datasource |
Provides a utility class for easy DataSource access,
a PlatformTransactionManager for a single DataSource,
and various simple DataSource implementations.
|
org.springframework.transaction.jta |
Transaction SPI implementation for JTA.
|
Modifier and Type | Class and Description |
---|---|
class |
JdbcTransactionObjectSupport
Convenient base class for JDBC-aware transaction objects.
|
Modifier and Type | Class and Description |
---|---|
class |
JtaTransactionObject
JTA transaction object, representing a
UserTransaction . |