Pro JPA 2: Mastering the Javaβ’ Persistence API
β Scribed by Mike Keith, Merrick Schnicariol (auth.)
- Publisher
- Apress
- Year
- 2010
- Tongue
- English
- Leaves
- 525
- Edition
- 1
- Category
- Library
No coin nor oath required. For personal study only.
β¦ Synopsis
Pro JPA 2 introduces, explains, and demonstrates how to use the Java Persistence API (JPA). JPA provides Java developers with both the knowledge and insight needed to write Java applications that access relational databases through JPA.
Authors Mike Keith and Merrick Schincariol take a handsβon approach to teaching by giving examples to illustrate each concept of the API and showing how it is used in practice.
All of the examples use a common model from an overriding sample application, giving readers a context from which to start and helping them to understand the examples within an already familiar domain.After completing the book, you will have a full understanding and be able to successfully code applications using JPA. The book also serves as a reference guide during initial and later JPA application experiences.
- Hands-on examples for all the aspects of the JPA specification, based on the reference implementation of this specification
- A special section on migration to JPA
- Expert insight about various aspects of the API and when they are useful
- Portability hints to provide increased awareness of the potential for nonβportable JPA code
β¦ Table of Contents
Front Matter....Pages i-xxv
Introduction....Pages 1-16
Getting Started....Pages 17-32
Enterprise Applications....Pages 33-68
Object-Relational Mapping....Pages 69-106
Collection Mapping....Pages 107-129
Entity Manager....Pages 131-177
Using Queries....Pages 179-206
Query Language....Pages 207-238
Criteria API....Pages 239-271
Advanced Object-Relational Mapping....Pages 273-314
Advanced Topics....Pages 315-370
XML Mapping Files....Pages 371-406
Packaging and Deployment....Pages 407-428
Testing....Pages 429-456
Migration....Pages 457-480
Back Matter....Pages 481-503
β¦ Subjects
Computer Science, general
π SIMILAR VOLUMES
<p><em>Pro JPA 2</em> introduces, explains, and demonstrates how to use the new Java Persistence API (JPA). JPA provides Java developers with both the knowledge and insight needed to write Java applications that access relational databases through JPA.</p> <p> Authors <strong>Mike Keith</stro
Maybe I am stubborn, or maybe just rational, but I see no reason to force EJBs on myself when there are many simpler and more robust ways of doing things. The entire book, except for one chapter on Java SE, assumes that you are wiring everything, including transactions with EJBs. I would suggest t
Maybe I am stubborn, or maybe just rational, but I see no reason to force EJBs on myself when there are many simpler and more robust ways of doing things. The entire book, except for one chapter on Java SE, assumes that you are wiring everything, including transactions with EJBs. I would suggest t
Maybe I am stubborn, or maybe just rational, but I see no reason to force EJBs on myself when there are many simpler and more robust ways of doing things. The entire book, except for one chapter on Java SE, assumes that you are wiring everything, including transactions with EJBs. I would suggest t
<span>Applications are made up of business logic, interaction with other systems, user interfaces etc. and data. Most of the data that our applications manipulate have to be stored in datastores, retrieved, processed and analysed. If this datastore is a relational database and you use an object-orie