天天看点

mybatis-spring 简介、中文文档、中英对照文档 下载mybatis-spring 文档 下载链接(含jar包、源码、pom)mybatis-spring 简介mybatis-spring 中文文档、中英对照文档 说明Module org.mybatis.springAll Classes

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

组件名称 中文-文档-下载链接 中英对照-文档-下载链接
mybatis-spring-1.2.3.jar mybatis-spring-1.2.3-API文档-中文版.zip mybatis-spring-1.2.3-API文档-中英对照版.zip
mybatis-spring-1.3.0.jar mybatis-spring-1.3.0-API文档-中文版.zip mybatis-spring-1.3.0-API文档-中英对照版.zip
mybatis-spring-1.3.1.jar mybatis-spring-1.3.1-API文档-中文版.zip mybatis-spring-1.3.1-API文档-中英对照版.zip
mybatis-spring-1.3.2.jar mybatis-spring-1.3.2-API文档-中文版.zip mybatis-spring-1.3.2-API文档-中英对照版.zip
mybatis-spring-2.0.0.jar mybatis-spring-2.0.0-API文档-中文版.zip mybatis-spring-2.0.0-API文档-中英对照版.zip
mybatis-spring-2.0.3.jar mybatis-spring-2.0.3-API文档-中文版.zip mybatis-spring-2.0.3-API文档-中英对照版.zip
mybatis-spring-2.0.5.jar mybatis-spring-2.0.5-API文档-中文版.zip mybatis-spring-2.0.5-API文档-中英对照版.zip
mybatis-spring-2.0.6.jar mybatis-spring-2.0.6-API文档-中文版.zip mybatis-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 简介、中文文档、中英对照文档 下载mybatis-spring 文档 下载链接(含jar包、源码、pom)mybatis-spring 简介mybatis-spring 中文文档、中英对照文档 说明Module org.mybatis.springAll Classes

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

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

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

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

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

涉及的包(package)

Module org.mybatis.spring

Packages

Exports

Package Description
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

From Packages
org.mybatis.spring org.mybatis.spring.transaction

Exports

Package Description
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

From Packages
org.mybatis.spring org.mybatis.spring.transaction

涉及的类(class)

All Classes

Class Description
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生命周期。