|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SavepointManager | |
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 | Exception hierarchy for Spring's transaction infrastructure, independent of any specific transaction management system. |
org.springframework.transaction.support | Support classes for the org.springframework.transaction package. |
Uses of SavepointManager in org.springframework.jdbc.datasource |
Classes in org.springframework.jdbc.datasource that implement SavepointManager | |
class |
JdbcTransactionObjectSupport
Convenient base class for JDBC-aware transaction objects. |
Uses of SavepointManager in org.springframework.transaction |
Subinterfaces of SavepointManager in org.springframework.transaction | |
interface |
TransactionStatus
Representation of the status of a transaction, consisting of a transaction object and some status flags. |
Uses of SavepointManager in org.springframework.transaction.support |
Classes in org.springframework.transaction.support that implement SavepointManager | |
class |
DefaultTransactionStatus
Default implementation of the TransactionStatus interface, used by AbstractPlatformTransactionManager. |
Methods in org.springframework.transaction.support that return SavepointManager | |
protected SavepointManager |
DefaultTransactionStatus.getSavepointManager()
Return the underlying transaction as SavepointManager, if possible. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |