[hibernate-commits] [hibernate/hibernate-orm] e5b57d: HHH-7571 Processing @JoinColumn(s) as part of @Ele...

GitHub noreply at github.com
Mon Sep 10 07:16:20 EDT 2012


  Branch: refs/heads/metamodel
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: e5b57d42e5d524381fd8bf262ac571f78cc68e37
      https://github.com/hibernate/hibernate-orm/commit/e5b57d42e5d524381fd8bf262ac571f78cc68e37
  Author: Hardy Ferentschik <hardy at hibernate.org>
  Date:   2012-09-10 (Mon, 10 Sep 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/internal/CoreMessageLogger.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/ToOneAttributeSourceImpl.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/attribute/AssociationAttribute.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/attribute/MappedAttribute.java
    M hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/annotations/entity/ElementCollectionBindingTest.java

  Log Message:
  -----------
  HHH-7571 Processing @JoinColumn(s) as part of @ElementCollection and @JoinTable


  Commit: a4b57ca7fa2a659caa9f2a7a060bf5c3b8504798
      https://github.com/hibernate/hibernate-orm/commit/a4b57ca7fa2a659caa9f2a7a060bf5c3b8504798
  Author: Hardy Ferentschik <hardy at hibernate.org>
  Date:   2012-09-10 (Mon, 10 Sep 2012)

  Changed paths:
    M hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/Father.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/OptionalOneToOneMappedByTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/OptionalOneToOnePKJCTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/Owner.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/OwnerAddress.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/Person.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/PersonAddress.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/Son.java
    M hibernate-core/src/test/resources/org/hibernate/test/annotations/onetoone/orm.xml

  Log Message:
  -----------
  HHH-7571 Formatting test classes and marking OptionalOneToOnePKJCTest/OptionalOneToOneMappedByTest with FailureExpectedForNewMetamodel, because Binder#bindSingularAttribute does throw a NotYeyImplemented exception for ONE_TO_ONE nature.


Compare: https://github.com/hibernate/hibernate-orm/compare/9e8dc3017bce...a4b57ca7fa2a


More information about the hibernate-commits mailing list