[hibernate-commits] [hibernate/hibernate-orm] be8404: HHH-7028 - Repackage org.hibernate.metamodel.sourc...

GitHub noreply at github.com
Tue Feb 7 12:18:00 EST 2012


  Branch: refs/heads/metamodel
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: be840465d37311371551ba7553e84ba2e0abf8c7
      https://github.com/hibernate/hibernate-orm/commit/be840465d37311371551ba7553e84ba2e0abf8c7
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-02-07 (Tue, 07 Feb 2012)

  Changed paths:
    M documentation/src/main/docbook/devguide/en-US/chapters/services/Services.xml
  M hibernate-core/src/main/java/org/hibernate/cfg/beanvalidation/BeanValidationIntegrator.java
  M hibernate-core/src/main/java/org/hibernate/event/service/internal/EventListenerServiceInitiator.java
  M hibernate-core/src/main/java/org/hibernate/integrator/spi/Integrator.java
  M hibernate-core/src/main/java/org/hibernate/internal/SessionFactoryImpl.java
  M hibernate-core/src/main/java/org/hibernate/metamodel/MetadataSources.java
  M hibernate-core/src/main/java/org/hibernate/metamodel/binding/AbstractAttributeBinding.java
  M hibernate-core/src/main/java/org/hibernate/metamodel/binding/AttributeBinding.java
  M hibernate-core/src/main/java/org/hibernate/metamodel/binding/AttributeBindingContainer.java
  M hibernate-core/src/main/java/org/hibernate/metamodel/binding/BasicAttributeBinding.java
  M hibernate-core/src/main/java/org/hibernate/metamodel/binding/ComponentAttributeBinding.java
  M hibernate-core/src/main/java/org/hibernate/metamodel/binding/EntityBinding.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/internal/Binder.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/internal/JaxbHelper.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/internal/MetadataBuilderImpl.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/internal/MetadataImpl.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/internal/SessionFactoryBuilderImpl.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/BindingContext.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/LocalBindingContext.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/MappingDefaults.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/MetaAttributeContext.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/MetadataImplementor.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/MetadataSourceProcessor.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/AnnotationBindingContext.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/AnnotationBindingContextImpl.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/AnnotationMetadataSourceProcessorImpl.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/EntityHierarchyBuilder.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/EntityHierarchyImpl.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/EnumConversionHelper.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/HibernateDotNames.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/JPADotNames.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/JandexHelper.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/ReflectionHelper.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/UnknownInheritanceTypeException.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/AssociationAttribute.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/AttributeNature.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/AttributeOverride.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/BasicAttribute.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/ColumnSourceImpl.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/ColumnValues.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/ColumnValuesSourceImpl.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/DerivedValueSourceImpl.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/DiscriminatorSourceImpl.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/ExplicitHibernateTypeSourceImpl.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/FormulaValue.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/MappedAttribute.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/SimpleIdentifierSourceImpl.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/SingularAttributeSourceImpl.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/ToOneAttributeSourceImpl.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/package-info.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/type/AbstractAttributeTypeResolver.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/type/AttributeTypeResolver.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/type/AttributeTypeResolverImpl.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/type/CompositeAttributeTypeResolver.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/type/EnumeratedTypeResolver.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/type/LobTypeResolver.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/type/TemporalTypeResolver.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/type/package-info.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/entity/ComponentAttributeSourceImpl.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/entity/ConfiguredClass.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/entity/ConfiguredClassType.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/entity/EmbeddableClass.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/entity/EmbeddableHierarchy.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/entity/EntityBindingContext.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/entity/EntityClass.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/entity/EntitySourceImpl.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/entity/IdType.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/entity/RootEntitySourceImpl.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/entity/SubclassEntitySourceImpl.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/entity/TableSourceImpl.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/entity/UniqueConstraintSourceImpl.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/global/FetchProfileBinder.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/global/FilterDefBinder.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/global/IdGeneratorBinder.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/global/QueryBinder.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/global/TableBinder.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/global/TypeDefBinder.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/PseudoJpaDotNames.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/filter/AbstractAnnotationFilter.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/filter/ExclusiveAnnotationFilter.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/filter/IndexedAnnotationFilter.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/filter/NameAnnotationFilter.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/filter/NameTargetAnnotationFilter.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/mocker/AbstractAttributesBuilder.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/mocker/AbstractEntityObjectMocker.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/mocker/AbstractMocker.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/mocker/AccessHelper.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/mocker/AnnotationMocker.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/mocker/AttributesBuilder.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/mocker/BasicMocker.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/mocker/DefaultConfigurationHelper.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/mocker/ElementCollectionMocker.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/mocker/EmbeddableAttributesBuilder.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/mocker/EmbeddableMocker.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/mocker/EmbeddedIdMocker.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/mocker/EmbeddedMocker.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/mocker/EntityMappingsMocker.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/mocker/EntityMocker.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/mocker/GlobalAnnotationMocker.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/mocker/GlobalAnnotations.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/mocker/IdMocker.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/mocker/IndexBuilder.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/mocker/ListenerMocker.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/mocker/ManyToManyMocker.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/mocker/ManyToOneMocker.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/mocker/MappedSuperclassMocker.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/mocker/MockHelper.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/mocker/OneToManyMocker.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/mocker/OneToOneMocker.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/mocker/PersistenceMetadataMocker.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/mocker/PropertyMocker.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/mocker/SchemaAware.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/mocker/TransientMocker.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/mocker/VersionMocker.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/binder/AssociationAttributeSource.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/binder/AttributeSource.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/binder/AttributeSourceContainer.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/binder/BasicPluralAttributeElementSource.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/binder/Binder.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/binder/ColumnSource.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/binder/ComponentAttributeSource.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/binder/ComponentIdentifierSource.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/binder/CompositePluralAttributeElementSource.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/binder/ConstraintSource.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/binder/DerivedValueSource.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/binder/DiscriminatorSource.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/binder/EntityHierarchy.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/binder/EntitySource.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/binder/ExplicitHibernateTypeSource.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/binder/IdentifierSource.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/binder/JpaCallbackClass.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/binder/ManyToAnyPluralAttributeElementSource.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/binder/ManyToManyPluralAttributeElementSource.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/binder/MetaAttributeSource.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/binder/OneToManyPluralAttributeElementSource.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/binder/Orderable.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/binder/PluralAttributeElementNature.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/binder/PluralAttributeElementSource.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/binder/PluralAttributeKeySource.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/binder/PluralAttributeNature.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/binder/PluralAttributeSource.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/binder/RelationalValueSource.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/binder/RelationalValueSourceContainer.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/binder/RootEntitySource.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/binder/SimpleIdentifierSource.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/binder/SingularAttributeNature.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/binder/SingularAttributeSource.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/binder/Sortable.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/binder/SubclassEntityContainer.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/binder/SubclassEntitySource.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/binder/TableSource.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/binder/ToOneAttributeSource.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/binder/UniqueConstraintSource.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/AbstractEntitySourceImpl.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/AbstractPluralAttributeSourceImpl.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/BagAttributeSourceImpl.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/BasicPluralAttributeElementSourceImpl.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/ColumnAttributeSourceImpl.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/ColumnSourceImpl.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/ComponentAttributeSourceImpl.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/CompositePluralAttributeElementSourceImpl.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/EntityHierarchyImpl.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/FormulaImpl.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/HbmBindingContext.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/HbmMetadataSourceProcessorImpl.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/Helper.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/HibernateMappingProcessor.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/HierarchyBuilder.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/ManyToManyPluralAttributeElementSourceImpl.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/ManyToOneAttributeSourceImpl.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/MappingDocument.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/OneToManyPluralAttributeElementSourceImpl.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/PluralAttributeKeySourceImpl.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/PropertyAttributeSourceImpl.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/RootEntitySourceImpl.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/SetAttributeSourceImpl.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/SingularIdentifierAttributeSourceImpl.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/SubclassEntitySourceImpl.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/TimestampAttributeSourceImpl.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/VersionAttributeSourceImpl.java
  M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/AssociationResolver.java
  M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/HibernateTypeResolver.java
  M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/IdentifierGeneratorResolver.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/JaxbHelper.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/MetadataBuilderImpl.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/MetadataImpl.java
  M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/OverriddenMappingDefaults.java
  R hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/SessionFactoryBuilderImpl.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/AnnotationBindingContext.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/AnnotationBindingContextImpl.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/AnnotationMetadataSourceProcessorImpl.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/EntityHierarchyBuilder.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/EntityHierarchyImpl.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/EnumConversionHelper.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/HibernateDotNames.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/JPADotNames.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/JandexHelper.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/ReflectionHelper.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/UnknownInheritanceTypeException.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/attribute/AssociationAttribute.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/attribute/AttributeNature.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/attribute/AttributeOverride.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/attribute/BasicAttribute.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/attribute/ColumnSourceImpl.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/attribute/ColumnValues.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/attribute/ColumnValuesSourceImpl.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/attribute/DerivedValueSourceImpl.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/attribute/DiscriminatorSourceImpl.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/attribute/ExplicitHibernateTypeSourceImpl.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/attribute/FormulaValue.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/attribute/MappedAttribute.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/attribute/SimpleIdentifierSourceImpl.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/attribute/SingularAttributeSourceImpl.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/attribute/ToOneAttributeSourceImpl.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/attribute/type/AbstractAttributeTypeResolver.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/attribute/type/AttributeTypeResolver.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/attribute/type/AttributeTypeResolverImpl.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/attribute/type/CompositeAttributeTypeResolver.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/attribute/type/EnumeratedTypeResolver.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/attribute/type/LobTypeResolver.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/attribute/type/TemporalTypeResolver.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/entity/ComponentAttributeSourceImpl.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/entity/ConfiguredClass.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/entity/ConfiguredClassType.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/entity/EmbeddableClass.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/entity/EmbeddableHierarchy.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/entity/EntityBindingContext.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/entity/EntityClass.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/entity/EntitySourceImpl.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/entity/IdType.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/entity/RootEntitySourceImpl.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/entity/SubclassEntitySourceImpl.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/entity/TableSourceImpl.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/entity/UniqueConstraintSourceImpl.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/global/FetchProfileProcessor.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/global/FilterDefProcessor.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/global/IdGeneratorProcessor.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/global/QueryProcessor.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/global/TableProcessor.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/global/TypeDefProcessor.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/xml/PseudoJpaDotNames.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/xml/filter/AbstractAnnotationFilter.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/xml/filter/ExclusiveAnnotationFilter.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/xml/filter/IndexedAnnotationFilter.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/xml/filter/NameAnnotationFilter.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/xml/filter/NameTargetAnnotationFilter.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/xml/mocker/AbstractAttributesBuilder.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/xml/mocker/AbstractEntityObjectMocker.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/xml/mocker/AbstractMocker.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/xml/mocker/AccessHelper.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/xml/mocker/AnnotationMocker.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/xml/mocker/AttributesBuilder.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/xml/mocker/BasicMocker.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/xml/mocker/DefaultConfigurationHelper.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/xml/mocker/ElementCollectionMocker.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/xml/mocker/EmbeddableAttributesBuilder.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/xml/mocker/EmbeddableMocker.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/xml/mocker/EmbeddedIdMocker.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/xml/mocker/EmbeddedMocker.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/xml/mocker/EntityMappingsMocker.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/xml/mocker/EntityMocker.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/xml/mocker/GlobalAnnotationMocker.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/xml/mocker/GlobalAnnotations.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/xml/mocker/IdMocker.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/xml/mocker/IndexBuilder.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/xml/mocker/ListenerMocker.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/xml/mocker/ManyToManyMocker.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/xml/mocker/ManyToOneMocker.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/xml/mocker/MappedSuperclassMocker.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/xml/mocker/MockHelper.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/xml/mocker/OneToManyMocker.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/xml/mocker/OneToOneMocker.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/xml/mocker/PersistenceMetadataMocker.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/xml/mocker/PropertyMocker.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/xml/mocker/SchemaAware.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/xml/mocker/TransientMocker.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/xml/mocker/VersionMocker.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/AbstractEntitySourceImpl.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/AbstractPluralAttributeSourceImpl.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/BagAttributeSourceImpl.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/BasicPluralAttributeElementSourceImpl.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/ColumnAttributeSourceImpl.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/ColumnSourceImpl.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/ComponentAttributeSourceImpl.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/CompositePluralAttributeElementSourceImpl.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/EntityHierarchyImpl.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/FormulaImpl.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/HbmBindingContext.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/HbmMetadataSourceProcessorImpl.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/Helper.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/HibernateMappingProcessor.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/HierarchyBuilder.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/ManyToManyPluralAttributeElementSourceImpl.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/ManyToOneAttributeSourceImpl.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/MappingDocument.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/OneToManyPluralAttributeElementSourceImpl.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/PluralAttributeKeySourceImpl.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/PropertyAttributeSourceImpl.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/RootEntitySourceImpl.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/SetAttributeSourceImpl.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/SingularIdentifierAttributeSourceImpl.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/SubclassEntitySourceImpl.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/TimestampAttributeSourceImpl.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/VersionAttributeSourceImpl.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/spi/AssociationAttributeSource.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/spi/AttributeSource.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/spi/AttributeSourceContainer.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/spi/BasicPluralAttributeElementSource.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/spi/BindingContext.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/spi/ColumnSource.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/spi/ComponentAttributeSource.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/spi/ComponentIdentifierSource.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/spi/CompositePluralAttributeElementSource.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/spi/ConstraintSource.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/spi/DerivedValueSource.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/spi/DiscriminatorSource.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/spi/EntityHierarchy.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/spi/EntitySource.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/spi/ExplicitHibernateTypeSource.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/spi/IdentifierSource.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/spi/JpaCallbackClass.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/spi/LocalBindingContext.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/spi/ManyToAnyPluralAttributeElementSource.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/spi/ManyToManyPluralAttributeElementSource.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/spi/MappingDefaults.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/spi/MetaAttributeContext.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/spi/MetaAttributeSource.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/spi/MetadataImplementor.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/spi/MetadataSourceProcessor.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/spi/OneToManyPluralAttributeElementSource.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/spi/Orderable.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/spi/PluralAttributeElementNature.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/spi/PluralAttributeElementSource.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/spi/PluralAttributeKeySource.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/spi/PluralAttributeNature.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/spi/PluralAttributeSource.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/spi/RelationalValueSource.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/spi/RelationalValueSourceContainer.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/spi/RootEntitySource.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/spi/SimpleIdentifierSource.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/spi/SingularAttributeNature.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/spi/SingularAttributeSource.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/spi/Sortable.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/spi/SubclassEntityContainer.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/spi/SubclassEntitySource.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/spi/TableSource.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/spi/ToOneAttributeSource.java
  A hibernate-core/src/main/java/org/hibernate/metamodel/source/spi/UniqueConstraintSource.java
  M hibernate-core/src/main/java/org/hibernate/persister/entity/AbstractEntityPersister.java
  M hibernate-core/src/main/java/org/hibernate/persister/internal/PersisterFactoryImpl.java
  M hibernate-core/src/main/java/org/hibernate/persister/internal/StandardPersisterClassResolver.java
  M hibernate-core/src/main/java/org/hibernate/persister/spi/PersisterFactory.java
  M hibernate-core/src/main/java/org/hibernate/service/internal/SessionFactoryServiceRegistryFactoryImpl.java
  M hibernate-core/src/main/java/org/hibernate/service/internal/SessionFactoryServiceRegistryImpl.java
  M hibernate-core/src/main/java/org/hibernate/service/spi/SessionFactoryServiceInitiator.java
  M hibernate-core/src/main/java/org/hibernate/service/spi/SessionFactoryServiceRegistryFactory.java
  M hibernate-core/src/main/java/org/hibernate/stat/internal/StatisticsInitiator.java
  M hibernate-core/src/main/java/org/hibernate/tool/hbm2ddl/SchemaExport.java
  M hibernate-core/src/main/java/org/hibernate/tuple/PropertyFactory.java
  M hibernate-core/src/matrix/java/org/hibernate/test/events/CallbackTest.java
  M hibernate-core/src/matrix/java/org/hibernate/test/flush/TestCollectionInitializingDuringFlush.java
  M hibernate-core/src/matrix/java/org/hibernate/test/jpa/AbstractJPATest.java
  M hibernate-core/src/matrix/java/org/hibernate/test/keymanytoone/bidir/component/EagerKeyManyToOneTest.java
  M hibernate-core/src/test/java/org/hibernate/metamodel/binding/AbstractBasicBindingTests.java
  M hibernate-core/src/test/java/org/hibernate/metamodel/binding/BasicCollectionBindingTests.java
  M hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/BaseAnnotationBindingTestCase.java
  M hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/global/FetchProfileBinderTest.java
  M hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/global/QueryBinderTest.java
  M hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/util/BaseAnnotationIndexTestCase.java
  M hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/util/EmbeddableHierarchyTest.java
  M hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/util/EntityHierarchyTest.java
  M hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/util/JandexHelperTest.java
  M hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/xml/OrmXmlParserTests.java
  M hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/xml/mocker/AbstractMockerTest.java
  M hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/xml/mocker/BasicMockerTest.java
  M hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/xml/mocker/DefaultConfigurationHelperTest.java
  M hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/xml/mocker/EntityListenerTest.java
  M hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/xml/mocker/IndexBuilderTest.java
  M hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/xml/mocker/OverrideTest.java
  M hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/xml/mocker/PersistenceMetadataMockerTest.java
  M hibernate-core/src/test/java/org/hibernate/metamodel/source/internal/MetadataImplTest.java
  M hibernate-core/src/test/java/org/hibernate/metamodel/source/internal/SessionFactoryBuilderImplTest.java
  M hibernate-entitymanager/src/main/java/org/hibernate/ejb/event/CallbackResolver.java
  M hibernate-entitymanager/src/main/java/org/hibernate/ejb/event/JpaIntegrator.java
  M hibernate-envers/src/main/java/org/hibernate/envers/event/EnversIntegrator.java
  M hibernate-testing/src/main/java/org/hibernate/testing/junit4/BaseCoreFunctionalTestCase.java

  Log Message:
  -----------
  HHH-7028 - Repackage org.hibernate.metamodel.source





More information about the hibernate-commits mailing list