Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.transaction.support Classes and Interfaces - 22 results found.
NameDescriptionTypePackageFramework
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
AbstractTransactionStatusAbstract base implementation of theTransactionStatus interface.Classorg.springframework.transaction.supportSpring MVC
CallbackPreferringPlatformTransactionManagerExtension of the PlatformTransactionManagerinterface, exposing a method for executing a given callback within a transaction.Interfaceorg.springframework.transaction.supportSpring 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
DelegatingTransactionDefinitionTransactionDefinition implementation that delegates all calls to a given targetTransactionDefinition instance.Classorg.springframework.transaction.supportSpring 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
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
TransactionCallbackCallback interface for transactional code.Interfaceorg.springframework.transaction.supportSpring MVC
TransactionCallbackWithoutResultSimple convenience class for TransactionCallback implementation.Classorg.springframework.transaction.supportSpring MVC
TransactionOperationsInterface specifying basic transaction execution operations.Interfaceorg.springframework.transaction.supportSpring 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
TransactionTemplateTemplate class that simplifies programmatic transaction demarcation andtransaction exception handling.Classorg.springframework.transaction.supportSpring MVC