[hibernate-commits] [hibernate/hibernate-orm] 78f861: HHH-11186 - Add examples for all Hibernate annotat...
GitHub
noreply at github.com
Fri Nov 11 04:51:14 EST 2016
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-orm
Commit: 78f8619a7dfdee618858957dfb1974342fa61754
https://github.com/hibernate/hibernate-orm/commit/78f8619a7dfdee618858957dfb1974342fa61754
Author: Vlad Mihalcea <mihalcea.vlad at gmail.com>
Date: 2016-11-11 (Fri, 11 Nov 2016)
Changed paths:
M documentation/src/main/asciidoc/userguide/appendices/Annotations.adoc
M documentation/src/main/asciidoc/userguide/chapters/fetching/Fetching.adoc
A documentation/src/main/asciidoc/userguide/chapters/fetching/extras/fetching-batch-fetching-example.sql
M documentation/src/main/asciidoc/userguide/chapters/schema/Schema.adoc
A documentation/src/main/asciidoc/userguide/chapters/schema/extras/schema-generation-database-checks-persist-example.sql
A documentation/src/test/java/org/hibernate/userguide/fetching/BatchFetchingTest.java
A documentation/src/test/java/org/hibernate/userguide/schema/CheckTest.java
Log Message:
-----------
HHH-11186 - Add examples for all Hibernate annotations
Document more annotations:
- @BatchSize
- @Check
More information about the hibernate-commits
mailing list