[hibernate-commits] [hibernate/hibernate-orm] 08747f: HHH-13094 - Respect @Any.fetch setting to FetchTyp...

GitHub noreply at github.com
Tue Dec 18 06:09:32 EST 2018


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: 08747fc2f4b33414ef05ac039b67e1d33c14db5f
      https://github.com/hibernate/hibernate-orm/commit/08747fc2f4b33414ef05ac039b67e1d33c14db5f
  Author: John Lin <johnlinp at gmail.com>
  Date:   2018-12-18 (Tue, 18 Dec 2018)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/ModelBinder.java
    M hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/SingularAttributeSourceAnyImpl.java
    M hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/AnyMappingSource.java
    M hibernate-core/src/main/java/org/hibernate/cfg/AnnotationBinder.java
    M hibernate-core/src/main/java/org/hibernate/cfg/BinderHelper.java
    M hibernate-core/src/main/java/org/hibernate/cfg/annotations/CollectionBinder.java
    M hibernate-core/src/main/java/org/hibernate/mapping/Any.java
    M hibernate-core/src/main/java/org/hibernate/type/AnyType.java
    M hibernate-core/src/main/java/org/hibernate/type/TypeFactory.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/any/AnyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/any/LazyPropertySet.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/any/PropertyList.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/any/PropertySet.java
    A hibernate-core/src/test/java/org/hibernate/test/any/AnyEagerHbmTest.java
    A hibernate-core/src/test/java/org/hibernate/test/any/AnyLazyHbmTest.java
    A hibernate-core/src/test/resources/org/hibernate/test/any/AnyTestEagerPropertySet.hbm.xml
    A hibernate-core/src/test/resources/org/hibernate/test/any/AnyTestLazyPropertySet.hbm.xml

  Log Message:
  -----------
  HHH-13094 - Respect @Any.fetch setting to FetchType.EAGER



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the hibernate-commits mailing list