[hibernate-commits] [hibernate/hibernate-orm] 4f7214: HHH-7240 - Develop identifier handling in new meta...

GitHub noreply at github.com
Wed Apr 11 00:53:51 EDT 2012


  Branch: refs/heads/metamodel
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: 4f72149eca2ad3a99dbc6e4d9d360667f30b02e1
      https://github.com/hibernate/hibernate-orm/commit/4f72149eca2ad3a99dbc6e4d9d360667f30b02e1
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-04-10 (Tue, 10 Apr 2012)

  Changed paths:
    A hibernate-core/src/main/java/org/hibernate/internal/jaxb/mapping/hbm/ComponentSourceElement.java
  M hibernate-core/src/main/java/org/hibernate/metamodel/internal/MetadataImpl.java
  M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/AnnotationBindingContext.java
  M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/AnnotationBindingContextImpl.java
  M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/AnnotationMetadataSourceProcessorImpl.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/IdentifierGeneratorExtractionDelegate.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/IdentifierGeneratorSourceContainer.java
  M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/attribute/BasicAttribute.java
  M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/attribute/SingularAttributeSourceImpl.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/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/IdType.java
  M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/entity/RootEntitySourceImpl.java
  M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/global/IdGeneratorProcessor.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/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/ComponentAttributeSourceImpl.java
  M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/HbmMetadataSourceProcessorImpl.java
  M hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/HibernateMappingProcessor.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
  A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/UnexpectedAttributeSourceTypeException.java
  M hibernate-core/src/main/java/org/hibernate/metamodel/spi/MetadataSourceProcessor.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/AggregatedCompositeIdentifierSource.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/ComponentIdentifierSource.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/CompositeIdentifierSource.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/IdentifierGeneratorSource.java
  M hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/IdentifierSource.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/NonAggregatedCompositeIdentifierSource.java
  M hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/SimpleIdentifierSource.java
  M hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/SingularAttributeSource.java
  M hibernate-core/src/main/xjb/hbm-mapping-bindings.xjb
  M hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/AssertSourcesTest.java
  M hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/User.hbm.xml
  M hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/annotations/entity/IdentifierGeneratorTest.java

  Log Message:
  -----------
  HHH-7240 - Develop identifier handling in new metamodel





More information about the hibernate-commits mailing list