接口的使用
org.springframework.transaction.SavepointManager
使用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 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.org.springframework.jdbc.datasource中SavepointManager的使用
实现SavepointManager的org.springframework.jdbc.datasource中的类 修饰符和类型 类 说明 classJdbcTransactionObjectSupportConvenient base class for JDBC-aware transaction objects.org.springframework.orm.jpa中SavepointManager的使用
返回SavepointManager的org.springframework.orm.jpa中的方法 修饰符和类型 方法 说明 protected SavepointManagerEntityManagerHolder. getSavepointManager()参数类型为SavepointManager的org.springframework.orm.jpa中的方法 修饰符和类型 方法 说明 protected voidEntityManagerHolder. setSavepointManager(SavepointManager savepointManager)org.springframework.transaction中SavepointManager的使用
org.springframework.transaction中SavepointManager的子接口 修饰符和类型 接口 说明 interfaceTransactionStatusRepresentation of the status of a transaction.org.springframework.transaction.support中SavepointManager的使用
实现SavepointManager的org.springframework.transaction.support中的类 修饰符和类型 类 说明 classAbstractTransactionStatusAbstract base implementation of theTransactionStatusinterface.classDefaultTransactionStatusDefault implementation of theTransactionStatusinterface, used byAbstractPlatformTransactionManager.classSimpleTransactionStatusA simpleTransactionStatusimplementation.返回SavepointManager的org.springframework.transaction.support中的方法 修饰符和类型 方法 说明 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.