[hibernate-commits] [hibernate/hibernate-orm] 33640a: HHH-8164 - Deprecate @Sort in favor of @SortNatura...

GitHub noreply at github.com
Wed Apr 10 17:25:37 EDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: 33640ae2bdd37a0102e21f5a3ff8a47f0d6361b5
      https://github.com/hibernate/hibernate-orm/commit/33640ae2bdd37a0102e21f5a3ff8a47f0d6361b5
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2013-04-10 (Wed, 10 Apr 2013)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/annotations/OrderBy.java
    M hibernate-core/src/main/java/org/hibernate/annotations/Sort.java
    A hibernate-core/src/main/java/org/hibernate/annotations/SortComparator.java
    A hibernate-core/src/main/java/org/hibernate/annotations/SortNatural.java
    M hibernate-core/src/main/java/org/hibernate/annotations/SortType.java
    M hibernate-core/src/main/java/org/hibernate/cfg/AnnotationBinder.java
    M hibernate-core/src/main/java/org/hibernate/cfg/annotations/BagBinder.java
    M hibernate-core/src/main/java/org/hibernate/cfg/annotations/CollectionBinder.java
    M hibernate-core/src/main/java/org/hibernate/cfg/annotations/ListBinder.java
    M hibernate-core/src/main/java/org/hibernate/cfg/annotations/MapBinder.java
    M hibernate-core/src/main/java/org/hibernate/cfg/annotations/SetBinder.java

  Log Message:
  -----------
  HHH-8164 - Deprecate @Sort in favor of @SortNatural and @SortComparator


  Commit: 692959a48e8f6f03ecdbade60a99d9879a61bdfb
      https://github.com/hibernate/hibernate-orm/commit/692959a48e8f6f03ecdbade60a99d9879a61bdfb
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2013-04-10 (Wed, 10 Apr 2013)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/annotations/ForeignKey.java

  Log Message:
  -----------
  HHH-8170 - Deprecate Hibernate @ForeignKey in favor of JPA 2.1 introduced @ForeignKey annotation


Compare: https://github.com/hibernate/hibernate-orm/compare/9c3bad3b2dd4...692959a48e8f


More information about the hibernate-commits mailing list