[hibernate-commits] [hibernate/hibernate-orm] b0c09e: HHH-8343 - @AttributeOverride and @AssociationOver...

GitHub noreply at github.com
Mon Jul 1 14:04:35 EDT 2013


  Branch: refs/heads/metamodel
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: b0c09e027a79988ce8fcd96c2d3d23f85a41227e
      https://github.com/hibernate/hibernate-orm/commit/b0c09e027a79988ce8fcd96c2d3d23f85a41227e
  Author: Strong Liu <stliu at hibernate.org>
  Date:   2013-07-01 (Mon, 01 Jul 2013)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/metamodel/internal/Binder.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/internal/HibernateTypeHelper.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/AbstractPluralAttributeElementSource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/AnnotationAttributeSource.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/BasicPluralAttributeElementSourceImpl.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/BasicPluralAttributeIndexSourceImpl.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/ColumnSourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/ColumnValuesSourceImpl.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/ComponentAttributeSourceImpl.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/CompositePluralAttributeElementSourceImpl.java
    M 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/EntitySourceImpl.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/IndexedPluralAttributeSourceImpl.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/JoinedSubclassEntitySourceImpl.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/ManyToAnyPluralAttributeElementSourceImpl.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/ManyToManyPluralAttributeElementSourceImpl.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/MutliTenancySourceImpl.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/OneToManyPluralAttributeElementSourceImpl.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/PluralAttributeKeySourceImpl.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/PluralAttributeSourceImpl.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/RootEntitySourceImpl.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/SecondaryTableSourceImpl.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/SimpleIdentifierSourceImpl.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/SingularAttributeSourceImpl.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/SourceHelper.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/SubclassEntitySourceImpl.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/ToOneAttributeSourceImpl.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/VersionAttributeSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/attribute/AbstractOverrideDefinition.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/attribute/AssociationAttribute.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/attribute/AssociationOverride.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/attribute/AttributeOverride.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/attribute/Column.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/attribute/MappedAttribute.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/attribute/PluralAssociationAttribute.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/attribute/PrimaryKeyJoinColumn.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/EmbeddableClass.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/entity/EmbeddableHierarchy.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/entity/EntityBindingContext.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/entity/EntityClass.java
    M 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/util/AnnotationParserHelper.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/util/EntityHierarchyBuilder.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/util/HibernateDotNames.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/util/JPADotNames.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/util/JandexHelper.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/util/MappingAssertion.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/MappingException.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/SizeSource.java
    M hibernate-core/src/main/java/org/hibernate/sql/Insert.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/CollectionElementTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/InternetFavorites.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/override/AttributeOverrideTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/override/BlogEntry.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/override/Entry.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/query/QueryAndSQLTest.java
    M hibernate-core/src/test/java/org/hibernate/test/cut/CompositeUserTypeTest.java
    M hibernate-core/src/test/java/org/hibernate/test/hql/ASTParserLoadingOrderByTest.java
    M hibernate-core/src/test/java/org/hibernate/test/hql/WithClauseTest.java

  Log Message:
  -----------
  HHH-8343 - @AttributeOverride and @AssociationOverride





More information about the hibernate-commits mailing list