[hibernate-commits] [hibernate/hibernate-orm] 8acfa1: HHH-7702 Add support for collections of (aggregate...

GitHub noreply at github.com
Mon Nov 19 19:22:48 EST 2012


  Branch: refs/heads/metamodel
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: 8acfa1c37f3fd1efd85a9e9290ba832164fe49cb
      https://github.com/hibernate/hibernate-orm/commit/8acfa1c37f3fd1efd85a9e9290ba832164fe49cb
  Author: Brett Meyer <brmeyer at redhat.com>
  Date:   2012-11-19 (Mon, 19 Nov 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/metamodel/MetadataSources.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/CompositePluralAttributeElementSourceImpl.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/entity/ConfiguredClass.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/CollectionElementTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/Toy.java

  Log Message:
  -----------
  HHH-7702 Add support for collections of (aggregated) composite elements


  Commit: 1c992b1faf5745ecbc16955d9854dda63f985854
      https://github.com/hibernate/hibernate-orm/commit/1c992b1faf5745ecbc16955d9854dda63f985854
  Author: Brett Meyer <brmeyer at redhat.com>
  Date:   2012-11-19 (Mon, 19 Nov 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/internal/util/ReflectHelper.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/MetadataSources.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/entity/ConfiguredClass.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/util/ReflectionHelper.java

  Log Message:
  -----------
  HHH-7803 Refactored the attribute type discovery and moved into
ReflectHelper


  Commit: 037f081793ea0caa404a1a63d5c0577880dc067c
      https://github.com/hibernate/hibernate-orm/commit/037f081793ea0caa404a1a63d5c0577880dc067c
  Author: Brett Meyer <brmeyer at redhat.com>
  Date:   2012-11-19 (Mon, 19 Nov 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/CompositePluralAttributeElementSourceImpl.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/HibernateTraversableResolverTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/Boy.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/CollectionElementTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/Toy.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/embeddables/withcustomenumdef/TestBasicOps.java

  Log Message:
  -----------
  HHH-7702 Add support for collections of (aggregated) composite elements


Compare: https://github.com/hibernate/hibernate-orm/compare/b0db6e345ee3...037f081793ea


More information about the hibernate-commits mailing list