Spring Boot Persistence Best Practices Optimize Java Persistence Performance in Spring Boot Applications

This book is a collection of developer code recipes and best practices for persisting data using Spring, particularly Spring Boot. The book is structured around practical recipes, where each recipe discusses a performance case or performance-related case, and almost every recipe has one or more appl...

Descripción completa

Detalles Bibliográficos
Autor principal: Leonard, Anghel. author (author)
Formato: Libro electrónico
Idioma:Inglés
Publicado: Berkeley, CA : Apress 2020.
Edición:1st ed. 2020.
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009630593106719
Tabla de Contenidos:
  • Chapter 1: Associations
  • Chapter 2: Entities
  • Chapter 3: Fetching
  • Chapter 4: Batching
  • Chapter 5: Collections
  • Chapter 6: Connections and Transactions
  • Chapter 7: Identifiers
  • Chapter 8: Calculating Properties
  • Chapter 9: Monitoring
  • Chapter 10: Configuring DataSource and Connection Pool
  • Chapter 11: Audit
  • Chapter 12: Schemas
  • Chapter 13: Pagination
  • Chapter 14: Queries
  • Chapter 15: Inheritance
  • Chapter 16: Types and Hibernate Types
  • Appendix A: JPA Fundamentals
  • Appendix B: Associations Efficiency
  • Appendix C: 5 SQL Performance Tips That Will Save Your Day
  • Appendix D: How to Create Useful Database Indexes
  • Appendix E: SQL Phenomena
  • Appendix F: Spring Transaction Isolation Level
  • Appendix G: Spring Transaction Propagation
  • Appendix H: Understanding Flushing Mechanism
  • Appendix I: Second Level Cache
  • Appendix J: Tools
  • Appendix K: Hibernate 6.