[hibernate-commits] [hibernate/hibernate-orm] 449d02: HHH-7484 Creating a dedicated RootEntityClass

GitHub noreply at github.com
Thu Aug 2 07:36:28 EDT 2012


  Branch: refs/heads/metamodel
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: 449d020d04b5b3f5285cfd994210ff12038e2bd3
      https://github.com/hibernate/hibernate-orm/commit/449d020d04b5b3f5285cfd994210ff12038e2bd3
  Author: Hardy Ferentschik <hardy at hibernate.org>
  Date:   2012-08-02 (Thu, 02 Aug 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/EntityHierarchyBuilder.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/attribute/DiscriminatorSourceImpl.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/entity/EntityClass.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/entity/RootEntityClass.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/entity/RootEntitySourceImpl.java
    M hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/annotations/entity/AccessBindingTest.java
    M hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/annotations/entity/EmbeddedIdTest.java
    M hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/annotations/entity/MappedSuperclassTest.java

  Log Message:
  -----------
  HHH-7484 Creating a dedicated RootEntityClass


  Commit: ddaf155423e463697294144b87ece7929b3414fc
      https://github.com/hibernate/hibernate-orm/commit/ddaf155423e463697294144b87ece7929b3414fc
  Author: Hardy Ferentschik <hardy at hibernate.org>
  Date:   2012-08-02 (Thu, 02 Aug 2012)

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

  Log Message:
  -----------
  HHH-7484 Making sure the mapped super class list is initalized


  Commit: eb7608cd1b29822fad765855e861106bb4bccc90
      https://github.com/hibernate/hibernate-orm/commit/eb7608cd1b29822fad765855e861106bb4bccc90
  Author: Hardy Ferentschik <hardy at hibernate.org>
  Date:   2012-08-02 (Thu, 02 Aug 2012)

  Changed paths:
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/ColumnSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/ColumnValuesSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/ComponentAttributeSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/DerivedValueSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/DiscriminatorSourceImpl.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/EntityHierarchyBuilder.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/EntitySourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/InLineViewSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/JpaCallbackSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/ManyToManyPluralAttributeElementSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/MutliTenancySourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/PluralAttributeSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/PrimaryKeyJoinColumnSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/RootEntitySourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/SecondaryTableSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/SimpleIdentifierSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/SingularAttributeSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/SubclassEntitySourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/TableSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/ToOneAttributeSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/UniqueConstraintSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/VersionAttributeSourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/attribute/ColumnSourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/attribute/ColumnValuesSourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/attribute/DerivedValueSourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/attribute/DiscriminatorSourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/attribute/ManyToManyPluralAttributeElementSourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/attribute/MutliTenancySourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/attribute/PluralAttributeSourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/attribute/SimpleIdentifierSourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/attribute/SingularAttributeSourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/attribute/ToOneAttributeSourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/attribute/VersionAttributeSourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/entity/ComponentAttributeSourceImpl.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/entity/ConfiguredClass.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/entity/EntityClass.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/entity/EntitySourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/entity/InLineViewSourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/entity/JpaCallbackSourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/entity/RootEntitySourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/entity/SecondaryTableSourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/entity/SubclassEntitySourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/entity/TableSourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/entity/UniqueConstraintSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/package.html
    M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/util/JPADotNames.java

  Log Message:
  -----------
  HHH-7484 Separating the org.hibernate.metamodel.spi.source implementations from the model build in org.hibernate.metamodel.internal.source.annotations.entity and org.hibernate.metamodel.internal.source.annotations.attribute


  Commit: 43c1e0465fd0cfdaa63258efacb9e87a542c67fa
      https://github.com/hibernate/hibernate-orm/commit/43c1e0465fd0cfdaa63258efacb9e87a542c67fa
  Author: Hardy Ferentschik <hardy at hibernate.org>
  Date:   2012-08-02 (Thu, 02 Aug 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/EntitySourceImpl.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/entity/ConfiguredClass.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/entity/RootEntityClass.java
    M hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/annotations/entity/MappedSuperclassTest.java

  Log Message:
  -----------
  HHH-7484 Taking care of attribute overrides and re-enabling MappedSuperclassTest


Compare: https://github.com/hibernate/hibernate-orm/compare/4ae8280e9782...43c1e0465fd0


More information about the hibernate-commits mailing list