Branch: refs/heads/master
Home:
https://github.com/hibernate/hibernate-orm
Commit: e71627ab00046d9a574720f2e72ed3f14fb1f488
https://github.com/hibernate/hibernate-orm/commit/e71627ab00046d9a574720f...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2015-10-26 (Mon, 26 Oct 2015)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/PluralAttributeElementSourceBasicImpl.java
A
hibernate-core/src/test/java/org/hibernate/test/hbm/collectionpk/CollectionPkTest.java
A hibernate-core/src/test/java/org/hibernate/test/hbm/index/PersonComment.java
M hibernate-core/src/test/java/org/hibernate/test/hbm/index/PersonGroup.java
A
hibernate-core/src/test/resources/org/hibernate/test/hbm/collectionpk/person_map.hbm.xml
A
hibernate-core/src/test/resources/org/hibernate/test/hbm/collectionpk/person_set.hbm.xml
Log Message:
-----------
HHH-10206 - Primary key not created for a Set after loading from XML mapping file