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

GitHub noreply at github.com
Thu May 18 10:39:20 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: ec165296c68cdf523c946a463d465d26faa86bf9
      https://github.com/hibernate/hibernate-orm/commit/ec165296c68cdf523c946a463d465d26faa86bf9
  Author: Vlad Mihalcea <mihalcea.vlad at gmail.com>
  Date:   2017-05-18 (Thu, 18 May 2017)

  Changed paths:
    M documentation/src/main/asciidoc/userguide/appendices/Annotations.adoc
    A documentation/src/main/asciidoc/userguide/chapters/domain/extras/id/identifiers-rowid-example.sql
    M documentation/src/main/asciidoc/userguide/chapters/domain/identifiers.adoc
    M documentation/src/main/asciidoc/userguide/chapters/locking/Locking.adoc
    A documentation/src/main/asciidoc/userguide/chapters/locking/extras/locking-optimistic-version-timestamp-source-persist-example.sql
    A documentation/src/test/java/org/hibernate/userguide/locking/VersionSourceTest.java
    A documentation/src/test/java/org/hibernate/userguide/mapping/identifier/RowIdTest.java
    M documentation/src/test/resources/log4j.properties
    M hibernate-core/src/main/java/org/hibernate/loader/plan/exec/process/internal/EntityReferenceInitializerImpl.java
    M hibernate-core/src/main/java/org/hibernate/persister/entity/AbstractEntityPersister.java

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

Document @Source and @RowId annotation




More information about the hibernate-commits mailing list