Branch: refs/heads/5.0
Home:
https://github.com/hibernate/hibernate-orm
Commit: 5ba6cdc7289c42cd2bac90f623352005746b5f04
https://github.com/hibernate/hibernate-orm/commit/5ba6cdc7289c42cd2bac90f...
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/ModelBinder.java
A hibernate-core/src/test/java/org/hibernate/test/hbm/fk/CollectionKeyFkNameTest.java
A
hibernate-core/src/test/resources/org/hibernate/test/hbm/fk/person_manytoone.hbm.xml
A hibernate-core/src/test/resources/org/hibernate/test/hbm/fk/person_set.hbm.xml
Log Message:
-----------
HHH-10207 - Constraint name not considered for a Set while loading from XML mapping
file
(cherry picked from commit c07e93bfb1c11da5bc0999bbe8f5b5af0500e872)