[hibernate-commits] [hibernate/hibernate-orm] 4960da: HHH-11186 - Add examples for all Hibernate annotat...

GitHub noreply at github.com
Wed Nov 16 11:09:29 EST 2016


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: 4960da8471021de26f96ece7d9d462308eaffe3a
      https://github.com/hibernate/hibernate-orm/commit/4960da8471021de26f96ece7d9d462308eaffe3a
  Author: Vlad Mihalcea <mihalcea.vlad at gmail.com>
  Date:   2016-11-16 (Wed, 16 Nov 2016)

  Changed paths:
    M documentation/src/main/asciidoc/userguide/appendices/Annotations.adoc
    M documentation/src/main/asciidoc/userguide/chapters/domain/entity.adoc
    A documentation/src/main/asciidoc/userguide/chapters/domain/extras/locking/locking-optimistic-lock-type-all-update-example.sql
    A documentation/src/main/asciidoc/userguide/chapters/domain/extras/locking/locking-optimistic-lock-type-dirty-update-example.sql
    A documentation/src/test/java/org/hibernate/userguide/locking/OptimisticLockTypeAllTest.java
    A documentation/src/test/java/org/hibernate/userguide/locking/OptimisticLockTypeDirtyTest.java

  Log Message:
  -----------
  HHH-11186 - Add examples for all Hibernate annotations

Document more annotations:

- @DynamicInsert
- @DynamicUpdate
- OptimisticLockType
- @SelectBeforeUpdate




More information about the hibernate-commits mailing list