Jpa 简明教程

JPA Tutorial

Java 持久性 API 是用于持久存储海量数据到数据库的类和方法的集合。本教程为你提供对持久性(将数据库对象的副本存储到临时内存中)的基本理解,我们将学习对 JAVA 持久性 API (JPA) 的理解。

Java Persistence API is a collection of classes and methods to persistently store the vast amounts of data into a database. This tutorial provides you the basic understanding of Persistence (storing the copy of database object into temporary memory), and we will learn the understanding of JAVA Persistence API (JPA).

Audience

本教程专为学习使用持久性 API 的 Java 编程与数据库的人员以及所有热情的读者而设计。

This tutorial is designed for the readers pursuing Java programming with Database, using Persistence API and for all the enthusiastic readers.

Prerequisites

本教程专为绝对初学者而设计。假设你对 JDK1.6 或更高版本 Java 编程和 Java 中的 JDBC 概念有所了解。

This tutorial is designed for absolute beginners. Assuming you are aware of Java programming with JDK1.6 or later version and JDBC concepts in java.