-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
HHH-18787 [6.6 backport] Custom UserType not recognised for array properties #9740
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
… of returnedClass().getName()
Signed-off-by: Jan Schatteman <[email protected]>
Signed-off-by: Jan Schatteman <[email protected]>
…to latest ORM 6.6 again
This fixes the check for `fk()` function argument type
While collecting they are inserted in proper order, but TreeMap will
not preserver ordering, but sort them alphabetically by names.
To keep values order LinkedHashMap should be used instead of TreeMap.
…i.LazyPropertyInitializer cannot be cast to class java.lang.String
(cherry picked from commit 05677eb) Signed-off-by: Damiano Renfer <[email protected]>
…resents enum that is not currently known
(cherry-picked from commit 225d9b3) Signed-off-by: Damiano Renfer <[email protected]>
* HHH-19140 Add test case * HHH-19140 Fix for issue
…ementCollection should be represented with ListAttribute, not SingularAttribute
… parsed SQL attempt to simplify the logic here Signed-off-by: Gavin King <[email protected]>
|
Thanks for your pull request! This pull request does not follow the contribution rules. Could you have a look? ❌ All commit messages should start with a JIRA issue key matching pattern › This message was automatically generated. |
Jira issue HHH-18787
Backporting changes from PR #9205 to 6.6
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license
and can be relicensed under the terms of the LGPL v2.1 license in the future at the maintainers' discretion.
For more information on licensing, please check here.