Optimize Java Persistence Performance in Spring Boot Applications
Buch, Englisch, 1027 Seiten, Format (B × H): 178 mm x 254 mm, Gewicht: 1946 g
ISBN: 978-1-4842-5625-1
Verlag: Apress
After reading and using this book, you'll have the fundamentals to apply these persistence solutions into your own mission-critical enterprise Java applications that you build using Spring.
What You Will Learn
- Shape *-to-many associations for best performances
- Effectively exploit Spring Projections (DTO)
- Learn best practices for batching inserts, updates and deletes
- Effectively fetch parent and association in a single SELECT
- Learn how to inspect Persistent Context content
- Dissect pagination techniques (offset and keyset)
- Handle queries, locking, schemas, Hibernate types, and more
Who This Book Is For
Any Spring and Spring Boot developer that wants to squeeze the persistencelayer performances.
Zielgruppe
Professional/practitioner
Autoren/Hrsg.
Fachgebiete
Weitere Infos & Material
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