Branch: refs/heads/master
Home:
https://github.com/hibernate/hibernate-orm
Commit: b9b956cd2c1ab5067301fb74c7f51bff7c7b27d6
https://github.com/hibernate/hibernate-orm/commit/b9b956cd2c1ab5067301fb7...
Author: Vlad Mihalcea <mihalcea.vlad(a)gmail.com>
Date: 2017-07-04 (Tue, 04 Jul 2017)
Changed paths:
M documentation/src/main/asciidoc/userguide/chapters/domain/dynamic_model.adoc
R
documentation/src/main/asciidoc/userguide/chapters/domain/extras/dynamic/listing10.java
A
documentation/src/main/asciidoc/userguide/chapters/domain/extras/dynamic/mapping-model-dynamic-example.sql
A documentation/src/test/java/org/hibernate/userguide/mapping/dynamic/Book.java
A
documentation/src/test/java/org/hibernate/userguide/mapping/dynamic/DynamicEntityTest.java
A
documentation/src/test/resources/org/hibernate/userguide/mapping/dynamic/Book.hbm.xml
Log Message:
-----------
HHH-11290 - Migrate all documentation snippets that derive the source code from extras
instead of actual Unit Tests
Fixed in the Dynamic entity mapping chapter