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....
Clasificación: | Libro Electrónico |
---|---|
Autores principales: | , , |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
[Berkeley, CA] :
Apress,
[2018]
|
Edición: | Third edition. |
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
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.