[hibernate-commits] [hibernate/hibernate-core] c7293c: HHH-6171 Restructering packages, especially a new ...

noreply at github.com noreply at github.com
Tue May 17 09:14:04 EDT 2011


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

Commit: c7293c2170a21c84fd3aa766157deab4b7fe1d9a
    https://github.com/hibernate/hibernate-core/commit/c7293c2170a21c84fd3aa766157deab4b7fe1d9a
Author: Hardy Ferentschik <hardy at hibernate.org>
Date:   2011-05-17 (Tue, 17 May 2011)

Changed paths:
  M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/AnnotationBinder.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/ColumnValues.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/ConfiguredClass.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/ConfiguredClassHierarchy.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/ConfiguredClassType.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/DiscriminatorColumnValues.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/EntityBinder.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/IdType.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/MappedAttribute.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/entity/ColumnValues.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/entity/ConfiguredClass.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/entity/ConfiguredClassHierarchy.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/entity/ConfiguredClassType.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/entity/DiscriminatorColumnValues.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/entity/EntityBinder.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/entity/IdType.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/entity/MappedAttribute.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/entity/package-info.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/entity/state/binding/AnnotationsAttributeBindingState.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/entity/state/binding/AnnotationsDiscriminatorBindingState.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/entity/state/relational/AttributeColumnRelationalState.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/entity/state/relational/AttributeTupleRelationalState.java
  M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/package-info.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/state/binding/AnnotationsAttributeBindingState.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/state/binding/AnnotationsDiscriminatorBindingState.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/state/relational/AttributeColumnRelationalState.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/state/relational/AttributeTupleRelationalState.java
  M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/util/ConfiguredClassHierarchyBuilder.java
  R hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/CacheBindingTests.java
  R hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/InheritanceTypeTest.java
  R hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/RootOfSingleTableInheritance.java
  R hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/SubclassOfSingleTableInheritance.java
  R hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/TableNameTest.java
  A hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/CacheBindingTests.java
  A hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/InheritanceTypeTest.java
  A hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/RootOfSingleTableInheritance.java
  A hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/SubclassOfSingleTableInheritance.java
  A hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/TableNameTest.java
  M hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/util/ConfiguredClassHierarchyBuilderTest.java
  M hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/util/GenericTypeDiscoveryTest.java

Log Message:
-----------
HHH-6171 Restructering packages, especially a new package for the entity binders. This is consistent w/ the glboal package which contains the binders for entity unrelated binding




More information about the hibernate-commits mailing list