Hacker News new | ask | show | jobs
by ivan_gammel 1546 days ago
Unfortunately not. Records are not compatible with JPA, so classic beans with getters and setters would still be a choice for many people. Record-friendly ORMs do not exist yet (I’m currently working on one).
1 comments

Could you please share your ORM? I would really like to use java with much less reflection.
If you can send me an email at oss+hn[at]esoftworks.com, I will let you know when I will have beta quality code on GitHub. This is a personal side project exploring annotation processing and targeting modern Java (17+), some results will be ready probably in 2-3 weeks.
Feel free to star this repo and comment: https://github.com/ivan-gammel/orm16