This document provides an overview of JPA 2.0 in Java EE 6. It discusses the basics of JPA including what JPA is, its architecture and features. It covers entity mapping using annotations like @Entity, @Id and @Table. Relationship mappings for one-to-one, one-to-many and many-to-many are explained. The document also discusses querying in JPA using JPQL, named queries and native SQL. It provides examples of mapping entity attributes, relationships and inheritance as well as examples of different types of queries.