spring package-info 源码
spring package-info 代码
文件路径:/spring-tx/src/main/java/org/springframework/transaction/interceptor/package-info.java
/**
* AOP-based solution for declarative transaction demarcation.
* Builds on the AOP infrastructure in org.springframework.aop.framework.
* Any POJO can be transactionally advised with Spring.
*
* <p>The TransactionFactoryProxyBean can be used to create transactional
* AOP proxies transparently to code that uses them.
*
* <p>The TransactionInterceptor is the AOP Alliance MethodInterceptor that
* delivers transactional advice, based on the Spring transaction abstraction.
* This allows declarative transaction management in any environment,
* even without JTA if an application uses only a single database.
*/
@NonNullApi
@NonNullFields
package org.springframework.transaction.interceptor;
import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields;
相关信息
相关文章
spring AbstractFallbackTransactionAttributeSource 源码
spring BeanFactoryTransactionAttributeSourceAdvisor 源码
spring CompositeTransactionAttributeSource 源码
spring DefaultTransactionAttribute 源码
spring DelegatingTransactionAttribute 源码
spring MatchAlwaysTransactionAttributeSource 源码
spring MethodMapTransactionAttributeSource 源码
spring NameMatchTransactionAttributeSource 源码
0
赞
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦