Branch: refs/heads/master
Home:
https://github.com/hibernate/hibernate-orm
Commit: f9cb1d5cb4a918c3a41b44baefd50052a60ed218
https://github.com/hibernate/hibernate-orm/commit/f9cb1d5cb4a918c3a41b44b...
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/access.adoc
R
documentation/src/main/asciidoc/userguide/chapters/domain/extras/access/ElementCollectionAccessType.java
R
documentation/src/main/asciidoc/userguide/chapters/domain/extras/access/EmbeddableAccessType.java
R
documentation/src/main/asciidoc/userguide/chapters/domain/extras/access/EmbeddedAccessType.java
R
documentation/src/main/asciidoc/userguide/chapters/domain/extras/access/SimpleEntityFieldAccess.java
R
documentation/src/main/asciidoc/userguide/chapters/domain/extras/access/SimpleEntityPropertyAccess.java
R
documentation/src/main/asciidoc/userguide/chapters/domain/extras/access/SimpleEntityPropertyAccessOverride.java
A
documentation/src/test/java/org/hibernate/userguide/mapping/access/ElementCollectionAccessTest.java
A
documentation/src/test/java/org/hibernate/userguide/mapping/access/EmbeddableAccessTest.java
A
documentation/src/test/java/org/hibernate/userguide/mapping/access/FieldAccessTest.java
A
documentation/src/test/java/org/hibernate/userguide/mapping/access/PropertyAccessOverrideTest.java
A
documentation/src/test/java/org/hibernate/userguide/mapping/access/PropertyAccessTest.java
Log Message:
-----------
HHH-11290 - Migrate all documentation snippets that derive the source code from extras
instead of actual Unit Tests
Fixed in the Access chapter