Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.transaction.interceptor Classes and Interfaces - 21 results found.
NameDescriptionTypePackageFramework
AbstractFallbackTransactionAttributeSourceAbstract implementation of TransactionAttributeSource that cachesattributes for methods and implements a fallback policy: 1.Classorg.springframework.transaction.interceptorSpring MVC
BeanFactoryTransactionAttributeSourceAdvisorAdvisor driven by a TransactionAttributeSource, used to includea transaction advice bean for methods that are transactional.Classorg.springframework.transaction.interceptorSpring MVC
CompositeTransactionAttributeSourceComposite TransactionAttributeSource implementation that iteratesover a given array of TransactionAttributeSource instances.Classorg.springframework.transaction.interceptorSpring MVC
DefaultTransactionAttributeTransaction attribute that takes the EJB approach to rollingback on runtime, but not checked, exceptions.Classorg.springframework.transaction.interceptorSpring MVC
DelegatingTransactionAttributeTransactionAttribute implementation that delegates all calls to a given targetTransactionAttribute instance.Classorg.springframework.transaction.interceptorSpring MVC
MatchAlwaysTransactionAttributeSourceVery simple implementation of TransactionAttributeSource which will always returnthe same TransactionAttribute for all methods fed to it.Classorg.springframework.transaction.interceptorSpring MVC
MethodMapTransactionAttributeSourceSimple TransactionAttributeSource implementation thatallows attributes to be stored per method in a Map.Classorg.springframework.transaction.interceptorSpring MVC
NameMatchTransactionAttributeSourceSimple TransactionAttributeSource implementation thatallows attributes to be matched by registered name.Classorg.springframework.transaction.interceptorSpring MVC
NoRollbackRuleAttributeTag subclass of RollbackRuleAttribute that has the opposite behaviorto the RollbackRuleAttribute superclass.Classorg.springframework.transaction.interceptorSpring MVC
RollbackRuleAttributeRule determining whether or not a given exception (and any subclasses)should cause a rollback.Classorg.springframework.transaction.interceptorSpring MVC
RuleBasedTransactionAttributeTransactionAttribute implementation that works out whether a given exceptionshould cause transaction rollback by applying a number of rollback rules,Classorg.springframework.transaction.interceptorSpring MVC
TransactionalProxyA marker interface for manually created transactional proxies.Interfaceorg.springframework.transaction.interceptorSpring MVC
TransactionAspectSupportBase class for transactional aspects, such as the TransactionInterceptoror an AspectJ aspect.Classorg.springframework.transaction.interceptorSpring MVC
TransactionAspectSupport .InvocationCallbackSimple callback interface for proceeding with the target invocation.Interfaceorg.springframework.transaction.interceptor.TransactionAspectSupportSpring MVC
TransactionAttributeThis interface adds a rollbackOn specification to TransactionDefinition.Interfaceorg.springframework.transaction.interceptorSpring MVC
TransactionAttributeEditorPropertyEditor for TransactionAttribute objects.Classorg.springframework.transaction.interceptorSpring MVC
TransactionAttributeSourceStrategy interface used by TransactionInterceptor for metadata retrieval.Interfaceorg.springframework.transaction.interceptorSpring MVC
TransactionAttributeSourceAdvisorAdvisor driven by a TransactionAttributeSource, used to includea TransactionInterceptor only for methods that are transactional.Classorg.springframework.transaction.interceptorSpring MVC
TransactionAttributeSourceEditorProperty editor that converts a String into a TransactionAttributeSource.Classorg.springframework.transaction.interceptorSpring MVC
TransactionInterceptorAOP Alliance MethodInterceptor for declarative transactionmanagement using the common Spring transaction infrastructureClassorg.springframework.transaction.interceptorSpring MVC
TransactionProxyFactoryBeanProxy factory bean for simplified declarative transaction handling.Classorg.springframework.transaction.interceptorSpring MVC