-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: EAP 5.0.1
-
Fix Version/s: EAP_EWP 5.1.0
-
Component/s: Hibernate
-
Labels:None
-
Affects:Release Notes
@CollectionId describes an identifier column for a bag (ie an idbag).
but it does not force the id to be not null.
this can be reproduced by org.hibernate.test.annotations.collectionelement.indexedCollection.IndexedCollectionOfElementsTest on DB2 (because of DB2 has more restrict validation seems, it does not allow nullable column to be primary key)
http://opensource.atlassian.com/projects/hibernate/browse/HHH-4773
and also, this will revert the change made in JBPAPP-3375