Branch: refs/heads/master
Home:
https://github.com/hibernate/hibernate-orm
Commit: 5b61df95917ad441fccdd2beeb68497e7dab85f6
https://github.com/hibernate/hibernate-orm/commit/5b61df95917ad441fccdd2b...
Author: Vlad Mihalcea <mih_vlad(a)yahoo.com>
Date: 2016-03-14 (Mon, 14 Mar 2016)
Changed paths:
A
hibernate-core/src/test/java/org/hibernate/test/foreignkeys/disabled/InheritanceManyToManyForeignKeyTest.java
Log Message:
-----------
HHH-9306 - Wrong DDL generated by hibernate when using MappedSuperclass containing
ManyToMany relation
Add a test to prove that the issue does not replicate anymore.