All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.bitsensor.plugins.shaded.org.springframework.transaction.interceptor.package-info Maven / Gradle / Ivy

The newest version!
/**
 * AOP-based solution for declarative transaction demarcation.
 * Builds on the AOP infrastructure in io.bitsensor.plugins.shaded.org.springframework.aop.framework.
 * Any POJO can be transactionally advised with Spring.
 *
 * 

The TransactionFactoryProxyBean can be used to create transactional * AOP proxies transparently to code that uses them. * *

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. */ package io.bitsensor.plugins.shaded.org.springframework.transaction.interceptor;





© 2015 - 2024 Weber Informatics LLC | Privacy Policy