UserCollectionType #4072
Replies: 5 comments 9 replies
-
@sebersole I'm not clear on what you're proposing/asking. |
Beta Was this translation helpful? Give feedback.
-
We now have multiple ways to influence how a collection is handled:
Pretty happy with all of those, though I do propose we change
This keeps
|
Beta Was this translation helpful? Give feedback.
-
One thing that came up implementing this stuff and writing tests and docs is that atm, supplying a custom E.g., for the doc example I was trying to implement unique-List support (cross between List and Set semantics). It is a real pita to do this. |
Beta Was this translation helpful? Give feedback.
-
One option would be to move |
Beta Was this translation helpful? Give feedback.
-
Moving much of |
Beta Was this translation helpful? Give feedback.
-
We've discussed UserType and CompositeUserType, but have not explicitly discussed
CollectionUserType
.I had intended pluggable
CollectionSemantics
to act as the replacement forCollectionUserType
. To that end, it already defines all of that functionality. I do wonder though if we always have convenient access to it for write-paths.From
org.hibernate.mapping.Collection
:Beta Was this translation helpful? Give feedback.
All reactions