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....

Celý popis

Uloženo v:
Podrobná bibliografie
Hlavní autor: Keith, Mike (Autor)
Médium: Elektronický zdroj E-kniha
Jazyk:angličtina
Vydáno: Berkeley, CA : Apress, 2018.
Vydání:3rd ed. 2018.
Témata:
ISBN:9781484234204
On-line přístup: Získat plný text
Tagy: Přidat tag
Žádné tagy, Buďte první, kdo vytvoří štítek k tomuto záznamu!
Obsah:
  • 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.