2
Using Records as Projections in JPA
(wkorando.github.io)
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.
For discussing Java, the JVM, languages that run on the JVM, and other related technologies.