Branch: refs/heads/master
Home:
https://github.com/hibernate/hibernate-orm
Commit: fd21be8705ed3c41193cc59ccc2a0816479b6272
https://github.com/hibernate/hibernate-orm/commit/fd21be8705ed3c41193cc59...
Author: Koen Aers <koen.aers(a)gmail.com>
Date: 2016-01-29 (Fri, 29 Jan 2016)
Changed paths:
A hibernate-core/src/test/java/org/hibernate/test/hbm/comment/ClassCommentTest.java
Log Message:
-----------
HHH-10430: Comment for class is ignored when using subselect in hibernate mapping - Test
demonstrating the issue
Commit: ff3b54a9627a3b01bc14cfc6d318ab22335dfc36
https://github.com/hibernate/hibernate-orm/commit/ff3b54a9627a3b01bc14cfc...
Author: Koen Aers <koen.aers(a)gmail.com>
Date: 2016-01-29 (Fri, 29 Jan 2016)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/Helper.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/InLineViewSourceImpl.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/ModelBinder.java
M hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/TableSource.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/TableSpecificationSource.java
Log Message:
-----------
HHH-10430: Comment for class is ignored when using subselect in hibernate mapping -
Solution
Compare:
https://github.com/hibernate/hibernate-orm/compare/c5e6faeb3f29...ff3b54a...