There is always a choice. Spring Data JDBC vs. Hibernate. Taras Boychuk. Java Fest 2020 Online

Опубликовано: 09 Январь 2025
на канале: Fest Group
1,684
68

The talk from Java Fest 2020 Online conference.
Presentation: https://bit.ly/2N0XfO3
Fb:   / javafestua  
Website: https://javafest.com.ua

A relational database is still an industry standard for data persistence, while Hibernate is Java-framework #1 for building a persistence layer of our apps. Its features like Persistence Context, Dirty Checking, Lazy Loading, Action Queue, and Flush bring so much power... And so much complexity. There is literally no way to make Hibernate a simple lightweight framework. No worries, if you don't want to deal with complexity. There is always a choice. Spring Data JDBC is a super-simple framework that perfectly fits into your Spring application and brings you almost no magic. It's simple, predictable, and straightforward. And it's your new option for building a persistence layer.

Java is a registered trademark of Oracle and/or its affiliates, used by permission