Uses of Interface
org.springframework.transaction.SavepointManager
Packages that use 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.datasourceClasses in org.springframework.jdbc.datasource that implement SavepointManagerModifier and TypeClassDescriptionclassConvenient base class for JDBC-aware transaction objects.
- 
Uses of SavepointManager in org.springframework.orm.jpaMethods in org.springframework.orm.jpa that return SavepointManagerModifier and TypeMethodDescriptionprotected SavepointManagerEntityManagerHolder.getSavepointManager()Methods in org.springframework.orm.jpa with parameters of type SavepointManagerModifier and TypeMethodDescriptionprotected voidEntityManagerHolder.setSavepointManager(SavepointManager savepointManager) 
- 
Uses of SavepointManager in org.springframework.transactionSubinterfaces of SavepointManager in org.springframework.transactionModifier and TypeInterfaceDescriptioninterfaceRepresentation of an ongoingPlatformTransactionManagertransaction.
- 
Uses of SavepointManager in org.springframework.transaction.supportClasses in org.springframework.transaction.support that implement SavepointManagerModifier and TypeClassDescriptionclassAbstract base implementation of theTransactionStatusinterface.classDefault implementation of theTransactionStatusinterface, used byAbstractPlatformTransactionManager.classA simpleTransactionStatusimplementation.Methods in org.springframework.transaction.support that return SavepointManagerModifier and TypeMethodDescriptionprotected SavepointManagerAbstractTransactionStatus.getSavepointManager()Return a SavepointManager for the underlying transaction, if possible.protected SavepointManagerDefaultTransactionStatus.getSavepointManager()This implementation exposes theSavepointManagerinterface of the underlying transaction object, if any.