[hibernate-commits] [hibernate/hibernate-orm] ebcd0d: HHH-8956 - TLC for annotation pre-processor

GitHub noreply at github.com
Mon Feb 17 22:30:01 EST 2014


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: ebcd0d9cffabd8776dda9435cdbd4913dac90c76
      https://github.com/hibernate/hibernate-orm/commit/ebcd0d9cffabd8776dda9435cdbd4913dac90c76
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2014-02-17 (Mon, 17 Feb 2014)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/metamodel/internal/Binder.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/AggregatedCompositeIdentifierSourceImpl.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/EntitySourceImpl.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/NonAggregatedCompositeIdentifierSourceImpl.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/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/hbm/AbstractComponentAttributeSourceImpl.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/AbstractEntitySourceImpl.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/AbstractPluralAttributeSourceImpl.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/CompositePluralAttributeElementSourceImpl.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/Helper.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/KeyAttributeSourceImpl.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/KeyManyToOneSourceImpl.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/ManyToOneAttributeSourceImpl.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/OneToOneAttributeSourceImpl.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/PropertyAttributeSourceImpl.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/RootEntitySourceImpl.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/SingularIdentifierAttributeSourceImpl.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/TimestampAttributeSourceImpl.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/VersionAttributeSourceImpl.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/AttributeSource.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/CompositePluralAttributeElementSource.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/EntitySource.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/IdentifierSource.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/MetaAttributeSource.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/MetaSource.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/RootEntitySource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/ToolingHintSource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/ToolingHintSourceContainer.java
    M hibernate-core/src/main/xjb/hbm-mapping-bindings.xjb

  Log Message:
  -----------
  HHH-8956 - TLC for annotation pre-processor




More information about the hibernate-commits mailing list