[hibernate-commits] [hibernate/hibernate-core] e1ba81: HHH-6114 Restructuring packages to accommodate for...

noreply at github.com noreply at github.com
Fri Apr 15 17:58:26 EDT 2011


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

Commit: e1ba813122cb5965face492010a086ef04298b02
    https://github.com/hibernate/hibernate-core/commit/e1ba813122cb5965face492010a086ef04298b02
Author: Hardy Ferentschik <hardy at ferentschik.de>
Date:   2011-04-15 (Fri, 15 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
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/ConfiguredClassHierarchyBuilder.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/JandexHelper.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/OrmXmlParser.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/ReflectionHelper.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/util/ConfiguredClassHierarchyBuilder.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/util/JandexHelper.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/util/ReflectionHelper.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/util/package-info.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/OrmXmlParser.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/package-info.java
  R hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/ConfiguredClassHierarchyBuilderTest.java
  R hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/OrmXmlParserTests.java
  R hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/Star.java
  A hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/util/ConfiguredClassHierarchyBuilderTest.java
  A hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/xml/OrmXmlParserTests.java
  A hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/xml/Star.java
  R hibernate-core/src/test/resources/org/hibernate/metamodel/source/annotations/orm.xml
  R hibernate-core/src/test/resources/org/hibernate/metamodel/source/annotations/orm2.xml
  A hibernate-core/src/test/resources/org/hibernate/metamodel/source/annotations/xml/orm-star.xml
  A hibernate-core/src/test/resources/org/hibernate/metamodel/source/annotations/xml/orm.xml

Log Message:
-----------
HHH-6114 Restructuring packages to accommodate for all required annotation binding code


Commit: 82ae20598bb0201434e873c0659300862810d7db
    https://github.com/hibernate/hibernate-core/commit/82ae20598bb0201434e873c0659300862810d7db
Author: Hardy Ferentschik <hardy at ferentschik.de>
Date:   2011-04-15 (Fri, 15 Apr 2011)

Changed paths:
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/global/FetchProfileBinder.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/global/package-info.java
  A hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/global/FetchProfileBinderTest.java

Log Message:
-----------
HHH-6114 Implementing fetch profile parsing and binding as example for other global configurations


Commit: dd9ccddc6ee88d9fa599d86c66384e1cf2341218
    https://github.com/hibernate/hibernate-core/commit/dd9ccddc6ee88d9fa599d86c66384e1cf2341218
Author: Hardy Ferentschik <hardy at ferentschik.de>
Date:   2011-04-15 (Fri, 15 Apr 2011)

Changed paths:
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/global/QueryBinder.java

Log Message:
-----------
HHH-6114 Creating placeholder for QueryBinder


Commit: da028ee13716a3f2d8a4edb764db39c2991f0598
    https://github.com/hibernate/hibernate-core/commit/da028ee13716a3f2d8a4edb764db39c2991f0598
Author: Hardy Ferentschik <hardy at ferentschik.de>
Date:   2011-04-15 (Fri, 15 Apr 2011)

Changed paths:
  M hibernate-core/src/main/java/org/hibernate/metamodel/domain/Entity.java
  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/EntityBinder.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/global/FetchProfileBinder.java
  M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/util/JandexHelper.java

Log Message:
-----------
HHH-6114 Starting to bind id attributes


Compare: https://github.com/hibernate/hibernate-core/compare/74c6773...da028ee


More information about the hibernate-commits mailing list