Pro JPA 2 in Java EE 8: An In-Depth Guide to Java Persistence APIs
โ Scribed by Mike Keith, Merrick Schincariol, Massimo Nardone
- Publisher
- Apress
- Year
- 2018
- Tongue
- English
- Leaves
- 771
- Edition
- 3rd ed.
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Synopsis
- Use the JPA in the context of enterprise applications
- Work with object relational mappings (ORMs), collection mappings and more
- Build complex enterprise Java applications that persist data long after the process terminates
- Connect to and persist data with a variety of databases, file formats, and more
- Use queries, including the Java Persistence Query Language (JPQL)
- Carry out advanced ORM, queries and XML mappings
- Package, deploy and test your Java persistence-enabled enterprise applications
โฆ Table of Contents
Front Matter ....Pages i-xxi
Introduction (Mike Keith, Merrick Schincariol, Massimo Nardone)....Pages 1-24
Getting Started (Mike Keith, Merrick Schincariol, Massimo Nardone)....Pages 25-49
Enterprise Applications (Mike Keith, Merrick Schincariol, Massimo Nardone)....Pages 51-100
Object-Relational Mapping (Mike Keith, Merrick Schincariol, Massimo Nardone)....Pages 101-155
Collection Mapping (Mike Keith, Merrick Schincariol, Massimo Nardone)....Pages 157-189
Entity Manager (Mike Keith, Merrick Schincariol, Massimo Nardone)....Pages 191-267
Using Queries (Mike Keith, Merrick Schincariol, Massimo Nardone)....Pages 269-311
Query Language (Mike Keith, Merrick Schincariol, Massimo Nardone)....Pages 313-361
Criteria API (Mike Keith, Merrick Schincariol, Massimo Nardone)....Pages 363-414
Advanced Object-Relational Mapping (Mike Keith, Merrick Schincariol, Massimo Nardone)....Pages 415-481
Advanced Queries (Mike Keith, Merrick Schincariol, Massimo Nardone)....Pages 483-526
Other Advanced Topics (Mike Keith, Merrick Schincariol, Massimo Nardone)....Pages 527-591
XML Mapping Files (Mike Keith, Merrick Schincariol, Massimo Nardone)....Pages 593-654
Packaging and Deployment (Mike Keith, Merrick Schincariol, Massimo Nardone)....Pages 655-698
Testing (Mike Keith, Merrick Schincariol, Massimo Nardone)....Pages 699-740
Back Matter ....Pages 741-759
โฆ Subjects
Object-Oriented Design;Software Design, Testing & Engineering;Programming;Computers & Technology;Java;Beginnerโs Guides;Reference;Servlets;Programming Languages;Computers & Technology;Compilers;Programming Languages;Computers & Technology;Object-Oriented Software Design;Computer Science;New, Used & Rental Textbooks;Specialty Boutique;Programming Languages;Computer Science;New, Used & Rental Textbooks;Specialty Boutique
๐ SIMILAR VOLUMES
Introduction Learn to use the Jakarta Persistence API and other related APIs as found in the Jakarta EE 10 platform from the perspective of one of the specification creators. A one-of-a-kind resource, this in-depth book provides both theoretical and practical coverage of Jakarta Persistence usage
<div>Learn to use the Jakarta Persistence API and other related APIs as found in the Jakarta EE 10 platform from the perspective of one of the specification creators. A one-of-a-kind resource, this in-depth book provides both theoretical and practical coverage of Jakarta Persistence usage for experi
In Pro CDI 2 in Java EE 8, use CDI and the CDI 2.0 to automatically manage the life cycle of your enterprise Java, Java EE, or Jakarta EE applicationโs beans using predefined scopes and define custom life cycles using scopes. In this book, you will see how you can implement dynamic and asynchronous
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