[hibernate-commits] [hibernate/hibernate-orm] c06a45: HHH-8966 - Redo the MetadataBuilder process;

GitHub noreply at github.com
Mon Mar 17 14:22:42 EDT 2014


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

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/AnnotationException.java
    M hibernate-core/src/main/java/org/hibernate/TruthValue.java
    M hibernate-core/src/main/java/org/hibernate/annotations/CollectionType.java
    M hibernate-core/src/main/java/org/hibernate/annotations/Tuplizer.java
    M hibernate-core/src/main/java/org/hibernate/annotations/Tuplizers.java
    M hibernate-core/src/main/java/org/hibernate/cache/internal/CacheDataDescriptionImpl.java
    M hibernate-core/src/main/java/org/hibernate/cfg/DefaultNamingStrategy.java
    M hibernate-core/src/main/java/org/hibernate/cfg/EJB3NamingStrategy.java
    M hibernate-core/src/main/java/org/hibernate/cfg/ImprovedNamingStrategy.java
    M hibernate-core/src/main/java/org/hibernate/cfg/beanvalidation/TypeSafeActivator.java
    M hibernate-core/src/main/java/org/hibernate/event/internal/DefaultFlushEntityEventListener.java
    M hibernate-core/src/main/java/org/hibernate/internal/SessionFactoryImpl.java
    M hibernate-core/src/main/java/org/hibernate/internal/util/ReflectHelper.java
    M hibernate-core/src/main/java/org/hibernate/internal/util/StringHelper.java
    M hibernate-core/src/main/java/org/hibernate/loader/PropertyPath.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/MetadataBuilder.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/MetadataSources.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/Binder.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/CollectionTableNamingStrategyHelper.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/ColumnNamingStrategyHelper.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/ConstraintNamingStrategyHelper.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/DefaultColumnNamingStrategyHelper.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/EntityHierarchyHelper.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/ForeignKeyHelper.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/HashedNameUtil.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/HelperContext.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/HibernateTypeHelper.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/LocalBindingContextManagerImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/ManyToManyCollectionTableNamingStrategyHelper.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/internal/MetadataBuilderImpl.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/internal/MetadataBuildingProcess.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/NaturalIdUniqueKeyHelper.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/RelationalIdentifierHelper.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/RelationalValueBindingHelper.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/SourceIndex.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/TableHelper.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/TableNamingStrategyHelper.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/binder/Binder.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/binder/BinderLocalBindingContext.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/binder/BinderLocalBindingContextSelector.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/binder/BinderLocalBindingContextSelectorImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/binder/BinderProcessHelper.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/binder/BinderRootContext.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/binder/BinderRootContextImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/binder/BinderStepCombinedStrategy.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/binder/BinderStepEntityStrategy.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/binder/BinderStepHierarchyStrategy.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/binder/CollectionTableNamingStrategyHelper.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/binder/ColumnNamingStrategyHelper.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/binder/ConstraintNamingStrategyHelper.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/binder/DefaultColumnNamingStrategyHelper.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/binder/ForeignKeyHelper.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/binder/HashedNameUtil.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/binder/HibernateTypeHelper.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/binder/ManyToManyCollectionTableNamingStrategyHelper.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/binder/NaturalIdUniqueKeyHelper.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/binder/RelationalIdentifierHelper.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/binder/RelationalValueBindingHelper.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/binder/SourceIndex.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/binder/TableHelper.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/binder/TableNamingStrategyHelper.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/internal/resolver/AssociationRelationalBindingResolver.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/internal/resolver/MappedByAssociationRelationalBindingResolverImpl.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/internal/resolver/StandardAssociationRelationalBindingResolverImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/OverriddenMappingDefaults.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/AbstractConstraintSource.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/AbstractManyToManyPluralAttributeElementSourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/AbstractPluralAssociationElementSourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/AbstractPluralAttributeElementSourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/AbstractPluralAttributeIndexSourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/AbstractToOneAttributeSourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/AggregatedCompositeIdentifierSourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/AnnotationAttributeSource.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/AnnotationBindingContext.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/AnnotationBindingContextImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/AnnotationMetadataSourceProcessorImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/BasicPluralAttributeElementSourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/BasicPluralAttributeIndexSourceImpl.java
    R 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/ComponentAttributeSourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/CompositePluralAttributeElementSourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/CompositePluralAttributeIndexSourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/DerivedValueSourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/DiscriminatorSourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/EntityHierarchyImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/EntitySourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/FetchProfileSourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/FilterDefinitionSourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/FilterSourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/HibernateTypeSourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/IdentifierGeneratorSourceContainer.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/IdentifierGeneratorSourceContainerImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/InLineViewSourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/IndexConstraintSourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/IndexedPluralAttributeSourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/JoinedSubclassEntitySourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/JpaCallbackSourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/ManyToAnyPluralAttributeElementSourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/ManyToManyMappedByPluralAttributeElementSourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/ManyToManyPluralAttributeElementSourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/MapKeyPluralAttributeIndexSourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/MutliTenancySourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/NonAggregatedCompositeIdentifierSourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/OneToManyMappedByPluralAttributeElementSourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/OneToManyPluralAttributeElementSourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/PluralAttributeKeySourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/PluralAttributeSourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/RootEntitySourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/SecondaryTableSourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/SequentialPluralAttributeIndexSourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/SimpleIdentifierSourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/SingularAttributeSourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/SizeSourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/SourceHelper.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/SubclassEntitySourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/TableSourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/ToOneAttributeSourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/ToOneMappedByAttributeSourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/TypeDescriptorSourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/UniqueConstraintSourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/UnknownInheritanceTypeException.java
    R 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/AbstractOverrideDefinition.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/attribute/AssociationAttribute.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/attribute/AssociationOverride.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/attribute/AttributeOverride.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/attribute/BasicAttribute.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/attribute/Column.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/attribute/FormulaValue.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/attribute/MappedAttribute.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/attribute/PluralAssociationAttribute.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/attribute/PrimaryKeyJoinColumn.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/attribute/SingularAssociationAttribute.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/attribute/package.html
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/attribute/type/AbstractAttributeTypeResolver.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/attribute/type/AttributeTypeResolver.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/attribute/type/CompositeAttributeTypeResolver.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/attribute/type/EnumeratedTypeResolver.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/attribute/type/HibernateTypeResolver.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/attribute/type/LobTypeResolver.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/attribute/type/TemporalTypeResolver.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/attribute/type/package.html
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/entity/ConfiguredClass.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/entity/EmbeddableClass.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/entity/EmbeddableHierarchy.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/entity/EntityBindingContext.java
    R 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/IdType.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/entity/MappedSuperclass.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/entity/RootEntityClass.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/entity/package.html
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/global/FetchProfileProcessor.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/global/IdGeneratorProcessor.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/global/QueryProcessor.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/global/SqlResultSetProcessor.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/global/TableProcessor.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/package.html
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/util/AnnotationParserHelper.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/util/ClassmateHelper.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/util/EntityHierarchyBuilder.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/util/EnumConversionHelper.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/util/HibernateDotNames.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/util/JPADotNames.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/util/JPAListenerHelper.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/util/JandexHelper.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/util/MappingAssertion.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/util/package.html
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/AbstractComponentAttributeSourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/AbstractConstraintSource.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/AbstractEntitySourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/AbstractHbmSourceNode.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/AbstractPluralAssociationElementSourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/AbstractPluralAttributeSourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/AbstractReturnBinder.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/AbstractToOneAttributeSourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/ArraySourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/BagSourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/BasicPluralAttributeElementSourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/ColumnAttributeSourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/ColumnSourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/ComponentAttributeSourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/CompositePluralAttributeElementSourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/CompositePluralAttributeIndexSourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/EntityHierarchyImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/FetchProfileSourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/FilterDefinitionSourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/FilterSourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/FormulaImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/HbmBindingContext.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/HbmMetadataSourceProcessorImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/Helper.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/HibernateMappingProcessor.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/HierarchyBuilder.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/IdentifierKeyAttributeSourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/IdentifierKeyManyToOneSourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/InLineViewSourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/IndexConstraintSourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/JoinedSubclassEntitySourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/KeyAttributeSourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/KeyManyToOneSourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/ListSourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/LoadCollectionBinder.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/ManyToManyPluralAttributeElementSourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/ManyToOneAttributeSourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/MapKeySourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/MapSourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/MappingDocument.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/NamedQueryBindingHelper.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/OneToManyPluralAttributeElementSourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/OneToOneAttributeSourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/PluralAttributeKeySourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/PropertyAttributeSourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/ResultSetMappingBinder.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/ReturnBinder.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/ReturnJoinBinder.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/RootEntitySourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/SecondaryTableSourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/SequentialPluralAttributeIndexSourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/SetSourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/SingularIdentifierAttributeSourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/SizeSourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/SubclassEntitySourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/TableSourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/TimestampAttributeSourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/TypeDescriptorSourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/UnexpectedAttributeSourceTypeException.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/UniqueConstraintSourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/VersionAttributeSourceImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/parser/AbstractQueryElementContentsParser.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/parser/BasicQueryElementContentParser.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/parser/SQLQueryElementContentParser.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/reflite/internal/ArrayDescriptorImpl.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/reflite/internal/ClassDescriptorImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/reflite/internal/DotNameAdapter.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/reflite/internal/FieldDescriptorImpl.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/reflite/internal/InterfaceDescriptorImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/reflite/internal/InternalJavaTypeDescriptor.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/reflite/internal/JavaTypeDescriptorRepositoryImpl.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/reflite/internal/MethodDescriptorImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/reflite/internal/ModifierUtils.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/reflite/internal/ParameterizedTypeImpl.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/reflite/internal/Primitives.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/reflite/spi/ClassDescriptor.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/reflite/spi/FieldDescriptor.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/reflite/spi/InterfaceDescriptor.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/reflite/spi/JavaTypeDescriptor.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/reflite/spi/JavaTypeDescriptorRepository.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/reflite/spi/MemberDescriptor.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/reflite/spi/MethodDescriptor.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/reflite/spi/Name.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/reflite/spi/ParameterizedType.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/reflite/spi/VoidDescriptor.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/AbstractAttributeSource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/AbstractManagedTypeSource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/AbstractSingularAssociationAttributeSource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/AbstractSingularAttributeSource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/AttributeConversionInfo.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/BasicAttributeSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/OverriddenMappingDefaults.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/VersionAttributeSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/AbstractConstraintSource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/AbstractEmbeddableAdapter.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/AbstractIdentifierSource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/AbstractManyToManyPluralAttributeElementSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/AbstractPluralAssociationElementSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/AbstractPluralAttributeElementSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/AbstractPluralAttributeIndexSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/AbstractToOneAttributeSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/AggregatedCompositeIdentifierSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/AnnotationAttributeSource.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/BasicAttributeSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/BasicPluralAttributeElementSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/BasicPluralAttributeIndexSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/ColumnSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/CompositePluralAttributeElementSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/CompositePluralAttributeIndexSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/DerivedValueSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/DiscriminatorSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/DiscriminatorSourceSupport.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/EmbeddedAttributeSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/EntityHierarchySourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/EntitySourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/FetchProfileSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/FilterDefinitionSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/FilterSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/HibernateTypeSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/IdentifiableTypeSourceAdapter.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/IdentifierGeneratorSourceContainer.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/IdentifierGeneratorSourceContainerImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/ImplicitDiscriminatorColumnSource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/ImplicitDiscriminatorSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/InLineViewSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/IndexConstraintSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/IndexedPluralAttributeSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/JoinedSubclassEntitySourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/JpaCallbackSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/ManyToAnyPluralAttributeElementSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/ManyToManyMappedByPluralAttributeElementSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/ManyToManyPluralAttributeElementSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/MapKeyPluralAttributeIndexSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/MappedSuperclassSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/MutliTenancySourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/NonAggregatedCompositeIdentifierSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/OneToManyMappedByPluralAttributeElementSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/OneToManyPluralAttributeElementSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/PluralAttributeKeySourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/PluralAttributeSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/RootEntitySourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/SecondaryTableSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/SequentialPluralAttributeIndexSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/SimpleIdentifierSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/SingularAttributeSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/SizeSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/SourceHelper.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/SubclassEntitySourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/TableSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/ToOneAttributeSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/ToOneMappedByAttributeSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/TypeDescriptorSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/UniqueConstraintSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/VersionAttributeSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/attribute/AbstractOverrideDefinition.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/attribute/AbstractPersistentAttribute.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/attribute/AbstractSingularAttribute.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/AssociationOverride.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/CollectionIdInformation.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/attribute/CollectionIdInformationImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/attribute/Column.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/attribute/ColumnInclusion.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/attribute/EmbeddedAttribute.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/attribute/EmbeddedContainer.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/attribute/FetchableAttribute.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/OverrideAndConverterCollector.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/attribute/PersistentAttribute.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/attribute/PluralAttribute.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/attribute/PluralAttributeElementDetails.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/attribute/PluralAttributeElementDetailsBasic.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/attribute/PluralAttributeElementDetailsEmbedded.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/attribute/PluralAttributeElementDetailsEntity.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/attribute/PluralAttributeIndexDetails.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/attribute/PluralAttributeMapKeyDetails.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/attribute/PluralAttributeSequentialIndexDetails.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/attribute/PrimaryKeyJoinColumn.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/attribute/SingularAssociationAttribute.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/attribute/SingularAttribute.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/attribute/package.html
    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/AttributeTypeResolverComposition.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/attribute/type/CollectionTypeResolver.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/ExplicitTypeResolver.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/attribute/type/HibernateTypeResolver.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/attribute/type/package.html
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/entity/EmbeddableTypeMetadata.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/EntityTypeMetadata.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/IdentifiableTypeMetadata.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/entity/ManagedTypeMetadata.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/entity/MappedSuperclassTypeMetadata.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/entity/RootEntityTypeMetadata.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/entity/package.html
    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/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/SqlResultSetProcessor.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/package.html
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/util/AnnotationParserHelper.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/util/AssociationHelper.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/util/ConverterAndOverridesHelper.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/util/EntityHierarchyBuilder.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/util/EnumConversionHelper.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/util/HibernateDotNames.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/util/JPADotNames.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/util/JPAListenerHelper.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/util/JandexHelper.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/annotations/util/package.html
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/AbstractComponentAttributeSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/AbstractConstraintSource.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/AbstractHbmSourceNode.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/AbstractPluralAssociationElementSourceImpl.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/AbstractReturnBinder.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/AbstractToOneAttributeSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/ArraySourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/BagSourceImpl.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/CompositePluralAttributeIndexSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/EntityHierarchySourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/FetchProfileSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/FilterDefinitionSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/FilterSourceImpl.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/IdentifierKeyAttributeSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/IdentifierKeyManyToOneSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/InLineViewSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/IndexConstraintSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/JoinedSubclassEntitySourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/KeyAttributeSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/KeyManyToOneSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/ListSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/LoadCollectionBinder.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/MapKeySourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/MapSourceImpl.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/NamedQueryBindingHelper.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/OneToOneAttributeSourceImpl.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/ResultSetMappingBinder.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/ReturnBinder.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/ReturnJoinBinder.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/SecondaryTableSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/SequentialPluralAttributeIndexSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/SetSourceImpl.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/SizeSourceImpl.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/TableSourceImpl.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/TypeDescriptorSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/UniqueConstraintSourceImpl.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/internal/hbm/parser/AbstractQueryElementContentsParser.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/parser/BasicQueryElementContentParser.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/hbm/parser/SQLQueryElementContentParser.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/jandex/AbstractMocker.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/jandex/AccessHelper.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/jandex/AnnotationMocker.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/jandex/DefaultConfigurationHelper.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/jandex/GlobalAnnotations.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/jandex/IndexBuilder.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/jandex/MockHelper.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/jandex/PersistenceMetadataMocker.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/jandex/filter/IndexedAnnotationFilter.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/spi/AbstractAttributeKey.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/spi/AggregatedCompositeIdentifierSource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/spi/AssociationPluralAttributeElementSource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/spi/AssociationSource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/spi/AttributePath.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/spi/AttributeRelationalValueSourceContainer.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/spi/AttributeRole.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/AttributeSourceResolutionContext.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/BasicPluralAttributeIndexSource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/spi/CascadeStyleSource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/spi/ColumnBindingDefaults.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/CompositeIdentifierSource.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/CompositePluralAttributeIndexSource.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/EntityAttributePluralAttributeIndexSource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/spi/EntityHierarchySource.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/FetchProfileSource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/spi/FetchableAttributeSource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/spi/FilterDefinitionSource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/spi/FilterParameterSource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/spi/FilterSource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/spi/ForeignKeyContributingSource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/spi/HibernateTypeSource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/spi/IdentifiableTypeSource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/spi/IdentifierGeneratorSource.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/InLineViewSource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/spi/IndexConstraintSource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/spi/IndexedPluralAttributeSource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/spi/InvalidMappingException.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/spi/JoinedSubclassEntitySource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/spi/JpaCallbackSource.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/MappedByAssociationSource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/spi/MappedSuperclassSource.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/MappingException.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/spi/MappingNotFoundException.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/MultiTenancySource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/spi/NonAggregatedCompositeIdentifierSource.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/PluralAttributeElementSource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/spi/PluralAttributeElementSourceResolver.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/spi/PluralAttributeIndexSource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/spi/PluralAttributeIndexSourceResolver.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/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/SecondaryTableSource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/spi/SequentialPluralAttributeIndexSource.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/SingularAttributeSource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/spi/SizeSource.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/TableSpecificationSource.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/ToOneAttributeSourceNatureResolver.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/spi/ToolingHintSource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/spi/ToolingHintSourceContainer.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/spi/TypeDescriptorSource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/spi/UniqueConstraintSource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/spi/VersionAttributeSource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/source/spi/XsdException.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/spi/BaseDelegatingBindingContext.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/spi/BindingContext.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/spi/LocalBindingContext.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/spi/MetadataBuildingOptions.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/spi/MetadataSourceProcessor.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/AbstractAttributeBinding.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/AbstractAttributeBindingContainer.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/AbstractCompositeAttributeBindingContainer.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/AbstractPluralAttributeBinding.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/AbstractSingularAssociationAttributeBinding.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/AbstractSingularAttributeBinding.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/ArrayBinding.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/AttributeBinding.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/AttributeBindingContainer.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/BackRefAttributeBinding.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/BagBinding.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/BasicAttributeBinding.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/Caching.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/CompositeAttributeBinding.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/CompositeAttributeBindingContainer.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/CompositePluralAttributeElementBinding.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/CompositePluralAttributeIndexBinding.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/EntityBinding.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/EntityDiscriminator.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/EntityHierarchy.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/EntityHierarchyBindingNode.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/EntityIdentifier.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/HierarchyDetails.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/KeyValueBinding.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/ListBinding.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/ManyToOneAttributeBinding.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/MapBinding.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/OneToOneAttributeBinding.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/SetBinding.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/spi/domain/AbstractAttributeContainer.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/spi/domain/Aggregate.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/spi/domain/BasicType.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/spi/domain/Entity.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/domain/IdentifiableType.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/domain/MappedSuperclass.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/spi/domain/NonEntity.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/spi/domain/Superclass.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/spi/relational/Table.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/AggregatedCompositeIdentifierSource.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/AssociationPluralAttributeElementSource.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/AssociationSource.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/AttributeRelationalValueSourceContainer.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/AttributeSource.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/AttributeSourceContainer.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/AttributeSourceResolutionContext.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/BasicPluralAttributeElementSource.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/BasicPluralAttributeIndexSource.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/CascadeStyleSource.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/ColumnBindingDefaults.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/ColumnSource.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/ComponentAttributeSource.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/CompositeIdentifierSource.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/CompositePluralAttributeElementSource.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/CompositePluralAttributeIndexSource.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/ConstraintSource.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/DerivedValueSource.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/DiscriminatorSource.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/EntityAttributePluralAttributeIndexSource.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/EntityHierarchy.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/EntitySource.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/FetchProfileSource.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/FetchableAttributeSource.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/FilterDefinitionSource.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/FilterParameterSource.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/FilterSource.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/ForeignKeyContributingSource.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/HibernateTypeSource.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/IdentifierGeneratorSource.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/IdentifierSource.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/InLineViewSource.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/IndexConstraintSource.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/IndexedPluralAttributeSource.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/InvalidMappingException.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/JoinedSubclassEntitySource.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/JpaCallbackSource.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/ManyToAnyPluralAttributeElementSource.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/ManyToManyPluralAttributeElementSource.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/MappedByAssociationSource.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/MappingDefaults.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/MappingException.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/MappingNotFoundException.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/MetaAttributeContext.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/MultiTenancySource.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/NonAggregatedCompositeIdentifierSource.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/OneToManyPluralAttributeElementSource.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/Orderable.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/PluralAttributeElementSource.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/PluralAttributeElementSourceResolver.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/PluralAttributeIndexSource.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/PluralAttributeIndexSourceResolver.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/PluralAttributeKeySource.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/PluralAttributeSource.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/RelationalValueSource.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/RelationalValueSourceContainer.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/RootEntitySource.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/SecondaryTableSource.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/SequentialPluralAttributeIndexSource.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/SimpleIdentifierSource.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/SingularAttributeSource.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/SizeSource.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/Sortable.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/SubclassEntityContainer.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/SubclassEntitySource.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/TableSource.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/TableSpecificationSource.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/ToOneAttributeSource.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/ToOneAttributeSourceNatureResolver.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/ToolingHintSource.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/ToolingHintSourceContainer.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/TypeDescriptorSource.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/UniqueConstraintSource.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/VersionAttributeSource.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/XsdException.java
    M hibernate-core/src/main/java/org/hibernate/persister/collection/AbstractCollectionPersister.java
    M hibernate-core/src/main/java/org/hibernate/persister/entity/AbstractEntityPersister.java
    M hibernate-core/src/main/java/org/hibernate/persister/entity/JoinedSubclassEntityPersister.java
    M hibernate-core/src/main/java/org/hibernate/persister/entity/SingleTableEntityPersister.java
    M hibernate-core/src/main/java/org/hibernate/persister/internal/StandardPersisterClassResolver.java
    M hibernate-core/src/main/java/org/hibernate/property/BasicPropertyAccessor.java
    M hibernate-core/src/main/java/org/hibernate/service/internal/JaxbProcessor.java
    M hibernate-core/src/main/java/org/hibernate/tuple/DynamicMapInstantiator.java
    M hibernate-core/src/main/java/org/hibernate/tuple/PojoInstantiator.java
    M hibernate-core/src/main/java/org/hibernate/tuple/PropertyFactory.java
    M hibernate-core/src/main/java/org/hibernate/tuple/component/PojoComponentTuplizer.java
    M hibernate-core/src/main/java/org/hibernate/tuple/entity/EntityMetamodel.java
    M hibernate-core/src/main/java/org/hibernate/tuple/entity/PojoEntityTuplizer.java
    M hibernate-core/src/main/java/org/hibernate/type/EnumType.java
    M hibernate-core/src/main/java/org/hibernate/type/StandardBasicTypes.java
    M hibernate-core/src/main/java/org/hibernate/type/TypeFactory.java
    M hibernate-core/src/main/java/org/hibernate/xml/internal/jaxb/AbstractUnifiedBinder.java
    M hibernate-core/src/main/java/org/hibernate/xml/internal/jaxb/AbstractXmlBinder.java
    M hibernate-core/src/main/java/org/hibernate/xml/internal/jaxb/MappingXmlBinder.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/RootBindingContextBuilder.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/CacheBindingTest.java
    M hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/annotations/entity/ElementCollectionBindingTest.java
    M hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/annotations/entity/EmbeddableBindingTest.java
    M hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/annotations/entity/EnumeratedBindingTest.java
    M hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/annotations/entity/IdentifierGeneratorTest.java
    M hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/annotations/entity/InheritanceBindingTest.java
    M hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/annotations/entity/LobBindingTests.java
    M hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/annotations/entity/MappedSuperclassTest.java
    M hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/annotations/entity/MapsIdTest.java
    M hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/annotations/entity/NaturalIdBindingTests.java
    M hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/annotations/entity/ProxyBindingTest.java
    M hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/annotations/entity/RowIdBindingTests.java
    M hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/annotations/entity/TemporalBindingTest.java
    M hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/annotations/entity/VersionBindingTests.java
    M hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/annotations/entity/WhereClauseTest.java
    M hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/annotations/util/BaseAnnotationIndexTestCase.java
    R hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/annotations/util/EmbeddableHierarchyTest.java
    A hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/annotations/util/EntityHierarchySourceTest.java
    R hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/annotations/util/EntityHierarchyTest.java
    M hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/annotations/util/GenericTypeDiscoveryTest.java
    M hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/annotations/util/JandexHelperTest.java
    M hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/annotations/util/TypeDiscoveryTest.java
    M hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/annotations/xml/OrmXmlParserTests.java
    M hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/annotations/xml/mocker/BasicMockerTest.java
    M hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/annotations/xml/mocker/DefaultConfigurationHelperTest.java
    M hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/annotations/xml/mocker/EntityListenerTest.java
    M hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/annotations/xml/mocker/OverrideTest.java
    M hibernate-core/src/test/java/org/hibernate/metamodel/spi/binding/AbstractBasicBindingTests.java
    M hibernate-core/src/test/java/org/hibernate/metamodel/spi/binding/SimpleValueBindingTests.java
    M hibernate-core/src/test/java/org/hibernate/metamodel/spi/binding/basiccollections/AbstractBasicCollectionBindingTests.java
    M hibernate-core/src/test/java/org/hibernate/metamodel/spi/binding/onetomany/AbstractUnidirectionalOneToManyBindingTests.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/access/AccessTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/access/Woody.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/access/jpa/AccessMappingTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/derivedidentities/e4/a/DerivedIdentitySimpleParentSimpleDepTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/derivedidentities/e4/a/Person.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/duplicatedgenerator/DuplicateTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/EmbeddedTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/entity/BasicHibernateAnnotationsTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/generics/EmbeddedGenericsTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/generics/GenericsTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/IdManyToOneTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/SubclassTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/tuplizer/DynamicComponentTuplizer.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/NonExistentOrmVersionTest.java
    M hibernate-core/src/test/java/org/hibernate/test/hql/TupleSupportTest.java
    M hibernate-core/src/test/java/org/hibernate/test/joinedsubclass/JoinedSubclassWithExplicitDiscriminatorTest.java
    M hibernate-core/src/test/java/org/hibernate/test/joinedsubclass/JoinedSubclassWithImplicitDiscriminatorTest.java
    M hibernate-core/src/test/java/org/hibernate/test/loadplans/plans/LoadPlanStructureAssertionTest.java
    M hibernate-core/src/test/java/org/hibernate/test/loadplans/process/EncapsulatedCompositeIdResultSetProcessorTest.java
    M hibernate-core/src/test/java/org/hibernate/test/mapping/AliasTest.java
    M hibernate-core/src/test/java/org/hibernate/test/mapping/MappingReorderedAliasTest.java
    M hibernate-core/src/test/java/org/hibernate/test/mappingexception/MappingExceptionTest.java
    M hibernate-core/src/test/java/org/hibernate/test/propertyref/DoesNotWorkTest.java
    M hibernate-core/src/test/java/org/hibernate/test/util/SchemaUtil.java
    M hibernate-entitymanager/src/main/java/org/hibernate/jpa/boot/internal/EntityManagerFactoryBuilderImpl.java
    M hibernate-entitymanager/src/main/java/org/hibernate/jpa/boot/internal/PersistenceXmlParser.java
    M hibernate-entitymanager/src/main/java/org/hibernate/jpa/event/internal/jpa/CallbackProcessorImpl.java
    M hibernate-entitymanager/src/main/java/org/hibernate/jpa/internal/metamodel/builder/MetamodelBuilder.java
    M hibernate-entitymanager/src/test/java/org/hibernate/jpa/test/convert/SimpleEmbeddableOverriddenConverterTest.java
    M hibernate-entitymanager/src/test/java/org/hibernate/jpa/test/criteria/CriteriaCompilingTest.java
    M hibernate-entitymanager/src/test/java/org/hibernate/jpa/test/criteria/idclass/IdClassPredicateTest.java
    M hibernate-entitymanager/src/test/java/org/hibernate/jpa/test/metagen/mappedsuperclass/attribute/MappedSuperclassWithAttributesTest.java
    M hibernate-entitymanager/src/test/java/org/hibernate/jpa/test/metagen/mappedsuperclass/embedded/MappedSuperclassWithEmbeddedTest.java
    M hibernate-entitymanager/src/test/java/org/hibernate/jpa/test/metagen/mappedsuperclass/embeddedid/MappedSuperclassWithEmbeddedIdTest.java
    M hibernate-entitymanager/src/test/java/org/hibernate/jpa/test/metagen/mappedsuperclass/idclass/MappedSuperclassWithEntityWithIdClassTest.java
    M hibernate-entitymanager/src/test/java/org/hibernate/jpa/test/metamodel/MappedSuperclassTypeTest.java
    M hibernate-entitymanager/src/test/java/org/hibernate/jpa/test/metamodel/MixedIdAndIdClassHandling.java
    M hibernate-entitymanager/src/test/java/org/hibernate/jpa/test/procedure/JpaTckUsageTest.java
    M hibernate-entitymanager/src/test/java/org/hibernate/jpa/test/query/ConstructorResultNativeQueryTest.java
    M hibernate-entitymanager/src/test/java/org/hibernate/jpa/test/schemagen/JpaSchemaGeneratorTest.java
    M hibernate-testing/src/main/java/org/hibernate/testing/junit4/BaseCoreFunctionalTestCase.java

  Log Message:
  -----------
  HHH-8966 - Redo the MetadataBuilder process;
HHH-8956 - TLC for annotation pre-processor;
HHH-8962 - Create a set of light reflection classes;
HHH-8932 - Need to integrate JPA 2.1 AttributeConverters into new metamodel binding




More information about the hibernate-commits mailing list