[hibernate-commits] [hibernate/hibernate-core] 78ad67: HHH-6114 Determining inheritance strategy and star...

noreply at github.com noreply at github.com
Thu Apr 14 11:48:02 EDT 2011


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

Commit: 78ad67cff61a5723c90aa0c1f92d9ec3d75240f4
    https://github.com/hibernate/hibernate-core/commit/78ad67cff61a5723c90aa0c1f92d9ec3d75240f4
Author: Hardy Ferentschik <hardy at ferentschik.de>
Date:   2011-04-14 (Thu, 14 Apr 2011)

Changed paths:
  M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/ConfiguredClass.java
  M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/ConfiguredClassHierarchy.java
  M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/JPADotNames.java
  M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/JandexHelper.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/MappedProperty.java
  M hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/ConfiguredClassHierarchyBuilderTest.java

Log Message:
-----------
HHH-6114 Determining inheritance strategy and starting to process mapped properties


Commit: 5273a7509437f5d0ca448bd262280340aac1ab92
    https://github.com/hibernate/hibernate-core/commit/5273a7509437f5d0ca448bd262280340aac1ab92
Author: Hardy Ferentschik <hardy at ferentschik.de>
Date:   2011-04-14 (Thu, 14 Apr 2011)

Changed paths:
  M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/AnnotationBinder.java
  M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/ConfiguredClass.java
  M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/ConfiguredClassHierarchy.java
  M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/ConfiguredClassHierarchyBuilder.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/HibernateDotNames.java
  M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/JPADotNames.java
  M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/MappedProperty.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/ReflectionHelper.java
  M hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/ConfiguredClassHierarchyBuilderTest.java

Log Message:
-----------
HHH-6114 Discovering mapped properties


Compare: https://github.com/hibernate/hibernate-core/compare/f27695b...5273a75


More information about the hibernate-commits mailing list