mybatis-spring 简介、中文文档、中英对照文档 下载

mybatis-spring 文档 下载链接(含jar包、源码、pom)

组件名称中文-文档-下载链接中英对照-文档-下载链接
mybatis-spring-1.2.3.jarmybatis-spring-1.2.3-API文档-中文版.zipmybatis-spring-1.2.3-API文档-中英对照版.zip
mybatis-spring-1.3.0.jarmybatis-spring-1.3.0-API文档-中文版.zipmybatis-spring-1.3.0-API文档-中英对照版.zip
mybatis-spring-1.3.1.jarmybatis-spring-1.3.1-API文档-中文版.zipmybatis-spring-1.3.1-API文档-中英对照版.zip
mybatis-spring-1.3.2.jarmybatis-spring-1.3.2-API文档-中文版.zipmybatis-spring-1.3.2-API文档-中英对照版.zip
mybatis-spring-2.0.0.jarmybatis-spring-2.0.0-API文档-中文版.zipmybatis-spring-2.0.0-API文档-中英对照版.zip
mybatis-spring-2.0.3.jarmybatis-spring-2.0.3-API文档-中文版.zipmybatis-spring-2.0.3-API文档-中英对照版.zip
mybatis-spring-2.0.5.jarmybatis-spring-2.0.5-API文档-中文版.zipmybatis-spring-2.0.5-API文档-中英对照版.zip
mybatis-spring-2.0.6.jarmybatis-spring-2.0.6-API文档-中文版.zipmybatis-spring-2.0.6-API文档-中英对照版.zip

mybatis-spring 简介

一个易于使用的Spring桥接MyBatis sql映射框架。

MyBatis 是一款优秀的持久层框架,它支持自定义 SQL、存储过程以及高级映射。MyBatis 免除了几乎所有的 JDBC 代码以及设置参数和获取结果集的工作。MyBatis 可以通过简单的 XML 或注解来配置和映射原始类型、接口和 Java POJO(Plain Old Java Objects,普通老式 Java 对象)为数据库中的记录。

在这里插入图片描述

mybatis-spring 中文文档、中英对照文档 说明

摘要:spring、mybatis、中文文档、中英对照文档、下载、包含jar包、原API文档、源代码、Maven依赖信息文件、翻译后的API文档、spring、mybatis、jar包、java、中英对照文档;

使用方法:解压翻译后的API文档,用浏览器打开“index.html”文件,即可纵览文档内容。

人性化翻译,文档中的代码和结构保持不变,注释和说明精准翻译,请放心使用。

双语对照,边学技术、边学英语。

涉及的包(package)

Module org.mybatis.spring

Packages
Exports
PackageDescription
org.mybatis.logging 
org.mybatis.spring
Contains core classes to build the MyBatis integration with Spring3.X.

包含核心类,用于构建MyBatis与Spring3.x集成。

org.mybatis.spring.annotation
Contains MyBatis annotations

包含mybatis注释

org.mybatis.spring.batch
Contains classes to facilitate the migration in Spring-Batch applications.

包含类以促进弹簧批处理应用程序中的迁移。

org.mybatis.spring.batch.builder
Contains classes to builder classes for ItemReader and ItemWriter.

包含itemReader和itemwriter的构建类的类。

org.mybatis.spring.config
Contains the MyBatis namespace schema and element handlers.

包含mybatis命名空间架构和元素处理程序。

org.mybatis.spring.mapper
Contains classes for automatically building MyBatis mapper proxy classes at application startup.

包含在应用程序启动时自动构建MyBatis Mapper Proxy类的类。

org.mybatis.spring.support
Contains Spring3.X support classes for MyBatis.

包含Mybatis的Spring3.x支持类。

org.mybatis.spring.transaction
Contains core classes to manage MyBatis transactions in Spring3.X.

包含核心类,用于在Spring3.x中管理Mybatis事务。

Indirect Exports
FromPackages
org.mybatis.springorg.mybatis.spring.transaction
Exports
PackageDescription
org.mybatis.logging 
org.mybatis.spring
Contains core classes to build the MyBatis integration with Spring3.X.

包含核心类,用于构建MyBatis与Spring3.x集成。

org.mybatis.spring.annotation
Contains MyBatis annotations

包含mybatis注释

org.mybatis.spring.batch
Contains classes to facilitate the migration in Spring-Batch applications.

包含类以促进弹簧批处理应用程序中的迁移。

org.mybatis.spring.batch.builder
Contains classes to builder classes for ItemReader and ItemWriter.

包含itemReader和itemwriter的构建类的类。

org.mybatis.spring.config
Contains the MyBatis namespace schema and element handlers.

包含mybatis命名空间架构和元素处理程序。

org.mybatis.spring.mapper
Contains classes for automatically building MyBatis mapper proxy classes at application startup.

包含在应用程序启动时自动构建MyBatis Mapper Proxy类的类。

org.mybatis.spring.support
Contains Spring3.X support classes for MyBatis.

包含Mybatis的Spring3.x支持类。

org.mybatis.spring.transaction
Contains core classes to manage MyBatis transactions in Spring3.X.

包含核心类,用于在Spring3.x中管理Mybatis事务。

Indirect Exports
FromPackages
org.mybatis.springorg.mybatis.spring.transaction

涉及的类(class)

All Classes

ClassDescription
ClassPathMapperScanner
A ClassPathBeanDefinitionScanner that registers Mappers by basePackage, annotationClass, or markerInterface.

一个ClassPathBeanDefinitionScanner,通过BasePackage,AnnotationClass或MarkerInterface注册Mappers。

Logger
Wrapper of Log, allow log with lambda expressions.

挂载日志,允许使用lambda表达式的日志。

LoggerFactory
LoggerFactory is a wrapper around LogFactory to support Logger.

LoggerFactory是LogFactory的包装器,以支持记录器。

T>
BeanFactory that enables injection of MyBatis mapper interfaces.

BeanFactory使能注入MyBatis Mapper接口。

MapperScan
Use this annotation to register MyBatis mapper interfaces when using Java Config.

使用Java Config时使用此注释注册MyBatis Mapper接口。

MapperScannerBeanDefinitionParser
A {#code BeanDefinitionParser} that handles the element scan of the MyBatis.

{#code beandefinitionParser}处理MyBatis的元素扫描。

MapperScannerConfigurer
BeanDefinitionRegistryPostProcessor that searches recursively starting from a base package for interfaces and registers them as MapperFactoryBean.

BeanDefinitionRegistryPostPostPorpor从基础包中递归搜索接口,并将其注册为MapPerFactoryBean。

MapperScannerRegistrar
A ImportBeanDefinitionRegistrar to allow annotation configuration of MyBatis mapper scanning.

一个导入的arpeandefinitionRegistrar允许拍摄MyBatis Mapper扫描的注释配置。

MapperScans
The Container annotation that aggregates several MapperScan annotations.

聚合几个映射杂志注释的集装箱注释。

T>
ItemWriter that uses the batching features from SqlSessionTemplate to execute a batch of statements for all items provided.

itemwriter使用SQLSessionTemplate的批处理功能为提供的所有项目执行批量语句。

T>
A builder for the MyBatisBatchItemWriter.

mybatisbatchitemwriter的构建器。

T> 
T>
A builder for the MyBatisCursorItemReader.

mybatiscursoritemreader的构建器。

MyBatisExceptionTranslator
Default exception translator.

默认异常转换器。

T>
org.springframework.batch.item.ItemReader for reading database records using MyBatis in a paging fashion.

org.springframework.batch.item.ItemReader用于使用Mybatis以分页方式读取数据库记录。

T>
A builder for the MyBatisPagingItemReader.

mybatispagingitemreader的构建器。

MyBatisSystemException
MyBatis specific subclass of UncategorizedDataAccessException, for MyBatis system errors that do not match any concrete org.springframework.dao exceptions.

MyBatis特定的未分类DataAccessException的子类,对于不匹配任何具体org.springframework.dao异常的MyBatis系统错误。

NamespaceHandler
Namespace handler for the MyBatis namespace.

名称空间处理mybatis命名空间。

SpringManagedTransaction
SpringManagedTransaction handles the lifecycle of a JDBC connection.

SpringManagedTransaction处理JDBC连接的生命周期。

SpringManagedTransactionFactory
Creates a SpringManagedTransaction.

创建SpringManagedTransaction。

SqlSessionDaoSupport
Convenient super class for MyBatis SqlSession data access objects.

方便超级类别用于MyBatis SQLSession数据访问对象。

SqlSessionFactoryBean
FactoryBean that creates a MyBatis SqlSessionFactory.

FactoryBean创建MyBatis SQLSessionFactory。

SqlSessionHolder
Used to keep current SqlSession in TransactionSynchronizationManager.

用于将当前的SQLSession保留在TransactionsynchronizationManager中。

SqlSessionTemplate
Thread safe, Spring managed, SqlSession that works with Spring transaction management to ensure that that the actual SqlSession used is the one associated with the current Spring transaction.

线程安全,Spring托管,SQLSession,适用于Spring Transaction Management,以确保使用的实际SQLSession是与当前Spring事务相关联的。

SqlSessionUtils
Handles MyBatis SqlSession life cycle.

处理mybatis sqlsession生命周期。

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

寒水馨

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值