static "extra-lazy" operations for collections #3779
Replies: 2 comments 2 replies
-
I do like the new helpers you're proposing, but I'm skeptical of removing the extra-lazy capability. So reasons to keep the extra-lazy:
Reasons to introduce such a new API as well (eventually?):
|
Beta Was this translation helpful? Give feedback.
2 replies
-
This is implemented in #5094. |
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
-
I would like to remove extra-lazy collections from Hibernate 6.But instead of just killing them without providing any way to achieve the same thing,we could easily add some operations like:So that you can do item-level operations on a collection without actually loading it.
Reactions to this idea?
FTR I don't think it would be hard for me to implement it. OTOH, it's code, and code must be maintained.
Beta Was this translation helpful? Give feedback.
All reactions