Spring Orm 简明教程

Spring ORM Tutorial

Spring 框架与 Hibernate、Java Persistence API (JPA)、Java Data Objects (JDO) 和 iBATIS SQL Maps 等 ORM 框架很好地集成。Spring 提供资源管理、数据访问对象 (DAO) 实现及事务策略。在本教程中,我们将涵盖 Spring ORM 框架支持的所有重要 ORM 框架,这有助于解决开发人员/用户在基于 Spring 框架的应用程序中遇到的常见问题。

The Spring Framework integrates well with ORM frameworks like Hibernate, Java Persistence API (JPA), Java Data Objects (JDO) and iBATIS SQL Maps. Spring provides resource management, data access object (DAO) implementations, and transaction strategies. In this tutorial, we’ll cover all the important ORM frameworks which are supported by Spring ORM framework which helps in solving the common problems developers/users face in spring framework based applications.

Audience

本教程专为 Java 程序员设计,他们需要详细了解 Spring 框架及其架构和实际用法。本教程将带你达到中级专业水平,从此你可以向更高的专业水平迈进。

This tutorial is designed for Java programmers with a need to understand the Spring framework in detail along with its architecture and actual usage. This tutorial will bring you at an intermediate level of expertise, from where you can take yourself to higher levels of expertise.

Prerequisites

在继续学习本教程之前,您应充分了解 Java 编程语言。

Before proceeding with this tutorial, you should have a good understanding of Java programming language.