Ibatis 简明教程

iBATIS Tutorial

iBATIS 是一个持久化框架,可自动执行基于 Java、.NET 和 Ruby on Rails 的 SQL 数据库和对象之间的映射。iBATIS 使您能够更快、更轻松地构建更佳面向数据库的应用程序,且代码更少。

iBATIS is a persistence framework which automates the mapping between SQL databases and objects in Java, .NET, and Ruby on Rails. iBATIS makes it easier to build better database oriented-applications more quickly and with less code.

Audience

本教程面向 Java 程序员,他们希望了解 iBATIS 框架的详细信息,包括其架构和实际用途。

This tutorial is designed for Java programmers who would like to understand the iBATIS framework in detail along with its architecture and actual usage.

Prerequisites

在继续进行本教程之前,你应该对 Java 编程语言有很好的理解。由于你将处理 SQL 映射,因此你需要具备足够的 SQL 和数据库概念知识。

Before proceeding with this tutorial, you should have a good understanding of Java programming language. As you are going to deal with SQL mapping, it is required that you have adequate exposure to SQL and Database concepts.