A first Alpha of ORM 8.0 has just been released implementing support for JPA 4.0 (as of its first milestone). The vast majority of things are implemented, but a few still remain (default fetch type for to-one associations and @ExcludedFromVersioning, e.g.).

Details about JPA 4.0 can be found at https://in.relation.to/2026/01/20/JPA-4-M1/.


Back to top