spring-framework / org.springframework.jdbc.datasource / JdbcTransactionObjectSupport / <init>

<init>

JdbcTransactionObjectSupport()

Convenient base class for JDBC-aware transaction objects. Can contain a ConnectionHolder with a JDBC Connection, and implements the SavepointManager interface based on that ConnectionHolder.

Allows for programmatic management of JDBC java.sql.Savepoint. Spring's org.springframework.transaction.support.DefaultTransactionStatus automatically delegates to this, as it autodetects transaction objects which implement the SavepointManager interface.

Author
Juergen Hoeller

Since
1.1

See Also
DataSourceTransactionManager