接口的使用
org.springframework.transaction.TransactionExecution
- 使用TransactionExecution的程序包 - 程序包 - 说明 - 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.reactive Support classes for reactive transaction management.- org.springframework.transaction.support Support classes for the org.springframework.transaction package.
- org.springframework.transaction中TransactionExecution的使用- org.springframework.transaction中TransactionExecution的子接口 - 修饰符和类型 - 接口 - 说明 - interface- ReactiveTransactionRepresentation of an ongoing reactive transaction.- interface- TransactionStatusRepresentation of the status of a transaction.
- org.springframework.transaction.reactive中TransactionExecution的使用- 实现TransactionExecution的org.springframework.transaction.reactive中的类 - 修饰符和类型 - 类 - 说明 - class- GenericReactiveTransactionDefault implementation of the- ReactiveTransactioninterface, used by- AbstractReactiveTransactionManager.
- org.springframework.transaction.support中TransactionExecution的使用- 实现TransactionExecution的org.springframework.transaction.support中的类 - 修饰符和类型 - 类 - 说明 - class- AbstractTransactionStatusAbstract base implementation of the- TransactionStatusinterface.- class- DefaultTransactionStatusDefault implementation of the- TransactionStatusinterface, used by- AbstractPlatformTransactionManager.- class- SimpleTransactionStatusA simple- TransactionStatusimplementation.