Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.transaction Classes and Interfaces - 91 results found.
NameDescriptionTypePackageFramework
AbstractFallbackTransactionAttributeSourceAbstract implementation of TransactionAttributeSource that cachesattributes for methods and implements a fallback policy: 1.Classorg.springframework.transaction.interceptorSpring MVC
AbstractPlatformTransactionManagerAbstract base class that implements Spring's standard transaction workflow,serving as basis for concrete platform transaction managers likeClassorg.springframework.transaction.supportSpring MVC
AbstractPlatformTransactionManager .SuspendedResourcesHolderHolder for suspended resources.Classorg.springframework.transaction.support.AbstractPlatformTransactionManagerSpring MVC
AbstractTransactionManagementConfigurationAbstract base @Configuration class providing common structure for enablingSpring's annotation-driven transaction management capability.Classorg.springframework.transaction.annotationSpring MVC
AbstractTransactionStatusAbstract base implementation of theTransactionStatus interface.Classorg.springframework.transaction.supportSpring MVC
AnnotationTransactionAttributeSourceTransactionAttributeSourceinterface for working with transaction metadata in JDK 1.Classorg.springframework.transaction.annotationSpring MVC
AspectJTransactionManagementConfiguration@Configuration class that registers the Spring infrastructure beans necessaryto enable AspectJ-based annotation-driven transaction management.Classorg.springframework.transaction.aspectjSpring MVC
BeanFactoryTransactionAttributeSourceAdvisorAdvisor driven by a TransactionAttributeSource, used to includea transaction advice bean for methods that are transactional.Classorg.springframework.transaction.interceptorSpring MVC
CallbackPreferringPlatformTransactionManagerExtension of the PlatformTransactionManagerinterface, exposing a method for executing a given callback within a transaction.Interfaceorg.springframework.transaction.supportSpring MVC
CannotCreateTransactionExceptionException thrown when a transaction can't be created using anunderlying transaction API such as JTA.Classorg.springframework.transactionSpring 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
DefaultTransactionDefinitionDefault implementation of the TransactionDefinition interface,offering bean-style configuration and sensible default valuesClassorg.springframework.transaction.supportSpring MVC
DefaultTransactionStatusDefault implementation of the TransactionStatusinterface, used by AbstractPlatformTransactionManager.Classorg.springframework.transaction.supportSpring MVC
DelegatingTransactionAttributeTransactionAttribute implementation that delegates all calls to a given targetTransactionAttribute instance.Classorg.springframework.transaction.interceptorSpring MVC
DelegatingTransactionDefinitionTransactionDefinition implementation that delegates all calls to a given targetTransactionDefinition instance.Classorg.springframework.transaction.supportSpring MVC
Ejb3TransactionAnnotationParserStrategy implementation for parsing EJB3's TransactionAttributeSince:2.Classorg.springframework.transaction.annotationSpring MVC
EnableTransactionManagementEnables Spring's annotation-driven transaction management capability, similar tothe support found in Spring's XML namespace.Classorg.springframework.transaction.annotationSpring MVC
HeuristicCompletionExceptionException that represents a transaction failure caused by a heuristicdecision on the side of the transaction coordinator.Classorg.springframework.transactionSpring MVC
IllegalTransactionStateExceptionException thrown when the existence or non-existence of a transactionamounts to an illegal state according to the transaction propagationClassorg.springframework.transactionSpring MVC
InvalidIsolationLevelExceptionException that gets thrown when an invalid isolation level is specified,i.Classorg.springframework.transactionSpring MVC
InvalidTimeoutExceptionException that gets thrown when an invalid timeout is specified,that is, the specified timeout valid is out of range or theClassorg.springframework.transactionSpring MVC
IsolationEnumeration that represents transaction isolation levels for usewith the Transactional annotation, corresponding to theClassorg.springframework.transaction.annotationSpring MVC
JtaAfterCompletionSynchronizationAdapter for a JTA Synchronization, invoking the afterCommit /afterCompletion callbacks of Spring TransactionSynchronizationClassorg.springframework.transaction.jtaSpring MVC
JtaTransactionAnnotationParserStrategy implementation for parsing JTA 1.Classorg.springframework.transaction.annotationSpring MVC
JtaTransactionManagerPlatformTransactionManager implementationfor JTA, delegating to a backend JTA provider.Classorg.springframework.transaction.jtaSpring MVC
JtaTransactionManagerBeanDefinitionParserParser for the XML configuration element,autodetecting WebLogic and WebSphere servers and exposing the correspondingClassorg.springframework.transaction.configSpring MVC
JtaTransactionManagerFactoryBeanA FactoryBean equivalent to the XML element,autodetecting WebLogic and WebSphere servers and exposing the correspondingClassorg.springframework.transaction.configSpring MVC
JtaTransactionObjectJTA transaction object, representing a UserTransaction.Classorg.springframework.transaction.jtaSpring MVC
ManagedTransactionAdapterAdapter for a managed JTA Transaction handle, taking a JTATransactionManager reference and creatingClassorg.springframework.transaction.jtaSpring 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
NestedTransactionNotSupportedExceptionException thrown when attempting to work with a nested transactionbut nested transactions are not supported by the underlying backend.Classorg.springframework.transactionSpring MVC
NoRollbackRuleAttributeTag subclass of RollbackRuleAttribute that has the opposite behaviorto the RollbackRuleAttribute superclass.Classorg.springframework.transaction.interceptorSpring MVC
NoTransactionExceptionException thrown when an operation is attempted thatrelies on an existing transaction (such as settingClassorg.springframework.transactionSpring MVC
PlatformTransactionManagerThis is the central interface in Spring's transaction infrastructure.Interfaceorg.springframework.transactionSpring MVC
PropagationEnumeration that represents transaction propagation behaviors for usewith the Transactional annotation, corresponding to theClassorg.springframework.transaction.annotationSpring MVC
ProxyTransactionManagementConfiguration@Configuration class that registers the Spring infrastructure beansnecessary to enable proxy-based annotation-driven transaction management.Classorg.springframework.transaction.annotationSpring MVC
ResourceHolderGeneric interface to be implemented by resource holders.Interfaceorg.springframework.transaction.supportSpring MVC
ResourceHolderSupportConvenient base class for resource holders.Classorg.springframework.transaction.supportSpring MVC
ResourceHolderSynchronizationTransactionSynchronization implementation that manages aResourceHolder bound through TransactionSynchronizationManager.Classorg.springframework.transaction.supportSpring MVC
ResourceTransactionManagerExtension of the PlatformTransactionManagerinterface, indicating a native resource transaction manager, operating on a singleInterfaceorg.springframework.transaction.supportSpring 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
SavepointManagerInterface that specifies an API to programmatically manage transactionsavepoints in a generic fashion.Interfaceorg.springframework.transactionSpring MVC
SimpleTransactionFactoryDefault implementation of the TransactionFactory strategy interface,simply wrapping a standard JTA TransactionManager.Classorg.springframework.transaction.jtaSpring MVC
SimpleTransactionScopeA simple transaction-backed Scope implementation, delegating toTransactionSynchronizationManager's resource binding mechanism.Classorg.springframework.transaction.supportSpring MVC
SimpleTransactionStatusA simple TransactionStatusDerives from AbstractTransactionStatus and adds an explicitClassorg.springframework.transaction.supportSpring MVC
SmartTransactionObjectInterface to be implemented by transaction objects that are able toreturn an internal rollback-only marker, typically from a anotherInterfaceorg.springframework.transaction.supportSpring MVC
SpringJtaSynchronizationAdapterAdapter that implements the JTA Synchronizationinterface delegating to an underlying SpringClassorg.springframework.transaction.jtaSpring MVC
SpringTransactionAnnotationParserStrategy implementation for parsing Spring's Transactional annotation.Classorg.springframework.transaction.annotationSpring MVC
TransactionalDescribes transaction attributes on a method or class.Classorg.springframework.transaction.annotationSpring MVC
TransactionalEventListenerAn EventListener that is invoked according to a TransactionPhase.Classorg.springframework.transaction.eventSpring MVC
TransactionalEventListenerFactoryEventListenerFactory implementation that handles TransactionalEventListenerSince:4.Classorg.springframework.transaction.eventSpring MVC
TransactionalProxyA marker interface for manually created transactional proxies.Interfaceorg.springframework.transaction.interceptorSpring MVC
TransactionAnnotationParserStrategy interface for parsing known transaction annotation types.Interfaceorg.springframework.transaction.annotationSpring 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
TransactionCallbackCallback interface for transactional code.Interfaceorg.springframework.transaction.supportSpring MVC
TransactionCallbackWithoutResultSimple convenience class for TransactionCallback implementation.Classorg.springframework.transaction.supportSpring MVC
TransactionDefinitionInterface that defines Spring-compliant transaction properties.Interfaceorg.springframework.transactionSpring MVC
TransactionExceptionSuperclass for all transaction exceptions.Classorg.springframework.transactionSpring MVC
TransactionFactoryStrategy interface for creating JTA Transactionobjects based on specified transactional characteristics.Interfaceorg.springframework.transaction.jtaSpring MVC
TransactionInterceptorAOP Alliance MethodInterceptor for declarative transactionmanagement using the common Spring transaction infrastructureClassorg.springframework.transaction.interceptorSpring MVC
TransactionManagementConfigurationSelectorSelects which implementation of AbstractTransactionManagementConfigurationshould be used based on the value of EnableTransactionManagement.Classorg.springframework.transaction.annotationSpring MVC
TransactionManagementConfigurerInterface to be implemented by @Configuration classes annotated with @EnableTransactionManagement that wish toor need to explicitly specify the default PlatformTransactionManager bean to beInterfaceorg.springframework.transaction.annotationSpring MVC
TransactionManagementConfigUtilsConfiguration constants for internal sharing across subpackages.Classorg.springframework.transaction.configSpring MVC
TransactionOperationsInterface specifying basic transaction execution operations.Interfaceorg.springframework.transaction.supportSpring MVC
TransactionPhaseenum TransactionPhaseThe phase at which a transactional event listener applies.Classorg.springframework.transaction.eventSpring MVC
TransactionProxyFactoryBeanProxy factory bean for simplified declarative transaction handling.Classorg.springframework.transaction.interceptorSpring MVC
TransactionStatusRepresentation of the status of a transaction.Interfaceorg.springframework.transactionSpring MVC
TransactionSuspensionNotSupportedExceptionException thrown when attempting to suspend an existing transactionbut transaction suspension is not supported by the underlying backend.Classorg.springframework.transactionSpring MVC
TransactionSynchronizationInterface for transaction synchronization callbacks.Interfaceorg.springframework.transaction.supportSpring MVC
TransactionSynchronizationAdapterSimple TransactionSynchronization adapter containing emptymethod implementations, for easier overriding of single methods.Classorg.springframework.transaction.supportSpring MVC
TransactionSynchronizationManagerCentral delegate that manages resources and transaction synchronizations per thread.Classorg.springframework.transaction.supportSpring MVC
TransactionSynchronizationUtilsUtility methods for triggering specific TransactionSynchronizationcallback methods on all currently registered synchronizations.Classorg.springframework.transaction.supportSpring MVC
TransactionSystemExceptionException thrown when a general transaction system error is encountered,like on commit or rollback.Classorg.springframework.transactionSpring MVC
TransactionTemplateTemplate class that simplifies programmatic transaction demarcation andtransaction exception handling.Classorg.springframework.transaction.supportSpring MVC
TransactionTimedOutExceptionException to be thrown when a transaction has timed out.Classorg.springframework.transactionSpring MVC
TransactionUsageExceptionSuperclass for exceptions caused by inappropriate usage ofa Spring transaction API.Classorg.springframework.transactionSpring MVC
TxNamespaceHandlerNamespaceHandler allowing for the configuration ofdeclarative transaction management using either XML or using annotations.Classorg.springframework.transaction.configSpring MVC
UnexpectedRollbackExceptionThrown when an attempt to commit a transaction resultedin an unexpected rollback.Classorg.springframework.transactionSpring MVC
UserTransactionAdapterAdapter for a JTA UserTransaction handle, taking a JTATransactionManager reference and creatingClassorg.springframework.transaction.jtaSpring MVC
WebLogicJtaTransactionManagerSpecial JtaTransactionManager variant for BEA WebLogic (9.Classorg.springframework.transaction.jtaSpring MVC
WebSphereUowTransactionManagerWebSphere-specific PlatformTransactionManager implementation that delegatesto a UOWManager instance, obtained from WebSphere'sClassorg.springframework.transaction.jtaSpring MVC