文件名称: spring-tx-5.0.6.RELEASE.jar中文-英文对照文档.zip
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-tx</artifactId>
<version>5.0.6.RELEASE</version>
</dependency>Gradle:
implementation group: 'org.springframework', name: 'spring-tx', version: '5.0.6.RELEASE'
Gradle (Short):
implementation 'org.springframework:spring-tx:5.0.6.RELEASE'
Gradle (Kotlin):
implementation("org.springframework:spring-tx:5.0.6.RELEASE")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
org.springframework.dao
org.springframework.dao.annotation
org.springframework.dao.support
org.springframework.jca.cci
org.springframework.jca.cci.connection
org.springframework.jca.cci.core
org.springframework.jca.cci.core.support
org.springframework.jca.cci.object
org.springframework.jca.context
org.springframework.jca.endpoint
org.springframework.jca.support
org.springframework.jca.work
org.springframework.transaction
org.springframework.transaction.annotation
org.springframework.transaction.config
org.springframework.transaction.event
org.springframework.transaction.interceptor
org.springframework.transaction.jta
org.springframework.transaction.supportorg.springframework.dao.CannotAcquireLockException
org.springframework.dao.CannotSerializeTransactionException
org.springframework.dao.CleanupFailureDataAccessException
org.springframework.dao.ConcurrencyFailureException
org.springframework.dao.DataAccessException
org.springframework.dao.DataAccessResourceFailureException
org.springframework.dao.DataIntegrityViolationException
org.springframework.dao.DataRetrievalFailureException
org.springframework.dao.DeadlockLoserDataAccessException
org.springframework.dao.DuplicateKeyException
org.springframework.dao.EmptyResultDataAccessException
org.springframework.dao.IncorrectResultSizeDataAccessException
org.springframework.dao.IncorrectUpdateSemanticsDataAccessException
org.springframework.dao.InvalidDataAccessApiUsageException
org.springframework.dao.InvalidDataAccessResourceUsageException
org.springframework.dao.NonTransientDataAccessException
org.springframework.dao.NonTransientDataAccessResourceException
org.springframework.dao.OptimisticLockingFailureException
org.springframework.dao.PermissionDeniedDataAccessException
org.springframework.dao.PessimisticLockingFailureException
org.springframework.dao.QueryTimeoutException
org.springframework.dao.RecoverableDataAccessException
org.springframework.dao.TransientDataAccessException
org.springframework.dao.TransientDataAccessResourceException
org.springframework.dao.TypeMismatchDataAccessException
org.springframework.dao.UncategorizedDataAccessException
org.springframework.dao.annotation.PersistenceExceptionTranslationAdvisor
org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor
org.springframework.dao.support.ChainedPersistenceExceptionTranslator
org.springframework.dao.support.DaoSupport
org.springframework.dao.support.DataAccessUtils
org.springframework.dao.support.PersistenceExceptionTranslationInterceptor
org.springframework.dao.support.PersistenceExceptionTranslator
org.springframework.jca.cci.CannotCreateRecordException
org.springframework.jca.cci.CannotGetCciConnectionException
org.springframework.jca.cci.CciOperationNotSupportedException
org.springframework.jca.cci.InvalidResultSetAccessException
org.springframework.jca.cci.RecordTypeNotSupportedException
org.springframework.jca.cci.connection.CciLocalTransactionManager
org.springframework.jca.cci.connection.ConnectionFactoryUtils
org.springframework.jca.cci.connection.ConnectionHolder
org.springframework.jca.cci.connection.ConnectionSpecConnectionFactoryAdapter
org.springframework.jca.cci.connection.DelegatingConnectionFactory
org.springframework.jca.cci.connection.NotSupportedRecordFactory
org.springframework.jca.cci.connection.SingleConnectionFactory
org.springframework.jca.cci.connection.TransactionAwareConnectionFactoryProxy
org.springframework.jca.cci.core.CciOperations
org.springframework.jca.cci.core.CciTemplate
org.springframework.jca.cci.core.ConnectionCallback
org.springframework.jca.cci.core.InteractionCallback
org.springframework.jca.cci.core.RecordCreator
org.springframework.jca.cci.core.RecordExtractor
org.springframework.jca.cci.core.support.CciDaoSupport
org.springframework.jca.cci.core.support.CommAreaRecord
org.springframework.jca.cci.object.EisOperation
org.springframework.jca.cci.object.MappingCommAreaOperation
org.springframework.jca.cci.object.MappingRecordOperation
org.springframework.jca.cci.object.SimpleRecordOperation
org.springframework.jca.context.BootstrapContextAware
org.springframework.jca.context.ResourceAdapterApplicationContext
org.springframework.jca.context.SpringContextResourceAdapter
org.springframework.jca.endpoint.AbstractMessageEndpointFactory
org.springframework.jca.endpoint.GenericMessageEndpointFactory
org.springframework.jca.endpoint.GenericMessageEndpointFactory.InternalResourceException
org.springframework.jca.endpoint.GenericMessageEndpointManager
org.springframework.jca.support.LocalConnectionFactoryBean
org.springframework.jca.support.ResourceAdapterFactoryBean
org.springframework.jca.support.SimpleBootstrapContext
org.springframework.jca.work.DelegatingWork
org.springframework.jca.work.SimpleTaskWorkManager
org.springframework.jca.work.WorkManagerTaskExecutor
org.springframework.transaction.CannotCreateTransactionException
org.springframework.transaction.HeuristicCompletionException
org.springframework.transaction.IllegalTransactionStateException
org.springframework.transaction.InvalidIsolationLevelException
org.springframework.transaction.InvalidTimeoutException
org.springframework.transaction.NestedTransactionNotSupportedException
org.springframework.transaction.NoTransactionException
org.springframework.transaction.PlatformTransactionManager
org.springframework.transaction.SavepointManager
org.springframework.transaction.TransactionDefinition
org.springframework.transaction.TransactionException
org.springframework.transaction.TransactionStatus
org.springframework.transaction.TransactionSuspensionNotSupportedException
org.springframework.transaction.TransactionSystemException
org.springframework.transaction.TransactionTimedOutException
org.springframework.transaction.TransactionUsageException
org.springframework.transaction.UnexpectedRollbackException
org.springframework.transaction.annotation.AbstractTransactionManagementConfiguration
org.springframework.transaction.annotation.AnnotationTransactionAttributeSource
org.springframework.transaction.annotation.Ejb3TransactionAnnotationParser
org.springframework.transaction.annotation.EnableTransactionManagement
org.springframework.transaction.annotation.Isolation
org.springframework.transaction.annotation.JtaTransactionAnnotationParser
org.springframework.transaction.annotation.Propagation
org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration
org.springframework.transaction.annotation.SpringTransactionAnnotationParser
org.springframework.transaction.annotation.TransactionAnnotationParser
org.springframework.transaction.annotation.TransactionManagementConfigurationSelector
org.springframework.transaction.annotation.TransactionManagementConfigurer
org.springframework.transaction.annotation.Transactional
org.springframework.transaction.config.JtaTransactionManagerBeanDefinitionParser
org.springframework.transaction.config.JtaTransactionManagerFactoryBean
org.springframework.transaction.config.TransactionManagementConfigUtils
org.springframework.transaction.config.TxNamespaceHandler
org.springframework.transaction.event.TransactionPhase
org.springframework.transaction.event.TransactionalEventListener
org.springframework.transaction.event.TransactionalEventListenerFactory
org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource
org.springframework.transaction.interceptor.BeanFactoryTransactionAttributeSourceAdvisor
org.springframework.transaction.interceptor.CompositeTransactionAttributeSource
org.springframework.transaction.interceptor.DefaultTransactionAttribute
org.springframework.transaction.interceptor.DelegatingTransactionAttribute
org.springframework.transaction.interceptor.MatchAlwaysTransactionAttributeSource
org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource
org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource
org.springframework.transaction.interceptor.NoRollbackRuleAttribute
org.springframework.transaction.interceptor.RollbackRuleAttribute
org.springframework.transaction.interceptor.RuleBasedTransactionAttribute
org.springframework.transaction.interceptor.TransactionAspectSupport
org.springframework.transaction.interceptor.TransactionAspectSupport.InvocationCallback
org.springframework.transaction.interceptor.TransactionAttribute
org.springframework.transaction.interceptor.TransactionAttributeEditor
org.springframework.transaction.interceptor.TransactionAttributeSource
org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor
org.springframework.transaction.interceptor.TransactionAttributeSourceEditor
org.springframework.transaction.interceptor.TransactionInterceptor
org.springframework.transaction.interceptor.TransactionProxyFactoryBean
org.springframework.transaction.interceptor.TransactionalProxy
org.springframework.transaction.jta.JtaAfterCompletionSynchronization
org.springframework.transaction.jta.JtaTransactionManager
org.springframework.transaction.jta.JtaTransactionObject
org.springframework.transaction.jta.ManagedTransactionAdapter
org.springframework.transaction.jta.SimpleTransactionFactory
org.springframework.transaction.jta.SpringJtaSynchronizationAdapter
org.springframework.transaction.jta.TransactionFactory
org.springframework.transaction.jta.UserTransactionAdapter
org.springframework.transaction.jta.WebLogicJtaTransactionManager
org.springframework.transaction.jta.WebSphereUowTransactionManager
org.springframework.transaction.support.AbstractPlatformTransactionManager
org.springframework.transaction.support.AbstractPlatformTransactionManager.SuspendedResourcesHolder
org.springframework.transaction.support.AbstractTransactionStatus
org.springframework.transaction.support.CallbackPreferringPlatformTransactionManager
org.springframework.transaction.support.DefaultTransactionDefinition
org.springframework.transaction.support.DefaultTransactionStatus
org.springframework.transaction.support.DelegatingTransactionDefinition
org.springframework.transaction.support.ResourceHolder
org.springframework.transaction.support.ResourceHolderSupport
org.springframework.transaction.support.ResourceHolderSynchronization
org.springframework.transaction.support.ResourceTransactionManager
org.springframework.transaction.support.SimpleTransactionScope
org.springframework.transaction.support.SimpleTransactionStatus
org.springframework.transaction.support.SmartTransactionObject
org.springframework.transaction.support.TransactionCallback
org.springframework.transaction.support.TransactionCallbackWithoutResult
org.springframework.transaction.support.TransactionOperations
org.springframework.transaction.support.TransactionSynchronization
org.springframework.transaction.support.TransactionSynchronizationAdapter
org.springframework.transaction.support.TransactionSynchronizationManager
org.springframework.transaction.support.TransactionSynchronizationUtils
org.springframework.transaction.support.TransactionTemplate