[hibernate-commits] [hibernate/hibernate-orm] d14d18: HHH-7571 Minimal implementation of @ElementCollect...

GitHub noreply at github.com
Wed Sep 5 10:30:40 EDT 2012


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

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/jaxb/spi/hbm/TableInformationSource.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/internal/Binder.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/BasicPluralAttributeElementSourceImpl.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/EntitySourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/ManyToAnyPluralAttributeElementSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/OneToManyAttributeElementSourceImpl.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/PluralAttributeKeySourceImpl.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/PluralAttributeSourceImpl.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/attribute/MappedAttribute.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/entity/ConfiguredClass.java
    M hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/annotations/entity/OneToManyBindingTest.java
    M hibernate-core/src/test/java/org/hibernate/metamodel/spi/binding/basiccollections/AbstractBasicCollectionBindingTests.java
    M hibernate-core/src/test/java/org/hibernate/metamodel/spi/binding/basiccollections/AnnotationBasicCollectionBindingTests.java
    M hibernate-core/src/test/java/org/hibernate/metamodel/spi/binding/basiccollections/EntityWithBasicCollections.java

  Log Message:
  -----------
  HHH-7571 Minimal implementation of @ElementCollection details to pass AnnotationBasicCollectionBindingTests


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

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/metamodel/internal/Binder.java
    M hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/annotations/entity/OneToManyBindingTest.java
    M hibernate-core/src/test/java/org/hibernate/metamodel/spi/binding/BasicAnnotationBindingTests.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/NonNullableCircularDependencyCascadeTest.java
    M hibernate-core/src/test/java/org/hibernate/test/criteria/ComplexJoinAliasTest.java
    M hibernate-core/src/test/java/org/hibernate/test/flush/TestAutoFlushBeforeQueryExecution.java

  Log Message:
  -----------
  HHH-7571 Adding failure expected annotations where needed


Compare: https://github.com/hibernate/hibernate-orm/compare/fd6cacd6f4c5...d661c3823daa


More information about the hibernate-commits mailing list