Pro JPA 2 in Java EE 8 An In-Depth Guide to Java Persistence APIs

Learn to use the Java Persistence API (JPA) and other related APIs as found in the Java EE 8 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 JPA usage for experienced Java developers....

Descripción completa

Detalles Bibliográficos
Autores principales: Keith, Mike. author (author), Schincariol, Merrick. author, Nardone, Massimo. author
Formato: Libro electrónico
Idioma:Inglés
Publicado: Berkeley, CA : Apress 2018.
Edición:3rd ed. 2018.
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009630258506719
Tabla de Contenidos:
  • 1. Introduction
  • 2. Getting Started
  • 3. Enterprise Applications
  • 4. Object Relational Mapping
  • 5. Collection Mapping
  • 6. Entity Manager
  • 7. Using Queries
  • 8. Java Persistence Query Language
  • 9. Criteria
  • 10. Advanced Object Relational Mapping
  • 11. Advanced Queries
  • 12. Advanced Topics
  • 13. XML Mapping Files
  • 14. Packaging and Deployment
  • 15. Testing.