接口的使用
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的子接口 修饰符和类型 接口 说明 interfaceReactiveTransactionRepresentation of an ongoing reactive transaction.interfaceTransactionStatusRepresentation of the status of a transaction.org.springframework.transaction.reactive中TransactionExecution的使用
实现TransactionExecution的org.springframework.transaction.reactive中的类 修饰符和类型 类 说明 classGenericReactiveTransactionDefault implementation of theReactiveTransactioninterface, used byAbstractReactiveTransactionManager.org.springframework.transaction.support中TransactionExecution的使用
实现TransactionExecution的org.springframework.transaction.support中的类 修饰符和类型 类 说明 classAbstractTransactionStatusAbstract base implementation of theTransactionStatusinterface.classDefaultTransactionStatusDefault implementation of theTransactionStatusinterface, used byAbstractPlatformTransactionManager.classSimpleTransactionStatusA simpleTransactionStatusimplementation.