Uses of Interface
org.springframework.transaction.SavepointManager
Packages that use SavepointManager 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.orm.jpa Package providing integration of JPA (Java Persistence API) with Spring concepts.org.springframework.transaction 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.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 Modifier and Type Class Description classJdbcTransactionObjectSupportConvenient base class for JDBC-aware transaction objects.Uses of SavepointManager in org.springframework.orm.jpa
Methods in org.springframework.orm.jpa that return SavepointManager Modifier and Type Method Description protected SavepointManagerEntityManagerHolder. getSavepointManager()Methods in org.springframework.orm.jpa with parameters of type SavepointManager Modifier and Type Method Description protected voidEntityManagerHolder. setSavepointManager(SavepointManager savepointManager)Uses of SavepointManager in org.springframework.transaction
Subinterfaces of SavepointManager in org.springframework.transaction Modifier and Type Interface Description interfaceTransactionStatusRepresentation of the status of a transaction.Uses of SavepointManager in org.springframework.transaction.support
Classes in org.springframework.transaction.support that implement SavepointManager Modifier and Type Class Description classAbstractTransactionStatusAbstract base implementation of theTransactionStatusinterface.classDefaultTransactionStatusDefault implementation of theTransactionStatusinterface, used byAbstractPlatformTransactionManager.classSimpleTransactionStatusA simpleTransactionStatusimplementation.Methods in org.springframework.transaction.support that return SavepointManager Modifier and Type Method Description protected 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.