1/persistence/jpa.adoc #35
Replies: 1 comment
-
Recommendation to avoid Hibernate native features are understandable, but not realistic. As far as I know, there is no alternatives for @onDelete and FetchMode.SUBSELECT provided by JPA standard. These features are too powerful to avoid them only because they are not covered by the standard. (EclipseLink has similar Features: @CascadeOnDelete and @BatchFetch) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
1/persistence/jpa.adoc
https://devonfw.com/docs/java/current/persistence/jpa.html
Beta Was this translation helpful? Give feedback.
All reactions