[hibernate-commits] [hibernate/hibernate-core] 205599: HHH-6381 - handle optional=true joins for Secondar...

noreply at github.com noreply at github.com
Wed Jul 6 08:55:32 EDT 2011


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-core

  Commit: 20559966b355f53c39ffe349dc83a0e025beca64
      https://github.com/hibernate/hibernate-core/commit/20559966b355f53c39ffe349dc83a0e025beca64
  Author: David Mansfield <david at gandalf.cobite.com>
  Date:   2011-07-06 (Wed, 06 Jul 2011)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/persister/entity/JoinedSubclassEntityPersister.java
  M hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/JoinedSubclassAndSecondaryTable.java
  M hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/Pool.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/PoolAddress.java

  Log Message:
  -----------
  HHH-6381 - handle optional=true joins for SecondaryTables in the JoinedSubclassEntityPersister


  Commit: d1eec59c0882f74970bc996d1aaf5eb65cdf75ce
      https://github.com/hibernate/hibernate-core/commit/d1eec59c0882f74970bc996d1aaf5eb65cdf75ce
  Author: Hardy Ferentschik <hardy at hibernate.org>
  Date:   2011-07-06 (Wed, 06 Jul 2011)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/persister/entity/JoinedSubclassEntityPersister.java
  M hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/JoinedSubclassAndSecondaryTable.java
  M hibernate-testing/src/main/java/org/hibernate/testing/junit4/BaseCoreFunctionalTestCase.java

  Log Message:
  -----------
  HHH-6381 Adding a actual assertion which tests the optional part. Also applying formatting styles.


Compare: https://github.com/hibernate/hibernate-core/compare/7c84b08...d1eec59


More information about the hibernate-commits mailing list