[hibernate-commits] [hibernate/hibernate-orm] aaebcd: HHH-11506 - Fix update of lazy attributes when the...

GitHub noreply at github.com
Mon Mar 13 21:06:23 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: aaebcdf454d57a640c8194d0559642d405f00868
      https://github.com/hibernate/hibernate-orm/commit/aaebcdf454d57a640c8194d0559642d405f00868
  Author: barreiro <lbbbarreiro at gmail.com>
  Date:   2017-03-13 (Mon, 13 Mar 2017)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/persister/entity/AbstractEntityPersister.java
    M hibernate-core/src/main/java/org/hibernate/tuple/AbstractNonIdentifierAttribute.java
    M hibernate-core/src/main/java/org/hibernate/tuple/NonIdentifierAttribute.java
    M hibernate-core/src/main/java/org/hibernate/type/TypeHelper.java
    M hibernate-core/src/test/java/org/hibernate/test/bytecode/enhancement/EnhancerTest.java

  Log Message:
  -----------
  HHH-11506 - Fix update of lazy attributes when there are attributes not loaded

HHH-11506 - Deprecate methods

HHH-11506 : Added original TypeHelper#findModfied and deprecated; changed deprecated methods to call the new methods.




More information about the hibernate-commits mailing list