[hibernate-commits] [hibernate/hibernate-orm] fc1a49: HHH-5037 - Improve documentation for immutable/rea...
GitHub
noreply at github.com
Wed Oct 12 09:41:30 EDT 2016
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-orm
Commit: fc1a49b13bf898b6c599d12673603481afc3b7b6
https://github.com/hibernate/hibernate-orm/commit/fc1a49b13bf898b6c599d12673603481afc3b7b6
Author: Vlad Mihalcea <mihalcea.vlad at gmail.com>
Date: 2016-10-12 (Wed, 12 Oct 2016)
Changed paths:
M documentation/src/main/asciidoc/userguide/chapters/domain/DomainModel.adoc
A documentation/src/main/asciidoc/userguide/chapters/domain/extras/immutability/collection-entity-update-example.sql
A documentation/src/main/asciidoc/userguide/chapters/domain/extras/immutability/entity-immutability-update-example.sql
A documentation/src/main/asciidoc/userguide/chapters/domain/immutability.adoc
M documentation/src/main/asciidoc/userguide/chapters/query/hql/HQL.adoc
A documentation/src/main/asciidoc/userguide/chapters/query/hql/extras/hql-read-only-entities-example.sql
M documentation/src/test/java/org/hibernate/userguide/hql/HQLTest.java
A documentation/src/test/java/org/hibernate/userguide/immutability/CollectionImmutabilityTest.java
A documentation/src/test/java/org/hibernate/userguide/immutability/EntityImmutabilityTest.java
Log Message:
-----------
HHH-5037 - Improve documentation for immutable/read-only entity and immutable collection functionality
More information about the hibernate-commits
mailing list