[hibernate-commits] [hibernate/hibernate-orm] 612c06: HHH-11066 - Documentation regarding the reason @Fi...

GitHub noreply at github.com
Tue Feb 14 22:02:31 EST 2017


  Branch: refs/heads/5.1
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: 612c0606db4cad352bdcd044e31a63762dbde51d
      https://github.com/hibernate/hibernate-orm/commit/612c0606db4cad352bdcd044e31a63762dbde51d
  Author: Vlad Mihalcea <mihalcea.vlad at gmail.com>
  Date:   2017-02-14 (Tue, 14 Feb 2017)

  Changed paths:
    M documentation/src/main/asciidoc/userguide/chapters/domain/basic_types.adoc

  Log Message:
  -----------
  HHH-11066 - Documentation regarding the reason @Filter is not supported with @Cache for collections

(cherry picked from commit 95ac619bce1e98e98734f01de832204b13489b65)


  Commit: 77c537cd6a242b07549670ee7679a62dcce3b23a
      https://github.com/hibernate/hibernate-orm/commit/77c537cd6a242b07549670ee7679a62dcce3b23a
  Author: Vlad Mihalcea <mihalcea.vlad at gmail.com>
  Date:   2017-02-14 (Tue, 14 Feb 2017)

  Changed paths:
    M documentation/src/main/asciidoc/userguide/Hibernate_User_Guide.adoc
    A documentation/src/main/asciidoc/userguide/appendices/BestPractices.adoc

  Log Message:
  -----------
  HHH-11132 - Add a Performance Tuning and Best Practices chapter

(cherry picked from commit a705b48c4190240d0d6ad232591d2ab4edbe52a4)


  Commit: 933a9c465f1f02a4e3f3cfbd5c61cfe01b4ebaf1
      https://github.com/hibernate/hibernate-orm/commit/933a9c465f1f02a4e3f3cfbd5c61cfe01b4ebaf1
  Author: Vlad Mihalcea <mihalcea.vlad at gmail.com>
  Date:   2017-02-14 (Tue, 14 Feb 2017)

  Changed paths:
    M documentation/src/main/asciidoc/userguide/appendices/BestPractices.adoc

  Log Message:
  -----------
  HHH-11132 - Add a Performance Tuning and Best Practices chapter

Add more details related to associations and fix typos

(cherry picked from commit cd41d71b06db49e9c8508cbf1938b570559accf2)


  Commit: 36ce18335f95f7d03b96c8a7e7b87069a56b23ca
      https://github.com/hibernate/hibernate-orm/commit/36ce18335f95f7d03b96c8a7e7b87069a56b23ca
  Author: Vlad Mihalcea <mihalcea.vlad at gmail.com>
  Date:   2017-02-14 (Tue, 14 Feb 2017)

  Changed paths:
    M documentation/src/main/asciidoc/userguide/Hibernate_User_Guide.adoc
    A documentation/src/main/asciidoc/userguide/appendices/Annotations.adoc
    M documentation/src/main/asciidoc/userguide/appendices/BestPractices.adoc
    M documentation/src/main/asciidoc/userguide/chapters/domain/basic_types.adoc
    M documentation/src/main/asciidoc/userguide/chapters/domain/extras/collections/collections-unidirectional-ordered-list-order-by-select-example.sql
    M documentation/src/main/asciidoc/userguide/chapters/domain/identifiers.adoc
    M documentation/src/main/asciidoc/userguide/chapters/domain/natural_id.adoc
    M documentation/src/main/asciidoc/userguide/chapters/events/Events.adoc
    M documentation/src/test/java/org/hibernate/userguide/collections/UnidirectionalOrderColumnListTest.java
    M documentation/src/test/java/org/hibernate/userguide/collections/UnidirectionalOrderedByListTest.java
    M documentation/src/test/java/org/hibernate/userguide/mapping/basic/EnumerationConverterTest.java

  Log Message:
  -----------
  HHH-7010 - Document mapping annotations

List and describe all JPA and Hibernate.annotations

(cherry picked from commit 2ecfd488b78d2db6c586ac15a5bb87a33ab202f2)


  Commit: 45c563fee849b2dcc9e3ba6d8966a57069786799
      https://github.com/hibernate/hibernate-orm/commit/45c563fee849b2dcc9e3ba6d8966a57069786799
  Author: Vlad Mihalcea <mihalcea.vlad at gmail.com>
  Date:   2017-02-14 (Tue, 14 Feb 2017)

  Changed paths:
    M documentation/src/main/asciidoc/userguide/chapters/domain/entity.adoc

  Log Message:
  -----------
  HHH-3771 - Best practice for equals implementation

(cherry picked from commit 5ea187f0356e52400d85b1819e660ce1fe0e23c3)


  Commit: e932475118e3b89f82acf37331f5482b22e61c41
      https://github.com/hibernate/hibernate-orm/commit/e932475118e3b89f82acf37331f5482b22e61c41
  Author: Vlad Mihalcea <mihalcea.vlad at gmail.com>
  Date:   2017-02-14 (Tue, 14 Feb 2017)

  Changed paths:
    M documentation/src/main/asciidoc/userguide/appendices/BestPractices.adoc
    M documentation/src/main/asciidoc/userguide/chapters/domain/entity.adoc
    M documentation/src/main/asciidoc/userguide/chapters/flushing/Flushing.adoc

  Log Message:
  -----------
  HHH-11189 - Remove all links to external blog posts from User Guide

(cherry picked from commit d02b95a572f28e356f11102728880ec792d732e7)


  Commit: 03629b617c3b8e64d8864062af005658cf279376
      https://github.com/hibernate/hibernate-orm/commit/03629b617c3b8e64d8864062af005658cf279376
  Author: Vlad Mihalcea <mihalcea.vlad at gmail.com>
  Date:   2017-02-14 (Tue, 14 Feb 2017)

  Changed paths:
    M documentation/src/main/asciidoc/userguide/chapters/bootstrap/Bootstrap.adoc
    A documentation/src/main/asciidoc/userguide/chapters/bootstrap/extras/persistence-external.xml
    M documentation/src/main/asciidoc/userguide/chapters/domain/basic_types.adoc

  Log Message:
  -----------
  HHH-11174 - Document that XML file mappings can reside outside of JAR

(cherry picked from commit 8bd6cf6f6babde4db679426ce62dda496bac9b26)


  Commit: 517877fb27c34909f58c3e8df306fe207fef69cf
      https://github.com/hibernate/hibernate-orm/commit/517877fb27c34909f58c3e8df306fe207fef69cf
  Author: Vlad Mihalcea <mihalcea.vlad at gmail.com>
  Date:   2017-02-14 (Tue, 14 Feb 2017)

  Changed paths:
    M documentation/src/main/asciidoc/userguide/chapters/events/Events.adoc

  Log Message:
  -----------
  HHH-2123 - clarification on the way interceptors and event system interact.

(cherry picked from commit d126faa7d92725399a876005880db7816faefe0d)


  Commit: 7541a2d9e2870f5fec144d771d136efcd8640c92
      https://github.com/hibernate/hibernate-orm/commit/7541a2d9e2870f5fec144d771d136efcd8640c92
  Author: Vlad Mihalcea <mihalcea.vlad at gmail.com>
  Date:   2017-02-14 (Tue, 14 Feb 2017)

  Changed paths:
    M documentation/src/main/asciidoc/userguide/chapters/pc/PersistenceContext.adoc
    M documentation/src/test/java/org/hibernate/userguide/pc/PersistenceContextTest.java

  Log Message:
  -----------
  HHH-2643 - Improve Session.refresh() Javdoc to clarify contract

Instead of writing it in the JavaDocs, it's much more appropriate to document this behavior in the User Guide

(cherry picked from commit 5629457aa8d563b0739a24ef2bea156000ae9cae)

Conflicts:
	documentation/src/main/asciidoc/userguide/chapters/pc/PersistenceContext.adoc
	documentation/src/test/java/org/hibernate/userguide/pc/PersistenceContextTest.java


Compare: https://github.com/hibernate/hibernate-orm/compare/84135d4c0fb4...7541a2d9e287


More information about the hibernate-commits mailing list