[hibernate-commits] [hibernate/hibernate-orm] a2fcfc: HHH-8794 Support for @OrderBy without specifying a...

GitHub noreply at github.com
Thu Dec 12 16:33:56 EST 2013


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: a2fcfc602b54b9f96d49efae7788f5d2266059f9
      https://github.com/hibernate/hibernate-orm/commit/a2fcfc602b54b9f96d49efae7788f5d2266059f9
  Author: Matus Zamborsky <zamborsky at inqool.cz>
  Date:   2013-12-12 (Thu, 12 Dec 2013)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/cfg/annotations/CollectionBinder.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/Asset2.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/Computer2.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/Employee2.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/OrderByTest.java

  Log Message:
  -----------
  HHH-8794 Support for @OrderBy without specifying attribute


  Commit: e64e89b2cc6285bb624747a57377414b4f93e0db
      https://github.com/hibernate/hibernate-orm/commit/e64e89b2cc6285bb624747a57377414b4f93e0db
  Author: Brett Meyer <brett at 3riverdev.com>
  Date:   2013-12-12 (Thu, 12 Dec 2013)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/cfg/annotations/CollectionBinder.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/Asset.java
    R hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/Asset2.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/Computer.java
    R hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/Computer2.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/Employee.java
    R hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/Employee2.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/OrderByTest.java

  Log Message:
  -----------
  HHH-8794 cleanup and formatting


Compare: https://github.com/hibernate/hibernate-orm/compare/3de5e65b6356...e64e89b2cc62


More information about the hibernate-commits mailing list