[hibernate-commits] [hibernate/hibernate-orm] 4c22d9: HHH-7742: Modified o.h.metamodel.internal.source.h...

GitHub noreply at github.com
Tue Oct 30 18:30:44 EDT 2012


  Branch: refs/heads/metamodel
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: 4c22d9347f9eae3f0424c8ef8199932e5190be62
      https://github.com/hibernate/hibernate-orm/commit/4c22d9347f9eae3f0424c8ef8199932e5190be62
  Author: John Verhaeg <john.verhaeg at gmail.com>
  Date:   2012-10-30 (Tue, 30 Oct 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/Helper.java
    M hibernate-core/src/test/java/org/hibernate/test/cascade/RefreshTest.java
    M hibernate-core/src/test/java/org/hibernate/test/generatedkeys/identity/IdentityGeneratedKeysTest.java
    M hibernate-core/src/test/java/org/hibernate/test/jpa/naturalid/MutableNaturalIdTest.java
    M hibernate-core/src/test/java/org/hibernate/test/jpa/ql/FunctionKeywordTest.java
    M hibernate-core/src/test/java/org/hibernate/test/jpa/ql/JPAQLComplianceTest.java
    M hibernate-core/src/test/java/org/hibernate/test/jpa/ql/NativeQueryTest.java
    M hibernate-core/src/test/java/org/hibernate/test/jpa/ql/OnKeywordTest.java
    M hibernate-core/src/test/java/org/hibernate/test/jpa/removed/RemovedEntityTest.java
    M hibernate-core/src/test/java/org/hibernate/test/jpa/txn/TransactionJoiningTest.java
    M hibernate-core/src/test/java/org/hibernate/test/manytomanyassociationclass/surrogateid/assigned/ManyToManyAssociationClassAssignedIdTest.java
    M hibernate-core/src/test/java/org/hibernate/test/manytomanyassociationclass/surrogateid/generated/ManyToManyAssociationClassGeneratedIdTest.java

  Log Message:
  -----------
  HHH-7742: Modified o.h.metamodel.internal.source.hbm.Helper.interpretCascadeStyles() to split the string on both commas and spaces.  Might be more to the original intention to split on a pattern of a comma followed by any amount of spaces.





More information about the hibernate-commits mailing list