[hibernate-commits] [hibernate/hibernate-core] c2c3de: HHH-6392 Extracting the attribute overrides. Next ...

noreply at github.com noreply at github.com
Tue Jul 12 09:06:46 EDT 2011


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

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

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/AttributeOverride.java
  M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/entity/ConfiguredClass.java
  A hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/MappedSuperclassTests.java
  R hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/MappedSuperclassWithAttributeOverrideTests.java

  Log Message:
  -----------
  HHH-6392 Extracting the attribute overrides. Next step is to apply the overrides when creating the attribute bindings


  Commit: 2500a706685271e2268b91dcfa8f17c28b6220e1
      https://github.com/hibernate/hibernate-core/commit/2500a706685271e2268b91dcfa8f17c28b6220e1
  Author: Hardy Ferentschik <hardy at hibernate.org>
  Date:   2011-07-12 (Tue, 12 Jul 2011)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/AttributeOverride.java
  M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/MappedAttribute.java
  M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/SimpleAttribute.java
  M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/entity/ConfiguredClass.java
  M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/entity/EntityBinder.java
  M hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/MappedSuperclassTests.java

  Log Message:
  -----------
  HHH-6392 Applying overrides for mapped superclasses


  Commit: 593066b7f37fa6413d8410a5fc8604c9bb8bb0ae
      https://github.com/hibernate/hibernate-core/commit/593066b7f37fa6413d8410a5fc8604c9bb8bb0ae
  Author: Hardy Ferentschik <hardy at hibernate.org>
  Date:   2011-07-12 (Tue, 12 Jul 2011)

  Changed paths:
    M hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/Book.java
  M hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/NotonialDeal.java
  M hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/Person.java
  M hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/SpreadDeal.java

  Log Message:
  -----------
  HHH-6392 Formatting


  Commit: 959056dee768cd986a03cfffc7b21452848ab70a
      https://github.com/hibernate/hibernate-core/commit/959056dee768cd986a03cfffc7b21452848ab70a
  Author: Hardy Ferentschik <hardy at hibernate.org>
  Date:   2011-07-12 (Tue, 12 Jul 2011)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/AttributeOverride.java
  M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/MappedAttribute.java
  M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/SimpleAttribute.java
  M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/entity/ConfiguredClass.java
  M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/entity/EntityBinder.java
  M hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/MappedSuperclassTests.java

  Log Message:
  -----------
  HHH-6392 Making sure that overrides get applied and adding more tests


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

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/entity/EntityBinder.java

  Log Message:
  -----------
  HHH-6392 making the simple class name the default jpa entity name


Compare: https://github.com/hibernate/hibernate-core/compare/1801faa...d58bb5a


More information about the hibernate-commits mailing list