Uses of Interface
org.springframework.transaction.SavepointManager
Package
Description
Provides a utility class for easy DataSource access,
a PlatformTransactionManager for a single DataSource,
and various simple DataSource implementations.
Package providing integration of JPA (Java Persistence API) with Spring concepts.
Spring's core transaction management APIs (independent of any specific transaction
management system); an exception hierarchy for Spring's transaction infrastructure;
and transaction manager, definition, and status interfaces.
Support classes for the org.springframework.transaction package.
-
Uses of SavepointManager in org.springframework.jdbc.datasource
Modifier and TypeClassDescriptionclass
Convenient base class for JDBC-aware transaction objects. -
Uses of SavepointManager in org.springframework.orm.jpa
Modifier and TypeMethodDescriptionprotected SavepointManager
EntityManagerHolder.getSavepointManager()
Modifier and TypeMethodDescriptionprotected void
EntityManagerHolder.setSavepointManager
(SavepointManager savepointManager) -
Uses of SavepointManager in org.springframework.transaction
Modifier and TypeInterfaceDescriptioninterface
Representation of an ongoingPlatformTransactionManager
transaction. -
Uses of SavepointManager in org.springframework.transaction.support
Modifier and TypeClassDescriptionclass
Abstract base implementation of theTransactionStatus
interface.class
Default implementation of theTransactionStatus
interface, used byAbstractPlatformTransactionManager
.class
A simpleTransactionStatus
implementation.Modifier and TypeMethodDescriptionprotected SavepointManager
AbstractTransactionStatus.getSavepointManager()
Return a SavepointManager for the underlying transaction, if possible.protected SavepointManager
DefaultTransactionStatus.getSavepointManager()
This implementation exposes theSavepointManager
interface of the underlying transaction object, if any.