天天看點

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