[hibernate-commits] [hibernate/hibernate-orm] d71f93: HHH-7610 Add an option to initialize empty compone...

GitHub noreply at github.com
Sun Jan 24 18:40:38 EST 2016


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: d71f93142981d02d8cd2b9ef95ed19ce3b2c838e
      https://github.com/hibernate/hibernate-orm/commit/d71f93142981d02d8cd2b9ef95ed19ce3b2c838e
  Author: Guillaume Smet <guillaume.smet at gmail.com>
  Date:   2016-01-24 (Sun, 24 Jan 2016)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/cfg/AvailableSettings.java
    M hibernate-core/src/main/java/org/hibernate/tuple/component/ComponentMetamodel.java
    M hibernate-core/src/main/java/org/hibernate/type/ComponentType.java
    A hibernate-core/src/test/java/org/hibernate/test/component/empty/ComponentEmptyEmbedded.java
    A hibernate-core/src/test/java/org/hibernate/test/component/empty/ComponentEmptyEmbeddedOwner.java
    A hibernate-core/src/test/java/org/hibernate/test/component/empty/EmptyCompositesDirtynessTest.java
    A hibernate-core/src/test/java/org/hibernate/test/component/empty/EmptyInitializedCompositesDirtynessTest.java
    A hibernate-core/src/test/java/org/hibernate/test/component/empty/EmptyInitializedCompositesTest.java

  Log Message:
  -----------
  HHH-7610 Add an option to initialize empty components when all the properties are null

Note that this commit also changes the semantic of the comparison between a null component
and a component with all properties null: they are considered equivalent.




More information about the hibernate-commits mailing list