OrderedSetType.instantiate() should be OrderedSetType.instantiate(int) to override SetType.instantiate(int)
-----------------------------------------------------------------------------------------------------------
Key: HHH-1945
URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-1945
Project: Hibernate3
Type: Bug
Components: core
Versions: 3.2.0.cr3
Environment: 3.2.0 CR3
Reporter: Gordon Cosgrave
A many-to-many PersistentSet with an order-by specified is backed by a HashSet in H3.2.0rc3, it was correctly a LinkedHashSet in H3.0.5.
This is because OrderedSetType.instantiate() should be OrderedSetType.instantiate(int) to override SetType.instantiate(int).
The same applies to OrderedMapType.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
|