this post was submitted on 17 Oct 2023
2 points (100.0% liked)

Java

1349 readers
1 users here now

For discussing Java, the JVM, languages that run on the JVM, and other related technologies.

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] aev@lemmy.sdf.org 1 points 1 year ago

All the good things Records bring are stifled by JPA and DAO conventions and requirements. I really hate JPA for that reason, and have avoided Hibernate in favor of my own DAO implementations.

Records will slash thousands of lines of code from my implementation and will make it infinitely easier to maintain, and trust down-stream.