UserCollectionType #4072
Replies: 5 comments 9 replies
|
@sebersole I'm not clear on what you're proposing/asking. |
|
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 |
|
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. |
|
One option would be to move |
|
Moving much of |
Uh oh!
There was an error while loading. Please reload this page.
We've discussed UserType and CompositeUserType, but have not explicitly discussed
CollectionUserType.I had intended pluggable
CollectionSemanticsto 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:All reactions