spring-tx-4.3.12.RELEASE.jar中文-英文对照文档.zip

org.springframeworkspring-tx4.3.12.RELEASEAPI文档接口文档中文文档中英对照JavaJavaDoc操作手册Maven依赖Gradle依赖Java开发使用指南离线文档Java编程寒水馨
文件基础信息

文件名称: spring-tx-4.3.12.RELEASE.jar中文-英文对照文档.zip

文件类型: Java 组件中文文档
文件大小: 1.20 MB

选择下载方式

方式1:微信扫码支付下载
文件价格:¥1
支付完成后自动开始下载
方式2:兑换码下载
前往 链动小铺 购买【Java 组件中文文档兑换码】

文件简介

spring-tx-4.3.12.RELEASE.jar中文-英文对照文档.zip 中包含以下内容

  1. 中文-英文对照文档:位于压缩包内的“文档”文件夹中
  2. 说明文件:使用说明.txt、README.md
  3. Maven依赖:spring-tx-4.3.12.RELEASE.jar Maven依赖信息(可用于项目pom.xml).txt
  4. Gradle依赖:spring-tx-4.3.12.RELEASE.jar Gradle依赖信息(可用于项目build.gradle).txt
  5. jar包下载地址:spring-tx-4.3.12.RELEASE.jar下载地址(官方地址+国内镜像地址).txt
  6. 源码下载地址:spring-tx-4.3.12.RELEASE-sources.jar下载地址(官方地址+国内镜像地址).txt

使用方法

  1. 解压 spring-tx-4.3.12.RELEASE.jar中文-英文对照文档.zip,找到 解压后的文件夹>文档>index.html,双击index.html即可用浏览器打开查看。
  2. 为了防止解压后路径太长导致浏览器无法打开,推荐在解压时选择“解压到当前文件夹”(放心,自带文件夹,文件不会散落一地)。
  3. 有时,一套Java组件会有多个jar,所以在下载前,请仔细阅读本篇描述,以确保这就是你需要的文件。

组件信息

简介

  • 名称: Spring Transaction
  • 描述: Spring 事务
  • 版本: 4.3.12.RELEASE

Maven依赖

<dependency>
	<groupId>org.springframework</groupId>
	<artifactId>spring-tx</artifactId>
	<version>4.3.12.RELEASE</version>
</dependency>

Gradle依赖

Gradle:
	implementation group: 'org.springframework', name: 'spring-tx', version: '4.3.12.RELEASE'
Gradle (Short):
	implementation 'org.springframework:spring-tx:4.3.12.RELEASE'
Gradle (Kotlin):
	implementation("org.springframework:spring-tx:4.3.12.RELEASE")

寒水馨 Java 组件中文文档系列说明

  • 文档为 Java 组件的中文翻译文档
  • 文档由 寒水馨 翻译整理,非官方版本
  • 本系列文档获取地址:https://hanshuixin.org
  • 本文档为人性化翻译,精心制作,请放心使用
  • 本文档为双语同时展示,一行原文、一行译文,可逐行对照,避免了原文/译文来回切换的麻烦
  • 有原文可参照,不再担心翻译偏差误导
  • 边学技术、边学英语
  • 只翻译了该翻译的内容,如:注释、说明、描述、用法讲解 等
  • 不该翻译的内容保持原样,如:类名、方法名、包名、类型、关键字、代码 等

版权声明与来源信息

本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。

本组件包含的 Java package(包)

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.jca.work.glassfish
org.springframework.jca.work.jboss
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.support

本组件包含的 Java class(类)

org.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.jca.work.glassfish.GlassFishWorkManagerTaskExecutor
org.springframework.jca.work.jboss.JBossWorkManagerTaskExecutor
org.springframework.jca.work.jboss.JBossWorkManagerUtils
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