| 
 | ||||||||||
| 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.orm.jpa | Package providing integration of JPA (Java Persistence API) with Spring concepts. | 
| 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 | JdbcTransactionObjectSupportConvenient base class for JDBC-aware transaction objects. | 
| Uses of SavepointManager in org.springframework.orm.jpa | 
|---|
| Methods in org.springframework.orm.jpa that return SavepointManager | |
|---|---|
| protected  SavepointManager | EntityManagerHolder.getSavepointManager() | 
| Methods in org.springframework.orm.jpa with parameters of type SavepointManager | |
|---|---|
| protected  void | EntityManagerHolder.setSavepointManager(SavepointManager savepointManager) | 
| Uses of SavepointManager in org.springframework.transaction | 
|---|
| Subinterfaces of SavepointManager in org.springframework.transaction | |
|---|---|
|  interface | TransactionStatusRepresentation of the status of a transaction. | 
| Uses of SavepointManager in org.springframework.transaction.support | 
|---|
| Classes in org.springframework.transaction.support that implement SavepointManager | |
|---|---|
|  class | AbstractTransactionStatusAbstract base implementation of the TransactionStatusinterface. | 
|  class | DefaultTransactionStatusDefault implementation of the TransactionStatusinterface, used byAbstractPlatformTransactionManager. | 
|  class | SimpleTransactionStatusA simple TransactionStatusimplementation. | 
| Methods in org.springframework.transaction.support that return SavepointManager | |
|---|---|
| protected  SavepointManager | AbstractTransactionStatus.getSavepointManager()Return a SavepointManager for the underlying transaction, if possible. | 
| protected  SavepointManager | DefaultTransactionStatus.getSavepointManager()This implementation exposes the SavepointManager interface of the underlying transaction object, if any. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||