Do You Really Need Hibernate
Offered By: Spring I/O via YouTube
Course Description
Overview
Explore the alternatives to Hibernate in database-centric applications through this conference talk from Spring I/O 2023. Examine the architecture of database-centric applications and question the necessity of comprehensive object/relational mapping (ORM) for all projects. Learn how pure SQL, combined with jOOQ and nested Java Records, can simplify data access and avoid common ORM problems like the n+1 select issue. Discover the potential benefits of using jOOQ alongside JPA/Hibernate to leverage the strengths of both approaches. Access accompanying slides and a GitHub repository to further enhance your understanding of the concepts presented.
Syllabus
Do you really need Hibernate by Simon Martinelli @ Spring I/O 2023
Taught by
Spring I/O
Related Courses
Vector Similarity Search in Spring with Redis StackSpring I/O via YouTube Why Spring Belongs in Your Data Stream - From Edge to Multi Cloud
Spring I/O via YouTube Let's Spring Forth and Stream with Apache Pulsar
Spring I/O via YouTube Architecturally Evident Spring Applications with JMolecules
Spring I/O via YouTube Testing with Spring, AOT, GraalVM, and JUnit 5
Spring I/O via YouTube