[hibernate-commits] [hibernate/hibernate-orm] 513f8c: HHH-8897 : Integrate org.hibernate.metamodel from ...

GitHub noreply at github.com
Wed Jan 29 15:58:19 EST 2014


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: 513f8ca8698d305961ef3ecd8f6e470ee016c520
      https://github.com/hibernate/hibernate-orm/commit/513f8ca8698d305961ef3ecd8f6e470ee016c520
  Author: Gail Badner <gbadner at redhat.com>
  Date:   2014-01-29 (Wed, 29 Jan 2014)

  Changed paths:
    M build.gradle
    M hibernate-core/hibernate-core.gradle
    M hibernate-core/src/main/java/org/hibernate/InvalidMappingException.java
    M hibernate-core/src/main/java/org/hibernate/SessionFactory.java
    A hibernate-core/src/main/java/org/hibernate/TruthValue.java
    A hibernate-core/src/main/java/org/hibernate/annotations/MultiTenancy.java
    A hibernate-core/src/main/java/org/hibernate/annotations/TenantColumn.java
    A hibernate-core/src/main/java/org/hibernate/annotations/TenantFormula.java
    M hibernate-core/src/main/java/org/hibernate/boot/registry/StandardServiceRegistryBuilder.java
    M hibernate-core/src/main/java/org/hibernate/boot/registry/selector/internal/StrategySelectorBuilder.java
    M hibernate-core/src/main/java/org/hibernate/boot/registry/selector/internal/StrategySelectorImpl.java
    M hibernate-core/src/main/java/org/hibernate/boot/registry/selector/spi/StrategySelectionException.java
    A hibernate-core/src/main/java/org/hibernate/boot/spi/CacheRegionDefinition.java
    M hibernate-core/src/main/java/org/hibernate/cache/internal/CacheDataDescriptionImpl.java
    M hibernate-core/src/main/java/org/hibernate/cache/internal/CollectionCacheInvalidator.java
    M hibernate-core/src/main/java/org/hibernate/cfg/AvailableSettings.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/HbmBinder.java
    M hibernate-core/src/main/java/org/hibernate/cfg/ImprovedNamingStrategy.java
    M hibernate-core/src/main/java/org/hibernate/cfg/NamingStrategy.java
    M hibernate-core/src/main/java/org/hibernate/cfg/ObjectNameNormalizer.java
    M hibernate-core/src/main/java/org/hibernate/cfg/OneToOneSecondPass.java
    M hibernate-core/src/main/java/org/hibernate/cfg/SettingsFactory.java
    M hibernate-core/src/main/java/org/hibernate/cfg/beanvalidation/BeanValidationIntegrator.java
    M hibernate-core/src/main/java/org/hibernate/dialect/Dialect.java
    M hibernate-core/src/main/java/org/hibernate/dialect/H2Dialect.java
    M hibernate-core/src/main/java/org/hibernate/dialect/Oracle8iDialect.java
    M hibernate-core/src/main/java/org/hibernate/dialect/unique/DB2UniqueDelegate.java
    M hibernate-core/src/main/java/org/hibernate/dialect/unique/DefaultUniqueDelegate.java
    M hibernate-core/src/main/java/org/hibernate/dialect/unique/InformixUniqueDelegate.java
    M hibernate-core/src/main/java/org/hibernate/dialect/unique/UniqueDelegate.java
    A hibernate-core/src/main/java/org/hibernate/engine/config/spi/StandardConverters.java
    M hibernate-core/src/main/java/org/hibernate/engine/internal/Cascade.java
    A hibernate-core/src/main/java/org/hibernate/engine/jdbc/connections/internal/UserSuppliedConnectionException.java
    M hibernate-core/src/main/java/org/hibernate/engine/jdbc/connections/internal/UserSuppliedConnectionProviderImpl.java
    A hibernate-core/src/main/java/org/hibernate/engine/jdbc/connections/spi/JdbcConnectionAccess.java
    A hibernate-core/src/main/java/org/hibernate/engine/jdbc/env/internal/DefaultSchemaNameResolver.java
    A hibernate-core/src/main/java/org/hibernate/engine/jdbc/env/internal/ExtractedDatabaseMetaDataImpl.java
    A hibernate-core/src/main/java/org/hibernate/engine/jdbc/env/internal/JdbcEnvironmentImpl.java
    A hibernate-core/src/main/java/org/hibernate/engine/jdbc/env/internal/JdbcEnvironmentInitiator.java
    A hibernate-core/src/main/java/org/hibernate/engine/jdbc/env/internal/LobCreatorBuilderImpl.java
    A hibernate-core/src/main/java/org/hibernate/engine/jdbc/env/internal/NormalizingIdentifierHelperImpl.java
    A hibernate-core/src/main/java/org/hibernate/engine/jdbc/env/spi/ExtractedDatabaseMetaData.java
    A hibernate-core/src/main/java/org/hibernate/engine/jdbc/env/spi/IdentifierHelper.java
    A hibernate-core/src/main/java/org/hibernate/engine/jdbc/env/spi/JdbcEnvironment.java
    A hibernate-core/src/main/java/org/hibernate/engine/jdbc/env/spi/LobCreatorBuilder.java
    A hibernate-core/src/main/java/org/hibernate/engine/jdbc/env/spi/QualifiedObjectNameSupport.java
    A hibernate-core/src/main/java/org/hibernate/engine/jdbc/env/spi/SQLStateType.java
    A hibernate-core/src/main/java/org/hibernate/engine/jdbc/env/spi/SchemaNameResolver.java
    A hibernate-core/src/main/java/org/hibernate/engine/jdbc/env/spi/StandardQualifiedObjectNameSupportImpl.java
    M hibernate-core/src/main/java/org/hibernate/engine/jdbc/internal/JdbcServicesImpl.java
    R hibernate-core/src/main/java/org/hibernate/engine/jdbc/internal/LobCreatorBuilder.java
    R hibernate-core/src/main/java/org/hibernate/engine/jdbc/spi/ExtractedDatabaseMetaData.java
    M hibernate-core/src/main/java/org/hibernate/engine/jdbc/spi/JdbcServices.java
    M hibernate-core/src/main/java/org/hibernate/engine/spi/CacheInitiator.java
    A hibernate-core/src/main/java/org/hibernate/engine/spi/SyntheticAttributeHelper.java
    M hibernate-core/src/main/java/org/hibernate/event/internal/DefaultMergeEventListener.java
    M hibernate-core/src/main/java/org/hibernate/event/service/internal/EventListenerServiceInitiator.java
    M hibernate-core/src/main/java/org/hibernate/id/Assigned.java
    M hibernate-core/src/main/java/org/hibernate/id/CompositeNestedGeneratedValueGenerator.java
    M hibernate-core/src/main/java/org/hibernate/id/Configurable.java
    A hibernate-core/src/main/java/org/hibernate/id/EntityIdentifierNature.java
    M hibernate-core/src/main/java/org/hibernate/id/ForeignGenerator.java
    M hibernate-core/src/main/java/org/hibernate/id/IncrementGenerator.java
    M hibernate-core/src/main/java/org/hibernate/id/MultipleHiLoPerTableGenerator.java
    M hibernate-core/src/main/java/org/hibernate/id/PersistentIdentifierGenerator.java
    M hibernate-core/src/main/java/org/hibernate/id/SelectGenerator.java
    M hibernate-core/src/main/java/org/hibernate/id/SequenceGenerator.java
    M hibernate-core/src/main/java/org/hibernate/id/SequenceHiLoGenerator.java
    M hibernate-core/src/main/java/org/hibernate/id/SequenceIdentityGenerator.java
    M hibernate-core/src/main/java/org/hibernate/id/TableGenerator.java
    M hibernate-core/src/main/java/org/hibernate/id/TableHiLoGenerator.java
    M hibernate-core/src/main/java/org/hibernate/id/UUIDGenerator.java
    M hibernate-core/src/main/java/org/hibernate/id/UUIDHexGenerator.java
    M hibernate-core/src/main/java/org/hibernate/id/enhanced/DatabaseStructure.java
    M hibernate-core/src/main/java/org/hibernate/id/enhanced/OptimizerFactory.java
    M hibernate-core/src/main/java/org/hibernate/id/enhanced/SequenceStructure.java
    M hibernate-core/src/main/java/org/hibernate/id/enhanced/SequenceStyleGenerator.java
    M hibernate-core/src/main/java/org/hibernate/id/enhanced/TableGenerator.java
    M hibernate-core/src/main/java/org/hibernate/id/enhanced/TableStructure.java
    M hibernate-core/src/main/java/org/hibernate/id/factory/internal/DefaultIdentifierGeneratorFactory.java
    M hibernate-core/src/main/java/org/hibernate/integrator/spi/Integrator.java
    M hibernate-core/src/main/java/org/hibernate/internal/CoreMessageLogger.java
    A hibernate-core/src/main/java/org/hibernate/internal/DefaultCustomEntityDirtinessStrategy.java
    M hibernate-core/src/main/java/org/hibernate/internal/FilterConfiguration.java
    M hibernate-core/src/main/java/org/hibernate/internal/SessionFactoryImpl.java
    R hibernate-core/src/main/java/org/hibernate/internal/jaxb/JaxbRoot.java
    R hibernate-core/src/main/java/org/hibernate/internal/jaxb/Origin.java
    R hibernate-core/src/main/java/org/hibernate/internal/jaxb/SourceType.java
    R hibernate-core/src/main/java/org/hibernate/internal/jaxb/mapping/hbm/CustomSqlElement.java
    R hibernate-core/src/main/java/org/hibernate/internal/jaxb/mapping/hbm/EntityElement.java
    R hibernate-core/src/main/java/org/hibernate/internal/jaxb/mapping/hbm/IdBagPluralAttributeElementAdapter.java
    R hibernate-core/src/main/java/org/hibernate/internal/jaxb/mapping/hbm/JoinElementSource.java
    R hibernate-core/src/main/java/org/hibernate/internal/jaxb/mapping/hbm/MetaAttributeContainer.java
    R hibernate-core/src/main/java/org/hibernate/internal/jaxb/mapping/hbm/PluralAttributeElement.java
    R hibernate-core/src/main/java/org/hibernate/internal/jaxb/mapping/hbm/SingularAttributeSource.java
    R hibernate-core/src/main/java/org/hibernate/internal/jaxb/mapping/hbm/SubEntityElement.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/internal/util/collections/ArrayHelper.java
    M hibernate-core/src/main/java/org/hibernate/internal/util/collections/CollectionHelper.java
    M hibernate-core/src/main/java/org/hibernate/internal/util/xml/MappingReader.java
    A hibernate-core/src/main/java/org/hibernate/jaxb/internal/AbstractJaxbProcessor.java
    A hibernate-core/src/main/java/org/hibernate/jaxb/internal/JaxbConfigurationProcessor.java
    A hibernate-core/src/main/java/org/hibernate/jaxb/internal/JaxbMappingProcessor.java
    A hibernate-core/src/main/java/org/hibernate/jaxb/internal/LegacyJPAEventReader.java
    A hibernate-core/src/main/java/org/hibernate/jaxb/internal/NamespaceAddingEventReader.java
    A hibernate-core/src/main/java/org/hibernate/jaxb/package-info.java
    A hibernate-core/src/main/java/org/hibernate/jaxb/spi/JaxbRoot.java
    A hibernate-core/src/main/java/org/hibernate/jaxb/spi/Origin.java
    A hibernate-core/src/main/java/org/hibernate/jaxb/spi/SourceType.java
    A hibernate-core/src/main/java/org/hibernate/jaxb/spi/hbm/ComponentSourceElement.java
    A hibernate-core/src/main/java/org/hibernate/jaxb/spi/hbm/EntityElement.java
    A hibernate-core/src/main/java/org/hibernate/jaxb/spi/hbm/IdBagPluralAttributeElementAdapter.java
    A hibernate-core/src/main/java/org/hibernate/jaxb/spi/hbm/JoinElementSource.java
    A hibernate-core/src/main/java/org/hibernate/jaxb/spi/hbm/MetaAttributeContainer.java
    A hibernate-core/src/main/java/org/hibernate/jaxb/spi/hbm/PluralAttributeElement.java
    A hibernate-core/src/main/java/org/hibernate/jaxb/spi/hbm/QuerySourceElement.java
    A hibernate-core/src/main/java/org/hibernate/jaxb/spi/hbm/ReturnElement.java
    A hibernate-core/src/main/java/org/hibernate/jaxb/spi/hbm/SingularAttributeSource.java
    A hibernate-core/src/main/java/org/hibernate/jaxb/spi/hbm/SubEntityElement.java
    A hibernate-core/src/main/java/org/hibernate/jaxb/spi/hbm/TableInformationSource.java
    A hibernate-core/src/main/java/org/hibernate/jpa/metamodel/internal/AbstractAttribute.java
    A hibernate-core/src/main/java/org/hibernate/jpa/metamodel/internal/AbstractIdentifiableType.java
    A hibernate-core/src/main/java/org/hibernate/jpa/metamodel/internal/AbstractManagedType.java
    A hibernate-core/src/main/java/org/hibernate/jpa/metamodel/internal/AbstractType.java
    A hibernate-core/src/main/java/org/hibernate/jpa/metamodel/internal/BasicTypeImpl.java
    A hibernate-core/src/main/java/org/hibernate/jpa/metamodel/internal/EmbeddableTypeImpl.java
    A hibernate-core/src/main/java/org/hibernate/jpa/metamodel/internal/EntityTypeImpl.java
    A hibernate-core/src/main/java/org/hibernate/jpa/metamodel/internal/JpaMetaModelPopulationSetting.java
    A hibernate-core/src/main/java/org/hibernate/jpa/metamodel/internal/MappedSuperclassTypeImpl.java
    A hibernate-core/src/main/java/org/hibernate/jpa/metamodel/internal/MetamodelImpl.java
    A hibernate-core/src/main/java/org/hibernate/jpa/metamodel/internal/PluralAttributeImpl.java
    A hibernate-core/src/main/java/org/hibernate/jpa/metamodel/internal/SingularAttributeImpl.java
    A hibernate-core/src/main/java/org/hibernate/jpa/metamodel/internal/UnsupportedFeature.java
    A hibernate-core/src/main/java/org/hibernate/jpa/metamodel/internal/builder/AttributeBuilder.java
    A hibernate-core/src/main/java/org/hibernate/jpa/metamodel/internal/builder/AttributeMetadata.java
    A hibernate-core/src/main/java/org/hibernate/jpa/metamodel/internal/builder/AttributeTypeDescriptor.java
    A hibernate-core/src/main/java/org/hibernate/jpa/metamodel/internal/builder/BaseAttributeMetadata.java
    A hibernate-core/src/main/java/org/hibernate/jpa/metamodel/internal/builder/MemberResolver.java
    A hibernate-core/src/main/java/org/hibernate/jpa/metamodel/internal/builder/MetamodelBuilder.java
    A hibernate-core/src/main/java/org/hibernate/jpa/metamodel/internal/builder/PluralAttributeMetadata.java
    A hibernate-core/src/main/java/org/hibernate/jpa/metamodel/internal/builder/PluralAttributeMetadataImpl.java
    A hibernate-core/src/main/java/org/hibernate/jpa/metamodel/internal/builder/SingularAttributeMetadata.java
    A hibernate-core/src/main/java/org/hibernate/jpa/metamodel/internal/builder/SingularAttributeMetadataImpl.java
    A hibernate-core/src/main/java/org/hibernate/jpa/metamodel/internal/legacy/AbstractAttribute.java
    A hibernate-core/src/main/java/org/hibernate/jpa/metamodel/internal/legacy/AbstractIdentifiableType.java
    A hibernate-core/src/main/java/org/hibernate/jpa/metamodel/internal/legacy/AbstractManagedType.java
    A hibernate-core/src/main/java/org/hibernate/jpa/metamodel/internal/legacy/AbstractType.java
    A hibernate-core/src/main/java/org/hibernate/jpa/metamodel/internal/legacy/AttributeFactory.java
    A hibernate-core/src/main/java/org/hibernate/jpa/metamodel/internal/legacy/AttributeImplementor.java
    A hibernate-core/src/main/java/org/hibernate/jpa/metamodel/internal/legacy/BasicTypeImpl.java
    A hibernate-core/src/main/java/org/hibernate/jpa/metamodel/internal/legacy/EmbeddableTypeImpl.java
    A hibernate-core/src/main/java/org/hibernate/jpa/metamodel/internal/legacy/EntityTypeImpl.java
    A hibernate-core/src/main/java/org/hibernate/jpa/metamodel/internal/legacy/MappedSuperclassTypeImpl.java
    A hibernate-core/src/main/java/org/hibernate/jpa/metamodel/internal/legacy/MetadataContext.java
    A hibernate-core/src/main/java/org/hibernate/jpa/metamodel/internal/legacy/MetamodelImpl.java
    A hibernate-core/src/main/java/org/hibernate/jpa/metamodel/internal/legacy/PluralAttributeImpl.java
    A hibernate-core/src/main/java/org/hibernate/jpa/metamodel/internal/legacy/SingularAttributeImpl.java
    A hibernate-core/src/main/java/org/hibernate/jpa/metamodel/package-info.java
    M hibernate-core/src/main/java/org/hibernate/loader/JoinWalker.java
    M hibernate-core/src/main/java/org/hibernate/mapping/Collection.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/Metadata.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/MetadataBuilder.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/MetadataSources.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/SessionFactoryBuilder.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/binding/AbstractAttributeBinding.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/binding/AbstractCollectionElement.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/binding/AbstractPluralAttributeBinding.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/binding/AbstractSingularAttributeBinding.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/binding/AssociationAttributeBinding.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/binding/AttributeBinding.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/binding/AttributeBindingContainer.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/binding/BagBinding.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/binding/BasicAttributeBinding.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/binding/BasicCollectionElement.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/binding/Caching.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/binding/CascadeType.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/binding/CollectionElementNature.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/binding/CollectionKey.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/binding/CollectionLaziness.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/binding/ComponentAttributeBinding.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/binding/CompositeCollectionElement.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/binding/CustomSQL.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/binding/EntityBinding.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/binding/EntityDiscriminator.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/binding/EntityIdentifier.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/binding/FetchProfile.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/binding/Helper.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/binding/HibernateTypeDescriptor.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/binding/HierarchyDetails.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/binding/IdGenerator.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/binding/InheritanceType.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/binding/KeyValueBinding.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/binding/ManyToAnyCollectionElement.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/binding/ManyToManyCollectionElement.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/binding/ManyToOneAttributeBinding.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/binding/MetaAttribute.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/binding/OneToManyCollectionElement.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/binding/PluralAttributeBinding.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/binding/SetBinding.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/binding/SimpleValueBinding.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/binding/SingularAssociationAttributeBinding.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/binding/SingularAttributeBinding.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/binding/TypeDef.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/domain/AbstractAttributeContainer.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/domain/Attribute.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/domain/AttributeContainer.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/domain/BasicType.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/domain/Component.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/domain/Entity.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/domain/Hierarchical.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/domain/IndexedPluralAttribute.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/domain/JavaType.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/domain/NonEntity.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/domain/PluralAttribute.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/domain/PluralAttributeNature.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/domain/SingularAttribute.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/domain/Superclass.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/domain/Type.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/domain/TypeNature.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/domain/package.html
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/Binder.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/CollectionTableNamingStrategyHelper.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/ColumnNamingStrategyHelper.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/ConstraintNamingStrategyHelper.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/DefaultColumnNamingStrategyHelper.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/EntityHierarchyHelper.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/ForeignKeyHelper.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/HashedNameUtil.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/HelperContext.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/HibernateTypeHelper.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/LocalBindingContextManagerImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/ManyToManyCollectionTableNamingStrategyHelper.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/NaturalIdUniqueKeyHelper.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/RelationalIdentifierHelper.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/RelationalValueBindingHelper.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/SessionFactoryBuilderImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/SourceIndex.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/TableHelper.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/TableNamingStrategyHelper.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/resolver/AssociationRelationalBindingResolver.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/resolver/MappedByAssociationRelationalBindingResolverImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/resolver/StandardAssociationRelationalBindingResolverImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/OverriddenMappingDefaults.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/AbstractConstraintSource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/AbstractManyToManyPluralAttributeElementSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/AbstractPluralAssociationElementSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/AbstractPluralAttributeElementSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/AbstractPluralAttributeIndexSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/AbstractToOneAttributeSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/AnnotationAttributeSource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/AnnotationBindingContext.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/AnnotationBindingContextImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/AnnotationMetadataSourceProcessorImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/BasicPluralAttributeElementSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/BasicPluralAttributeIndexSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/ColumnSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/ComponentAttributeSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/CompositePluralAttributeElementSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/CompositePluralAttributeIndexSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/DerivedValueSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/DiscriminatorSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/EntityHierarchyImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/EntitySourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/FetchProfileSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/FilterDefinitionSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/FilterSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/HibernateTypeSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/IdentifierGeneratorSourceContainer.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/IdentifierGeneratorSourceContainerImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/InLineViewSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/IndexConstraintSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/IndexedPluralAttributeSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/JoinedSubclassEntitySourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/JpaCallbackSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/ManyToAnyPluralAttributeElementSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/ManyToManyMappedByPluralAttributeElementSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/ManyToManyPluralAttributeElementSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/MapKeyPluralAttributeIndexSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/MutliTenancySourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/OneToManyMappedByPluralAttributeElementSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/OneToManyPluralAttributeElementSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/PluralAttributeKeySourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/PluralAttributeSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/RootEntitySourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/SecondaryTableSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/SequentialPluralAttributeIndexSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/SimpleIdentifierSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/SingularAttributeSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/SizeSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/SourceHelper.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/SubclassEntitySourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/TableSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/ToOneAttributeSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/ToOneMappedByAttributeSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/TypeDescriptorSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/UniqueConstraintSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/UnknownInheritanceTypeException.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/VersionAttributeSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/attribute/AbstractOverrideDefinition.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/attribute/AssociationAttribute.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/attribute/AssociationOverride.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/attribute/AttributeOverride.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/attribute/BasicAttribute.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/attribute/Column.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/attribute/FormulaValue.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/attribute/MappedAttribute.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/attribute/PluralAssociationAttribute.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/attribute/PrimaryKeyJoinColumn.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/attribute/SingularAssociationAttribute.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/attribute/package.html
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/attribute/type/AbstractAttributeTypeResolver.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/attribute/type/AttributeTypeResolver.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/attribute/type/CompositeAttributeTypeResolver.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/attribute/type/EnumeratedTypeResolver.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/attribute/type/HibernateTypeResolver.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/attribute/type/LobTypeResolver.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/attribute/type/TemporalTypeResolver.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/attribute/type/package.html
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/entity/ConfiguredClass.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/entity/EmbeddableClass.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/entity/EmbeddableHierarchy.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/entity/EntityBindingContext.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/entity/EntityClass.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/entity/IdType.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/entity/MappedSuperclass.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/entity/RootEntityClass.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/entity/package.html
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/global/FetchProfileProcessor.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/global/IdGeneratorProcessor.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/global/QueryProcessor.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/global/SqlResultSetProcessor.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/global/TableProcessor.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/package.html
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/util/AnnotationParserHelper.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/util/ClassmateHelper.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/util/EntityHierarchyBuilder.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/util/EnumConversionHelper.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/util/HibernateDotNames.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/util/JPADotNames.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/util/JPAListenerHelper.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/util/JandexHelper.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/util/MappingAssertion.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/util/package.html
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/xml/PseudoJpaDotNames.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/xml/filter/AbstractAnnotationFilter.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/xml/filter/ExclusiveAnnotationFilter.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/xml/filter/IndexedAnnotationFilter.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/xml/filter/NameAnnotationFilter.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/xml/filter/NameTargetAnnotationFilter.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/xml/mocker/AbstractAttributesBuilder.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/xml/mocker/AbstractEntityObjectMocker.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/xml/mocker/AbstractMocker.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/xml/mocker/AccessHelper.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/xml/mocker/AnnotationMocker.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/xml/mocker/AttributesBuilder.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/xml/mocker/AttributesContainer.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/xml/mocker/BasicMocker.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/xml/mocker/DefaultConfigurationHelper.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/xml/mocker/ElementCollectionMocker.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/xml/mocker/EmbeddableAttributesBuilder.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/xml/mocker/EmbeddableMocker.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/xml/mocker/EmbeddedIdMocker.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/xml/mocker/EmbeddedMocker.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/xml/mocker/EntityElement.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/xml/mocker/EntityMappingsMocker.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/xml/mocker/EntityMocker.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/xml/mocker/GlobalAnnotationMocker.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/xml/mocker/GlobalAnnotations.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/xml/mocker/IdMocker.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/xml/mocker/IndexBuilder.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/xml/mocker/Listener.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/xml/mocker/ListenerMocker.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/xml/mocker/ManyToManyMocker.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/xml/mocker/ManyToOneMocker.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/xml/mocker/MappedSuperclassMocker.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/xml/mocker/MockHelper.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/xml/mocker/OneToManyMocker.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/xml/mocker/OneToOneMocker.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/xml/mocker/PersistenceMetadataMocker.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/xml/mocker/PropertyElement.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/xml/mocker/PropertyMocker.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/xml/mocker/SchemaAware.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/xml/mocker/TransientMocker.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/xml/mocker/VersionMocker.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/AbstractComponentAttributeSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/AbstractConstraintSource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/AbstractEntitySourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/AbstractHbmSourceNode.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/AbstractPluralAssociationElementSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/AbstractPluralAttributeSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/AbstractReturnBinder.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/AbstractToOneAttributeSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/ArraySourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/BagSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/BasicPluralAttributeElementSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/ColumnAttributeSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/ColumnSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/ComponentAttributeSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/CompositePluralAttributeElementSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/CompositePluralAttributeIndexSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/EntityHierarchyImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/FetchProfileSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/FilterDefinitionSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/FilterSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/FormulaImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/HbmBindingContext.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/HbmMetadataSourceProcessorImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/Helper.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/HibernateMappingProcessor.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/HierarchyBuilder.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/IdentifierKeyAttributeSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/IdentifierKeyManyToOneSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/InLineViewSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/IndexConstraintSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/JoinedSubclassEntitySourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/KeyAttributeSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/KeyManyToOneSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/ListSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/LoadCollectionBinder.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/ManyToManyPluralAttributeElementSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/ManyToOneAttributeSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/MapKeySourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/MapSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/MappingDocument.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/NamedQueryBindingHelper.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/OneToManyPluralAttributeElementSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/OneToOneAttributeSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/PluralAttributeKeySourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/PropertyAttributeSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/ResultSetMappingBinder.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/ReturnBinder.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/ReturnJoinBinder.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/RootEntitySourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/SecondaryTableSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/SequentialPluralAttributeIndexSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/SetSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/SingularIdentifierAttributeSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/SizeSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/SubclassEntitySourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/TableSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/TimestampAttributeSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/TypeDescriptorSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/UnexpectedAttributeSourceTypeException.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/UniqueConstraintSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/VersionAttributeSourceImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/parser/AbstractQueryElementContentsParser.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/parser/BasicQueryElementContentParser.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/parser/SQLQueryElementContentParser.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/relational/AbstractAuxiliaryDatabaseObject.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/relational/AbstractConstraint.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/relational/AbstractSimpleValue.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/relational/AbstractTableSpecification.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/relational/AuxiliaryDatabaseObject.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/relational/BasicAuxiliaryDatabaseObjectImpl.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/relational/CheckConstraint.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/relational/Column.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/relational/Constraint.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/relational/Database.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/relational/Datatype.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/relational/DerivedValue.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/relational/Exportable.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/relational/ForeignKey.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/relational/Identifier.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/relational/IllegalIdentifierException.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/relational/InLineView.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/relational/Index.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/relational/Loggable.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/relational/ObjectName.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/relational/PrimaryKey.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/relational/Schema.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/relational/Sequence.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/relational/SimpleValue.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/relational/Size.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/relational/Table.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/relational/TableSpecification.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/relational/Tuple.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/relational/UniqueKey.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/relational/Value.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/relational/ValueContainer.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/relational/package.html
    R hibernate-core/src/main/java/org/hibernate/metamodel/relational/state/ColumnRelationalState.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/relational/state/DerivedValueRelationalState.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/relational/state/ManyToOneRelationalState.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/relational/state/SimpleValueRelationalState.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/relational/state/TupleRelationalState.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/relational/state/ValueRelationalState.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/MappingException.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/source/MappingNotFoundException.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/XsdException.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
    R hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/AssociationResolver.java
    R hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/HibernateTypeResolver.java
    R 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
    R 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/spi/AdditionalJaxbRootProducer.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/MetadataContributor.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/MetadataImplementor.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/MetadataSourceProcessor.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/MetadataSourcesContributor.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/spi/TypeContributor.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/AbstractAttributeBinding.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/AbstractAttributeBindingContainer.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/AbstractCompositeAttributeBindingContainer.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/AbstractPluralAttributeAssociationElementBinding.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/AbstractPluralAttributeBinding.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/AbstractPluralAttributeElementBinding.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/AbstractPluralAttributeIndexBinding.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/AbstractSingularAssociationAttributeBinding.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/AbstractSingularAttributeBinding.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/ArrayBinding.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/AttributeBinding.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/AttributeBindingContainer.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/BackRefAttributeBinding.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/BagBinding.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/BasicAttributeBinding.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/BasicPluralAttributeElementBinding.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/BasicPluralAttributeIndexBinding.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/Caching.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/CascadeType.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/Cascadeable.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/CollectionLaziness.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/CompositeAttributeBinding.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/CompositeAttributeBindingContainer.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/CompositePluralAttributeElementBinding.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/CompositePluralAttributeIndexBinding.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/CustomSQL.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/EntityBinding.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/EntityDiscriminator.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/EntityIdentifier.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/EntityVersion.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/FetchProfile.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/Fetchable.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/Filterable.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/Helper.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/HibernateTypeDescriptor.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/HierarchyDetails.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/IdentifierGeneratorDefinition.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/IndexedPluralAttributeBinding.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/InheritanceType.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/JoinRelationalValueBindingContainer.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/KeyValueBinding.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/ListBinding.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/ManyToAnyPluralAttributeElementBinding.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/ManyToManyPluralAttributeElementBinding.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/ManyToOneAttributeBinding.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/MapBinding.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/MetaAttribute.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/OneToManyPluralAttributeElementBinding.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/OneToOneAttributeBinding.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/PluralAttributeAssociationElementBinding.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/PluralAttributeBinding.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/PluralAttributeElementBinding.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/PluralAttributeIndexBinding.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/PluralAttributeKeyBinding.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/RelationalValueBinding.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/RelationalValueBindingContainer.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/SecondaryTable.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/SetBinding.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/SingularAssociationAttributeBinding.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/SingularAttributeBinding.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/SingularNonAssociationAttributeBinding.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/TenantDiscrimination.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/TypeDefinition.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/domain/AbstractAttributeContainer.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/domain/Aggregate.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/domain/Attribute.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/domain/AttributeContainer.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/domain/BasicType.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/domain/Entity.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/domain/Hierarchical.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/domain/IndexedPluralAttribute.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/domain/JavaType.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/domain/NonEntity.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/domain/PluralAttribute.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/domain/SingularAttribute.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/domain/Superclass.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/domain/Type.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/domain/TypeNature.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/domain/package.html
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/relational/AbstractAuxiliaryDatabaseObject.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/relational/AbstractConstraint.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/relational/AbstractTableSpecification.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/relational/AbstractValue.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/relational/AuxiliaryDatabaseObject.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/relational/BasicAuxiliaryDatabaseObjectImpl.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/relational/CheckConstraint.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/relational/Column.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/relational/Constraint.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/relational/Database.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/relational/DenormalizedTable.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/relational/DerivedValue.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/relational/Exportable.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/relational/ExportableProducer.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/relational/ForeignKey.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/relational/Identifier.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/relational/IllegalIdentifierException.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/relational/InLineView.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/relational/Index.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/relational/InitCommand.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/relational/JdbcDataType.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/relational/Loggable.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/relational/ObjectName.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/relational/PrimaryKey.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/relational/Schema.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/relational/Sequence.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/relational/Size.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/relational/Table.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/relational/TableSpecification.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/relational/UniqueKey.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/relational/Value.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/relational/ValueContainer.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/relational/package.html
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/AggregatedCompositeIdentifierSource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/AssociationPluralAttributeElementSource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/AssociationSource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/AttributeRelationalValueSourceContainer.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/AttributeSource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/AttributeSourceContainer.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/AttributeSourceResolutionContext.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/BasicPluralAttributeElementSource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/BasicPluralAttributeIndexSource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/BindingContext.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/CascadeStyleSource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/ColumnBindingDefaults.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/ColumnSource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/ComponentAttributeSource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/CompositeIdentifierSource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/CompositePluralAttributeElementSource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/CompositePluralAttributeIndexSource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/ConstraintSource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/DerivedValueSource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/DiscriminatorSource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/EntityAttributePluralAttributeIndexSource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/EntityHierarchy.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/EntitySource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/FetchProfileSource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/FetchableAttributeSource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/FilterDefinitionSource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/FilterParameterSource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/FilterSource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/ForeignKeyContributingSource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/HibernateTypeSource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/IdentifierGeneratorSource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/IdentifierSource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/InLineViewSource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/IndexConstraintSource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/IndexedPluralAttributeSource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/InvalidMappingException.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/JoinedSubclassEntitySource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/JpaCallbackSource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/LocalBindingContext.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/ManyToAnyPluralAttributeElementSource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/ManyToManyPluralAttributeElementSource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/MappedByAssociationSource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/MappingDefaults.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/MappingException.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/MappingNotFoundException.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/MetaAttributeContext.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/MetaAttributeSource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/MetaSource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/MultiTenancySource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/NonAggregatedCompositeIdentifierSource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/OneToManyPluralAttributeElementSource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/Orderable.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/PluralAttributeElementSource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/PluralAttributeElementSourceResolver.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/PluralAttributeIndexSource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/PluralAttributeIndexSourceResolver.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/PluralAttributeKeySource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/PluralAttributeSource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/RelationalValueSource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/RelationalValueSourceContainer.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/RootEntitySource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/SecondaryTableSource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/SequentialPluralAttributeIndexSource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/SimpleIdentifierSource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/SingularAttributeSource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/SizeSource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/Sortable.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/SubclassEntityContainer.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/SubclassEntitySource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/TableSource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/TableSpecificationSource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/ToOneAttributeSource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/ToOneAttributeSourceNatureResolver.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/TypeDescriptorSource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/UniqueConstraintSource.java
    A hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/VersionAttributeSource.java
    A 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/collection/BasicCollectionPersister.java
    M hibernate-core/src/main/java/org/hibernate/persister/collection/OneToManyPersister.java
    M hibernate-core/src/main/java/org/hibernate/persister/entity/AbstractEntityPersister.java
    M hibernate-core/src/main/java/org/hibernate/persister/entity/DiscriminatorType.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/entity/UnionSubclassEntityPersister.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/PersisterClassResolver.java
    M hibernate-core/src/main/java/org/hibernate/persister/spi/PersisterFactory.java
    M hibernate-core/src/main/java/org/hibernate/procedure/internal/ProcedureCallImpl.java
    M hibernate-core/src/main/java/org/hibernate/property/PropertyAccessorFactory.java
    M hibernate-core/src/main/java/org/hibernate/secure/spi/JaccIntegrator.java
    M hibernate-core/src/main/java/org/hibernate/service/ConfigLoader.java
    M hibernate-core/src/main/java/org/hibernate/service/StandardServiceInitiators.java
    M hibernate-core/src/main/java/org/hibernate/service/internal/JaxbProcessor.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
    A hibernate-core/src/main/java/org/hibernate/tool/schema/extract/internal/ColumnInformationImpl.java
    A hibernate-core/src/main/java/org/hibernate/tool/schema/extract/internal/DatabaseInformationImpl.java
    A hibernate-core/src/main/java/org/hibernate/tool/schema/extract/internal/ExtractionContextImpl.java
    A hibernate-core/src/main/java/org/hibernate/tool/schema/extract/internal/ForeignKeyInformationImpl.java
    A hibernate-core/src/main/java/org/hibernate/tool/schema/extract/internal/IndexInformationImpl.java
    A hibernate-core/src/main/java/org/hibernate/tool/schema/extract/internal/PrimaryKeyInformationImpl.java
    A hibernate-core/src/main/java/org/hibernate/tool/schema/extract/internal/SequenceInformationImpl.java
    A hibernate-core/src/main/java/org/hibernate/tool/schema/extract/internal/StandardJdbcDatabaseMetaDataExtractor.java
    A hibernate-core/src/main/java/org/hibernate/tool/schema/extract/internal/TableInformationImpl.java
    A hibernate-core/src/main/java/org/hibernate/tool/schema/extract/internal/TemporarySequenceInformationExtractor.java
    A hibernate-core/src/main/java/org/hibernate/tool/schema/extract/package-info.java
    A hibernate-core/src/main/java/org/hibernate/tool/schema/extract/spi/ColumnInformation.java
    A hibernate-core/src/main/java/org/hibernate/tool/schema/extract/spi/DatabaseInformation.java
    A hibernate-core/src/main/java/org/hibernate/tool/schema/extract/spi/DatabaseInformationBuilder.java
    A hibernate-core/src/main/java/org/hibernate/tool/schema/extract/spi/ExtractionContext.java
    A hibernate-core/src/main/java/org/hibernate/tool/schema/extract/spi/ForeignKeyInformation.java
    A hibernate-core/src/main/java/org/hibernate/tool/schema/extract/spi/IndexInformation.java
    A hibernate-core/src/main/java/org/hibernate/tool/schema/extract/spi/PrimaryKeyInformation.java
    A hibernate-core/src/main/java/org/hibernate/tool/schema/extract/spi/SchemaExtractionException.java
    A hibernate-core/src/main/java/org/hibernate/tool/schema/extract/spi/SchemaMetaDataExtractor.java
    A hibernate-core/src/main/java/org/hibernate/tool/schema/extract/spi/SequenceInformation.java
    A hibernate-core/src/main/java/org/hibernate/tool/schema/extract/spi/SequenceInformationExtractor.java
    A hibernate-core/src/main/java/org/hibernate/tool/schema/extract/spi/TableInformation.java
    A hibernate-core/src/main/java/org/hibernate/tool/schema/internal/HibernateSchemaManagementTool.java
    A hibernate-core/src/main/java/org/hibernate/tool/schema/internal/SchemaCreatorImpl.java
    A hibernate-core/src/main/java/org/hibernate/tool/schema/internal/SchemaDropperImpl.java
    A hibernate-core/src/main/java/org/hibernate/tool/schema/internal/SchemaManagementToolInitiator.java
    A hibernate-core/src/main/java/org/hibernate/tool/schema/internal/SchemaMigratorImpl.java
    A hibernate-core/src/main/java/org/hibernate/tool/schema/internal/SchemaValidatorImpl.java
    A hibernate-core/src/main/java/org/hibernate/tool/schema/internal/StandardAuxiliaryDatabaseObjectExporter.java
    A hibernate-core/src/main/java/org/hibernate/tool/schema/internal/StandardForeignKeyExporter.java
    A hibernate-core/src/main/java/org/hibernate/tool/schema/internal/StandardIndexExporter.java
    A hibernate-core/src/main/java/org/hibernate/tool/schema/internal/StandardSequenceExporter.java
    A hibernate-core/src/main/java/org/hibernate/tool/schema/internal/StandardTableExporter.java
    A hibernate-core/src/main/java/org/hibernate/tool/schema/internal/TemporaryTableExporter.java
    A hibernate-core/src/main/java/org/hibernate/tool/schema/package-info.java
    A hibernate-core/src/main/java/org/hibernate/tool/schema/spi/Exporter.java
    A hibernate-core/src/main/java/org/hibernate/tool/schema/spi/SchemaCreator.java
    A hibernate-core/src/main/java/org/hibernate/tool/schema/spi/SchemaDropper.java
    A hibernate-core/src/main/java/org/hibernate/tool/schema/spi/SchemaManagementException.java
    A hibernate-core/src/main/java/org/hibernate/tool/schema/spi/SchemaManagementTool.java
    A hibernate-core/src/main/java/org/hibernate/tool/schema/spi/SchemaMigrator.java
    A hibernate-core/src/main/java/org/hibernate/tool/schema/spi/SchemaValidator.java
    A hibernate-core/src/main/java/org/hibernate/tool/schema/spi/Target.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/AbstractComponentTuplizer.java
    M hibernate-core/src/main/java/org/hibernate/tuple/component/AbstractCompositionAttribute.java
    M hibernate-core/src/main/java/org/hibernate/tuple/component/ComponentMetamodel.java
    M hibernate-core/src/main/java/org/hibernate/tuple/component/ComponentTuplizer.java
    M hibernate-core/src/main/java/org/hibernate/tuple/component/ComponentTuplizerFactory.java
    M hibernate-core/src/main/java/org/hibernate/tuple/component/DynamicMapComponentTuplizer.java
    M hibernate-core/src/main/java/org/hibernate/tuple/component/PojoComponentTuplizer.java
    M hibernate-core/src/main/java/org/hibernate/tuple/entity/AbstractEntityTuplizer.java
    M hibernate-core/src/main/java/org/hibernate/tuple/entity/DynamicMapEntityTuplizer.java
    M hibernate-core/src/main/java/org/hibernate/tuple/entity/EntityBasedAssociationAttribute.java
    M hibernate-core/src/main/java/org/hibernate/tuple/entity/EntityMetamodel.java
    M hibernate-core/src/main/java/org/hibernate/tuple/entity/EntityTuplizer.java
    M hibernate-core/src/main/java/org/hibernate/tuple/entity/EntityTuplizerFactory.java
    M hibernate-core/src/main/java/org/hibernate/tuple/entity/PojoEntityTuplizer.java
    M hibernate-core/src/main/java/org/hibernate/type/AbstractLobType.java
    M hibernate-core/src/main/java/org/hibernate/type/AbstractStandardBasicType.java
    M hibernate-core/src/main/java/org/hibernate/type/AbstractType.java
    M hibernate-core/src/main/java/org/hibernate/type/AnyType.java
    M hibernate-core/src/main/java/org/hibernate/type/CollectionType.java
    M hibernate-core/src/main/java/org/hibernate/type/ComponentType.java
    M hibernate-core/src/main/java/org/hibernate/type/CompositeCustomType.java
    M hibernate-core/src/main/java/org/hibernate/type/CustomType.java
    M hibernate-core/src/main/java/org/hibernate/type/EnumType.java
    M hibernate-core/src/main/java/org/hibernate/type/ForeignKeyDirection.java
    M hibernate-core/src/main/java/org/hibernate/type/ManyToOneType.java
    M hibernate-core/src/main/java/org/hibernate/type/MetaType.java
    M hibernate-core/src/main/java/org/hibernate/type/NullableType.java
    M hibernate-core/src/main/java/org/hibernate/type/OneToOneType.java
    M hibernate-core/src/main/java/org/hibernate/type/SpecialOneToOneType.java
    M hibernate-core/src/main/java/org/hibernate/type/Type.java
    M hibernate-core/src/main/java/org/hibernate/usertype/Sized.java
    M hibernate-core/src/main/resources/org/hibernate/hibernate-mapping-4.0.xsd
    M hibernate-core/src/main/xjb/hbm-configuration-bindings.xjb
    M hibernate-core/src/main/xjb/hbm-mapping-bindings.xjb
    M hibernate-core/src/main/xjb/orm-bindings.xjb
    M hibernate-core/src/test/java/org/hibernate/connection/ConnectionCreatorTest.java
    M hibernate-core/src/test/java/org/hibernate/id/SequenceHiLoGeneratorNoIncrementTest.java
    M hibernate-core/src/test/java/org/hibernate/id/SequenceHiLoGeneratorTest.java
    M hibernate-core/src/test/java/org/hibernate/id/enhanced/OptimizerUnitTest.java
    M hibernate-core/src/test/java/org/hibernate/id/enhanced/SequenceStyleConfigUnitTest.java
    M hibernate-core/src/test/java/org/hibernate/jdbc/LobCreatorTest.java
    R hibernate-core/src/test/java/org/hibernate/metamodel/binding/AbstractBasicBindingTests.java
    R hibernate-core/src/test/java/org/hibernate/metamodel/binding/BasicAnnotationBindingTests.java
    R hibernate-core/src/test/java/org/hibernate/metamodel/binding/BasicCollectionBindingTests.java
    R hibernate-core/src/test/java/org/hibernate/metamodel/binding/BasicHbmBindingTests.java
    R hibernate-core/src/test/java/org/hibernate/metamodel/binding/EntityWithBasicCollections.hbm.xml
    R hibernate-core/src/test/java/org/hibernate/metamodel/binding/EntityWithBasicCollections.java
    R hibernate-core/src/test/java/org/hibernate/metamodel/binding/ManyToOneEntity.hbm.xml
    R hibernate-core/src/test/java/org/hibernate/metamodel/binding/ManyToOneEntity.java
    R hibernate-core/src/test/java/org/hibernate/metamodel/binding/SimpleEntity.hbm.xml
    R hibernate-core/src/test/java/org/hibernate/metamodel/binding/SimpleEntity.java
    R hibernate-core/src/test/java/org/hibernate/metamodel/binding/SimpleEntitySubClass.java
    R hibernate-core/src/test/java/org/hibernate/metamodel/binding/SimpleEntityWithSimpleComponent.hbm.xml
    R hibernate-core/src/test/java/org/hibernate/metamodel/binding/SimpleEntityWithSimpleComponent.java
    R hibernate-core/src/test/java/org/hibernate/metamodel/binding/SimpleValueBindingTests.java
    R hibernate-core/src/test/java/org/hibernate/metamodel/binding/SimpleVersionedEntity.hbm.xml
    R hibernate-core/src/test/java/org/hibernate/metamodel/binding/SimpleVersionedEntity.java
    R hibernate-core/src/test/java/org/hibernate/metamodel/binding/SimpleVersionedEntity.xml
    R hibernate-core/src/test/java/org/hibernate/metamodel/binding/package-info.java
    A hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/AssertSourcesTest.java
    A hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/Foo.java
    A hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/MetadataImplTest.java
    A hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/Order.java
    A hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/OrderWithNonEmbeddedId.java
    A hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/SessionFactoryBuilderImplTest.java
    A hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/SimpleEntity.java
    A hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/User.java
    A hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/annotations/entity/AccessBindingTest.java
    A hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/annotations/entity/BatchSizeBindingTest.java
    A hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/annotations/entity/CacheBindingTest.java
    A hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/annotations/entity/CustomSQLBindingTest.java
    A hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/annotations/entity/ElementCollectionBindingTest.java
    A hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/annotations/entity/EmbeddableBindingTest.java
    A hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/annotations/entity/EmbeddedIdTest.java
    A hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/annotations/entity/EnumeratedBindingTest.java
    A hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/annotations/entity/GenericTest.java
    A hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/annotations/entity/IdentifierGeneratorTest.java
    A hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/annotations/entity/InheritanceBindingTest.java
    A hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/annotations/entity/LobBindingTests.java
    A hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/annotations/entity/MappedSuperclassTest.java
    A hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/annotations/entity/MapsIdTest.java
    A hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/annotations/entity/NaturalIdBindingTests.java
    A hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/annotations/entity/OneToManyBindingTest.java
    A hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/annotations/entity/ProxyBindingTest.java
    A hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/annotations/entity/QuotedIdentifierTest.java
    A hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/annotations/entity/RowIdBindingTests.java
    A hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/annotations/entity/SecondaryTableTest.java
    A hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/annotations/entity/SynchronizeBindingTest.java
    A hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/annotations/entity/TableNameTest.java
    A hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/annotations/entity/TemporalBindingTest.java
    A hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/annotations/entity/UniqueConstraintBindingTest.java
    A hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/annotations/entity/VersionBindingTests.java
    A hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/annotations/entity/WhereClauseTest.java
    A hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/annotations/global/FetchProfileBinderTest.java
    A hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/annotations/global/QueryBinderTest.java
    A hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/annotations/util/BaseAnnotationIndexTestCase.java
    A 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/EntityHierarchyTest.java
    A hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/annotations/util/GenericTypeDiscoveryTest.java
    A hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/annotations/util/JandexHelperTest.java
    A hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/annotations/util/TypeDiscoveryTest.java
    A hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/annotations/xml/Father.java
    A hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/annotations/xml/OrmXmlParserTests.java
    A hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/annotations/xml/Star.java
    A hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/annotations/xml/mocker/AbstractMockerTest.java
    A hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/annotations/xml/mocker/Author.java
    A hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/annotations/xml/mocker/BasicMockerTest.java
    A hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/annotations/xml/mocker/Book.java
    A hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/annotations/xml/mocker/DefaultConfigurationHelperTest.java
    A hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/annotations/xml/mocker/EntityListenerTest.java
    A hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/annotations/xml/mocker/IndexBuilderTest.java
    A hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/annotations/xml/mocker/Item.java
    A hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/annotations/xml/mocker/ItemListener.java
    A hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/annotations/xml/mocker/OverrideTest.java
    A hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/annotations/xml/mocker/PersistenceMetadataMockerTest.java
    A hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/annotations/xml/mocker/Topic.java
    A hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/annotations/xml/mocker/XmlHelper.java
    A hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/package-info.java
    R hibernate-core/src/test/java/org/hibernate/metamodel/relational/ObjectNameTests.java
    R hibernate-core/src/test/java/org/hibernate/metamodel/relational/TableManipulationTests.java
    R hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/AccessBindingTest.java
    R hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/BaseAnnotationBindingTestCase.java
    R hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/BatchSizeBindingTest.java
    R hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/CacheBindingTest.java
    R hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/CustomSQLBindingTest.java
    R hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/EmbeddableBindingTest.java
    R hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/EmbeddedIdTest.java
    R hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/EnumeratedBindingTest.java
    R hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/IdentifierGeneratorTest.java
    R hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/InheritanceBindingTest.java
    R hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/LobBindingTests.java
    R hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/MappedSuperclassTest.java
    R hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/MapsIdTest.java
    R hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/ProxyBindingTest.java
    R hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/QuotedIdentifierTest.java
    R hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/Resources.java
    R hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/RowIdBindingTests.java
    R hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/SecondaryTableTest.java
    R hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/SynchronizeBindingTest.java
    R hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/TableNameTest.java
    R hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/TemporalBindingTest.java
    R hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/UniqueConstraintBindingTest.java
    R hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/WhereClauseTest.java
    R hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/global/FetchProfileBinderTest.java
    R hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/global/QueryBinderTest.java
    R hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/util/BaseAnnotationIndexTestCase.java
    R hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/util/EmbeddableHierarchyTest.java
    R hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/util/EntityHierarchyTest.java
    R hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/util/GenericTypeDiscoveryTest.java
    R hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/util/JandexHelperTest.java
    R hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/util/TypeDiscoveryTest.java
    R hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/xml/Father.java
    R hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/xml/OrmXmlParserTests.java
    R hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/xml/Star.java
    R hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/xml/mocker/AbstractMockerTest.java
    R hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/xml/mocker/Author.java
    R hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/xml/mocker/BasicMockerTest.java
    R hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/xml/mocker/Book.java
    R hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/xml/mocker/DefaultConfigurationHelperTest.java
    R hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/xml/mocker/EntityListenerTest.java
    R hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/xml/mocker/IndexBuilderTest.java
    R hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/xml/mocker/Item.java
    R hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/xml/mocker/ItemListener.java
    R hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/xml/mocker/OverrideTest.java
    R hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/xml/mocker/PersistenceMetadataMockerTest.java
    R hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/xml/mocker/Topic.java
    R hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/xml/mocker/XmlHelper.java
    R hibernate-core/src/test/java/org/hibernate/metamodel/source/internal/Foo.java
    R hibernate-core/src/test/java/org/hibernate/metamodel/source/internal/MetadataImplTest.java
    R hibernate-core/src/test/java/org/hibernate/metamodel/source/internal/SessionFactoryBuilderImplTest.java
    R hibernate-core/src/test/java/org/hibernate/metamodel/source/internal/SimpleEntity.java
    R hibernate-core/src/test/java/org/hibernate/metamodel/source/internal/package-info.java
    A hibernate-core/src/test/java/org/hibernate/metamodel/spi/binding/AbstractBasicBindingTests.java
    A hibernate-core/src/test/java/org/hibernate/metamodel/spi/binding/AbstractUnsavedValueTests.java
    A hibernate-core/src/test/java/org/hibernate/metamodel/spi/binding/BasicAnnotationBindingTests.java
    A hibernate-core/src/test/java/org/hibernate/metamodel/spi/binding/BasicHbmBindingTests.java
    A hibernate-core/src/test/java/org/hibernate/metamodel/spi/binding/EntityWithManyToOnes.java
    A hibernate-core/src/test/java/org/hibernate/metamodel/spi/binding/EntityWithUnidirectionalManyToMany.java
    A hibernate-core/src/test/java/org/hibernate/metamodel/spi/binding/JoinedSubclassBindingTests.java
    A hibernate-core/src/test/java/org/hibernate/metamodel/spi/binding/SimpleEntity.java
    A hibernate-core/src/test/java/org/hibernate/metamodel/spi/binding/SimpleEntitySubClass.java
    A hibernate-core/src/test/java/org/hibernate/metamodel/spi/binding/SimpleEntityWithSimpleComponent.java
    A hibernate-core/src/test/java/org/hibernate/metamodel/spi/binding/SimpleValueBindingTests.java
    A hibernate-core/src/test/java/org/hibernate/metamodel/spi/binding/SimpleVersionedEntity.java
    A hibernate-core/src/test/java/org/hibernate/metamodel/spi/binding/UnidirectionalManyToManyBindingTests.java
    A hibernate-core/src/test/java/org/hibernate/metamodel/spi/binding/UnsavedValueAnnotationsTests.java
    A hibernate-core/src/test/java/org/hibernate/metamodel/spi/binding/UnsavedValueHbmTests.java
    A hibernate-core/src/test/java/org/hibernate/metamodel/spi/binding/basiccollections/AbstractBasicCollectionBindingTests.java
    A hibernate-core/src/test/java/org/hibernate/metamodel/spi/binding/basiccollections/AnnotationBasicCollectionBindingTests.java
    A hibernate-core/src/test/java/org/hibernate/metamodel/spi/binding/basiccollections/EntityWithBasicCollections.java
    A hibernate-core/src/test/java/org/hibernate/metamodel/spi/binding/basiccollections/HbmBasicCollectionBindingTests.java
    A hibernate-core/src/test/java/org/hibernate/metamodel/spi/binding/onetomany/AbstractUnidirectionalOneToManyBindingTests.java
    A hibernate-core/src/test/java/org/hibernate/metamodel/spi/binding/onetomany/AnnotationUnidirectionalOneToManyBindingTests.java
    A hibernate-core/src/test/java/org/hibernate/metamodel/spi/binding/onetomany/EntityWithUnidirectionalOneToMany.java
    A hibernate-core/src/test/java/org/hibernate/metamodel/spi/binding/onetomany/HbmUnidirectionalOneToManyBindingTests.java
    A hibernate-core/src/test/java/org/hibernate/metamodel/spi/binding/onetomany/ReferencedEntity.java
    A hibernate-core/src/test/java/org/hibernate/metamodel/spi/binding/package-info.java
    A hibernate-core/src/test/java/org/hibernate/metamodel/spi/relational/AbstractGeneratedIdColumnTests.java
    A hibernate-core/src/test/java/org/hibernate/metamodel/spi/relational/ColumnAliasTest.java
    A hibernate-core/src/test/java/org/hibernate/metamodel/spi/relational/GeneratedIdColumnAnnotationsTests.java
    A hibernate-core/src/test/java/org/hibernate/metamodel/spi/relational/GeneratedIdColumnHbmTests.java
    A hibernate-core/src/test/java/org/hibernate/metamodel/spi/relational/ObjectNameTests.java
    A hibernate-core/src/test/java/org/hibernate/metamodel/spi/relational/TableManipulationTests.java
    M hibernate-core/src/test/java/org/hibernate/serialization/SessionFactorySerializationTest.java
    M hibernate-core/src/test/java/org/hibernate/test/abstractembeddedcomponents/propertyref/AbstractComponentPropertyRefTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/EntityTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/access/Closet.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/access/jpa/Gardenshed.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/access/xml/XmlAccessTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/any/AnyTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/BeanValidationAutoTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/BeanValidationDisabledTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/BeanValidationGroupsTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/BeanValidationProvidedFactoryTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/DDLTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/DDLWithoutCallbackTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/HibernateTraversableResolverTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/cid/CompositeIdTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/cid/ParentPk.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/CollectionElementTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/EntityWithAnElementCollection.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/OrderByTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/Widgets.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/indexedCollection/IndexedCollectionOfElementsTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/indexedCollection/Sale.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/ordered/Person.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/derivedidentities/MedicalHistory.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/derivedidentities/bidirectional/DerivedIdentityWithBidirectionalAssociationTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/derivedidentities/e1/a/DerivedIdentitySimpleParentIdClassDepTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/derivedidentities/e1/b/DerivedIdentitySimpleParentEmbeddedIdDepTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/derivedidentities/e1/b/specjmapid/IdMapManyToOneSpecjTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/derivedidentities/e1/b/specjmapid/lazy/CompositeKeyDeleteTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/derivedidentities/e1/b2/IdClassGeneratedValueManyToOneTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/derivedidentities/e1/c/DerivedIdentitySimpleParentEmbeddedDepTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/derivedidentities/e2/a/DerivedIdentityIdClassParentIdClassDepTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/derivedidentities/e2/b/DerivedIdentityIdClassParentEmbeddedIdDepTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/derivedidentities/e3/a/DerivedIdentityEmbeddedIdParentIdClassTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/derivedidentities/e3/b/DerivedIdentityEmbeddedIdParentEmbeddedIdDepTest.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/b/DerivedIdentitySimpleParentSimpleDepMapsIdTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/derivedidentities/e5/a/DerivedIdentityIdClassParentSameIdTypeIdClassDepTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/derivedidentities/e5/b/DerivedIdentityIdClassParentSameIdTypeEmbeddedIdDepTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/derivedidentities/e5/b/PersonId.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/derivedidentities/e5/c/ForeignGeneratorViaMapsIdTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/derivedidentities/e6/a/DerivedIdentityEmbeddedIdParentSameIdTypeIdClassDepTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/derivedidentities/e6/b/DerivedIdentityEmbeddedIdParentSameIdTypeEmbeddedIdDepTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/embeddables/InvestorIntegrator.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/EmbeddedTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/InternetFavorites.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/NestedEmbeddableAttributeOverrideTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/entity/BasicHibernateAnnotationsTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/entity/NewCustomEntityMappingAnnotationsTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/entitynonentity/EntityNonEntityTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/enumerated/EnumeratedTypeTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/enumerated/ormXml/OrmXmlEnumTypeTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/generics/Classes.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/genericsinheritance/GenericsInheritanceTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/id/IdTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/id/JoinColumnOverrideTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/id/sequences/IdTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/id/sequences/JoinColumnOverrideTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/idclassgeneratedvalue/IdClassGeneratedValueTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/identifiercollection/IdentifierCollectionTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/alphabetical/AlphabeticalIdManyToOneTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/index/jpa/AbstractJPAIndexTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/IndexedCollectionTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/MapKeyTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/JoinedSubclassAndSecondaryTable.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/join/JoinTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/lob/SerializableToBlobTypeTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/CatPk.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/ManyToManyTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/ManyToOneTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/referencedcolumnname/ManyToOneReferencedColumnNameTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/manytoonewithformula/ManyToOneWithFormulaTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/mappedsuperclass/intermediate/IntermediateMappedSuperclassTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/namingstrategy/NamingStrategyTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/notfound/NotFoundTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/OneToManyTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/OrderByTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/OneToOneErrorTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/OneToOneTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/OptionalOneToOneMappedByTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/override/AssociationOverrideSchemaTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/override/AssociationOverrideTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/override/AttributeOverrideTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/persister/PersisterTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/query/QueryAndSQLTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/referencedcolumnname/ReferencedColumnNameTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/strategy/Location.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/strategy/Storm.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/strategy/StrategyTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/target/TargetTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/tuplizer/DynamicComponentTuplizer.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/tuplizer/DynamicEntityTuplizer.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/tuplizer/TuplizerTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/uniqueconstraint/UniqueConstraintValidationTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/various/TimestampTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlTest.java
    M hibernate-core/src/test/java/org/hibernate/test/bidi/AuctionTest.java
    M hibernate-core/src/test/java/org/hibernate/test/cfg/cache/CacheConfigurationTest.java
    M hibernate-core/src/test/java/org/hibernate/test/cfg/persister/GoofyPersisterClassProvider.java
    M hibernate-core/src/test/java/org/hibernate/test/cid/CompositeIdWithGeneratorTest.java
    M hibernate-core/src/test/java/org/hibernate/test/collection/custom/basic/UserCollectionTypeAnnotationsVariantTest.java
    M hibernate-core/src/test/java/org/hibernate/test/collection/custom/basic/UserCollectionTypeHbmVariantTest.java
    M hibernate-core/src/test/java/org/hibernate/test/collection/custom/parameterized/ParameterizedUserCollectionTypeAnnotationsVariantTest.java
    M hibernate-core/src/test/java/org/hibernate/test/collection/custom/parameterized/ParameterizedUserCollectionTypeHbmVariantTest.java
    M hibernate-core/src/test/java/org/hibernate/test/collection/idbag/PersistentIdBagTest.java
    M hibernate-core/src/test/java/org/hibernate/test/collection/lazynocascade/LazyAssociationNoCascadeTest.java
    M hibernate-core/src/test/java/org/hibernate/test/collection/map/PersistentMapTest.java
    M hibernate-core/src/test/java/org/hibernate/test/collection/map/hhh7557/EntityMapTest.java
    M hibernate-core/src/test/java/org/hibernate/test/collection/original/CollectionTest.java
    M hibernate-core/src/test/java/org/hibernate/test/common/BasicTestingJdbcServiceImpl.java
    M hibernate-core/src/test/java/org/hibernate/test/component/basic2/ComponentJoinsTest.java
    M hibernate-core/src/test/java/org/hibernate/test/connections/SuppliedConnectionTest.java
    M hibernate-core/src/test/java/org/hibernate/test/constraint/ConstraintTest.java
    M hibernate-core/src/test/java/org/hibernate/test/cuk/CompositePropertyRefTest.java
    M hibernate-core/src/test/java/org/hibernate/test/discriminator/SimpleInheritanceTest.java
    M hibernate-core/src/test/java/org/hibernate/test/dynamicentity/tuplizer/MyEntityTuplizer.java
    M hibernate-core/src/test/java/org/hibernate/test/dynamicentity/tuplizer2/ImprovedTuplizerDynamicEntityTest.java
    M hibernate-core/src/test/java/org/hibernate/test/dynamicentity/tuplizer2/MyEntityTuplizer.java
    M hibernate-core/src/test/java/org/hibernate/test/entitymode/map/basic/DynamicClassTest.java
    M hibernate-core/src/test/java/org/hibernate/test/entitymode/map/subclass/SubclassDynamicMapTest.java
    M hibernate-core/src/test/java/org/hibernate/test/event/collection/detached/AggregatedCollectionEventListener.java
    M hibernate-core/src/test/java/org/hibernate/test/events/CallbackTest.java
    M hibernate-core/src/test/java/org/hibernate/test/events/ClearEventListenerTest.java
    M hibernate-core/src/test/java/org/hibernate/test/flush/TestAutoFlushBeforeQueryExecution.java
    M hibernate-core/src/test/java/org/hibernate/test/flush/TestCollectionInitializingDuringFlush.java
    M hibernate-core/src/test/java/org/hibernate/test/formulajoin/FormulaJoinTest.java
    M hibernate-core/src/test/java/org/hibernate/test/hql/ASTParserLoadingTest.java
    M hibernate-core/src/test/java/org/hibernate/test/hql/BulkManipulationTest.java
    M hibernate-core/src/test/java/org/hibernate/test/hql/ClassicTranslatorTest.java
    M hibernate-core/src/test/java/org/hibernate/test/hql/CriteriaClassicAggregationReturnTest.java
    M hibernate-core/src/test/java/org/hibernate/test/hql/EJBQLTest.java
    M hibernate-core/src/test/java/org/hibernate/test/hql/HQLTest.java
    M hibernate-core/src/test/java/org/hibernate/test/hql/WithClauseTest.java
    M hibernate-core/src/test/java/org/hibernate/test/idbag/IdBagTest.java
    M hibernate-core/src/test/java/org/hibernate/test/idprops/IdentifierPropertyReferencesTest.java
    M hibernate-core/src/test/java/org/hibernate/test/immutable/ImmutableTest.java
    M hibernate-core/src/test/java/org/hibernate/test/instrument/runtime/AbstractTransformingClassLoaderInstrumentTestCase.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/jpa/AbstractJPATest.java
    M hibernate-core/src/test/java/org/hibernate/test/keymanytoone/bidir/component/EagerKeyManyToOneTest.java
    M hibernate-core/src/test/java/org/hibernate/test/keymanytoone/bidir/component/LazyKeyManyToOneTest.java
    M hibernate-core/src/test/java/org/hibernate/test/keymanytoone/bidir/embedded/KeyManyToOneTest.java
    M hibernate-core/src/test/java/org/hibernate/test/keymanytoone/bidir/ondelete/KeyManyToOneCascadeDeleteTest.java
    M hibernate-core/src/test/java/org/hibernate/test/keymanytoone/unidir/ondelete/KeyManyToOneCascadeDeleteTest.java
    M hibernate-core/src/test/java/org/hibernate/test/legacy/ABCTest.java
    M hibernate-core/src/test/java/org/hibernate/test/legacy/ComponentNotNullTest.java
    M hibernate-core/src/test/java/org/hibernate/test/legacy/CustomSQLTest.java
    M hibernate-core/src/test/java/org/hibernate/test/legacy/FooBarTest.java
    M hibernate-core/src/test/java/org/hibernate/test/legacy/FumTest.java
    M hibernate-core/src/test/java/org/hibernate/test/legacy/MapTest.java
    M hibernate-core/src/test/java/org/hibernate/test/legacy/MasterDetailTest.java
    M hibernate-core/src/test/java/org/hibernate/test/legacy/ParentChildTest.java
    M hibernate-core/src/test/java/org/hibernate/test/loadplans/process/EncapsulatedCompositeAttributeResultSetProcessorTest.java
    M hibernate-core/src/test/java/org/hibernate/test/loadplans/process/EncapsulatedCompositeIdResultSetProcessorTest.java
    M hibernate-core/src/test/java/org/hibernate/test/loadplans/process/EntityWithNonLazyCollectionResultSetProcessorTest.java
    M hibernate-core/src/test/java/org/hibernate/test/loadplans/process/EntityWithNonLazyOneToManyListResultSetProcessorTest.java
    M hibernate-core/src/test/java/org/hibernate/test/loadplans/process/EntityWithNonLazyOneToManySetResultSetProcessorTest.java
    M hibernate-core/src/test/java/org/hibernate/test/loadplans/process/NonEncapsulatedCompositeIdResultSetProcessorTest.java
    M hibernate-core/src/test/java/org/hibernate/test/loadplans/walking/KeyManyToOneWalkingTest.java
    M hibernate-core/src/test/java/org/hibernate/test/loadplans/walking/NestedCompositeElementTest.java
    M hibernate-core/src/test/java/org/hibernate/test/locale/LocaleTest.java
    M hibernate-core/src/test/java/org/hibernate/test/manytomanyassociationclass/surrogateid/generated/ManyToManyAssociationClassGeneratedIdTest.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/namingstrategy/NamingStrategyTest.java
    M hibernate-core/src/test/java/org/hibernate/test/nationalized/SimpleNationalizedTest.java
    M hibernate-core/src/test/java/org/hibernate/test/naturalid/inheritance/spread/SpreadNaturalIdTest.java
    M hibernate-core/src/test/java/org/hibernate/test/onetoone/formula/OneToOneFormulaTest.java
    M hibernate-core/src/test/java/org/hibernate/test/onetoone/nopojo/DynamicMapOneToOneTest.java
    M hibernate-core/src/test/java/org/hibernate/test/ops/SimpleOpsTest.java
    M hibernate-core/src/test/java/org/hibernate/test/propertyref/DoesNotWorkTest.java
    M hibernate-core/src/test/java/org/hibernate/test/propertyref/DoesNotWorkWithHbmTest.java
    M hibernate-core/src/test/java/org/hibernate/test/propertyref/basic/PropertyRefTest.java
    M hibernate-core/src/test/java/org/hibernate/test/propertyref/inheritence/joined/JoinedSubclassPropertyRefTest.java
    M hibernate-core/src/test/java/org/hibernate/test/quote/QuoteGlobalTest.java
    M hibernate-core/src/test/java/org/hibernate/test/quote/QuoteTest.java
    M hibernate-core/src/test/java/org/hibernate/test/service/TestIntegrator.java
    M hibernate-core/src/test/java/org/hibernate/test/sql/hand/query/NativeSQLQueriesTest.java
    M hibernate-core/src/test/java/org/hibernate/test/ternary/TernaryTest.java
    M hibernate-core/src/test/java/org/hibernate/test/tm/CMTTest.java
    M hibernate-core/src/test/java/org/hibernate/test/type/AttributeConverterTest.java
    M hibernate-core/src/test/java/org/hibernate/test/typedmanytoone/TypedManyToOneTest.java
    M hibernate-core/src/test/java/org/hibernate/test/unconstrained/UnconstrainedTest.java
    M hibernate-core/src/test/java/org/hibernate/test/util/SchemaUtil.java
    A hibernate-core/src/test/resources/org/hibernate/metamodel/internal/source/User.hbm.xml
    A hibernate-core/src/test/resources/org/hibernate/metamodel/internal/source/annotations/xml/mocker/AttributeOverride.xml
    A hibernate-core/src/test/resources/org/hibernate/metamodel/internal/source/annotations/xml/mocker/default-schema.xml
    A hibernate-core/src/test/resources/org/hibernate/metamodel/internal/source/annotations/xml/mocker/default-schema2.xml
    A hibernate-core/src/test/resources/org/hibernate/metamodel/internal/source/annotations/xml/mocker/entity-metadata-complete.xml
    A hibernate-core/src/test/resources/org/hibernate/metamodel/internal/source/annotations/xml/mocker/listener.xml
    A hibernate-core/src/test/resources/org/hibernate/metamodel/internal/source/annotations/xml/mocker/override-to-mappedsuperclass.xml
    A hibernate-core/src/test/resources/org/hibernate/metamodel/internal/source/annotations/xml/mocker/persistence-metadata.xml
    A hibernate-core/src/test/resources/org/hibernate/metamodel/internal/source/annotations/xml/orm-father.xml
    A hibernate-core/src/test/resources/org/hibernate/metamodel/internal/source/annotations/xml/orm-invalid.xml
    A hibernate-core/src/test/resources/org/hibernate/metamodel/internal/source/annotations/xml/orm-quote-identifier.xml
    A hibernate-core/src/test/resources/org/hibernate/metamodel/internal/source/annotations/xml/orm-star.xml
    R hibernate-core/src/test/resources/org/hibernate/metamodel/source/annotations/xml/mocker/AttributeOverride.xml
    R hibernate-core/src/test/resources/org/hibernate/metamodel/source/annotations/xml/mocker/default-schema.xml
    R hibernate-core/src/test/resources/org/hibernate/metamodel/source/annotations/xml/mocker/default-schema2.xml
    R hibernate-core/src/test/resources/org/hibernate/metamodel/source/annotations/xml/mocker/entity-metadata-complete.xml
    R hibernate-core/src/test/resources/org/hibernate/metamodel/source/annotations/xml/mocker/listener.xml
    R hibernate-core/src/test/resources/org/hibernate/metamodel/source/annotations/xml/mocker/override-to-mappedsuperclass.xml
    R hibernate-core/src/test/resources/org/hibernate/metamodel/source/annotations/xml/mocker/persistence-metadata.xml
    R hibernate-core/src/test/resources/org/hibernate/metamodel/source/annotations/xml/orm-father.xml
    R hibernate-core/src/test/resources/org/hibernate/metamodel/source/annotations/xml/orm-invalid.xml
    R hibernate-core/src/test/resources/org/hibernate/metamodel/source/annotations/xml/orm-quote-identifier.xml
    R hibernate-core/src/test/resources/org/hibernate/metamodel/source/annotations/xml/orm-star.xml
    A hibernate-core/src/test/resources/org/hibernate/metamodel/spi/binding/EntityWithManyToOnes.hbm.xml
    A hibernate-core/src/test/resources/org/hibernate/metamodel/spi/binding/EntityWithUnidirectionalManyToManys.hbm.xml
    A hibernate-core/src/test/resources/org/hibernate/metamodel/spi/binding/SimpleEntity.hbm.xml
    A hibernate-core/src/test/resources/org/hibernate/metamodel/spi/binding/SimpleEntityWithSimpleComponent.hbm.xml
    A hibernate-core/src/test/resources/org/hibernate/metamodel/spi/binding/SimpleVersionedEntity.hbm.xml
    A hibernate-core/src/test/resources/org/hibernate/metamodel/spi/binding/SimpleVersionedEntity.xml
    A hibernate-core/src/test/resources/org/hibernate/metamodel/spi/binding/UnsavedDefaultValues.hbm.xml
    A hibernate-core/src/test/resources/org/hibernate/metamodel/spi/binding/UnsavedNonDefaultValues.hbm.xml
    A hibernate-core/src/test/resources/org/hibernate/metamodel/spi/binding/basiccollections/EntityWithBasicCollections.hbm.xml
    A hibernate-core/src/test/resources/org/hibernate/metamodel/spi/binding/onetomany/EntityWithUnidirectionalOneToMany.hbm.xml
    A hibernate-core/src/test/resources/org/hibernate/metamodel/spi/binding/onetomany/ReferencedEntity.hbm.xml
    A hibernate-core/src/test/resources/org/hibernate/metamodel/spi/relational/GeneratedIdColumn.hbm.xml
    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/event/spi/JpaIntegrator.java
    M hibernate-entitymanager/src/main/java/org/hibernate/jpa/internal/EntityManagerMessageLogger.java
    M hibernate-entitymanager/src/test/java/org/hibernate/jpa/test/ejb3configuration/PersisterClassProviderTest.java
    A hibernate-testing/src/main/java/org/hibernate/testing/FailureExpectedWithNewMetamodel.java
    A hibernate-testing/src/main/java/org/hibernate/testing/junit4/BaseAnnotationBindingTestCase.java
    M hibernate-testing/src/main/java/org/hibernate/testing/junit4/BaseCoreFunctionalTestCase.java
    M hibernate-testing/src/main/java/org/hibernate/testing/junit4/BaseUnitTestCase.java
    M hibernate-testing/src/main/java/org/hibernate/testing/junit4/BeforeClassCallbackHandler.java
    M hibernate-testing/src/main/java/org/hibernate/testing/junit4/CustomRunner.java
    M hibernate-testing/src/main/java/org/hibernate/testing/junit4/FailureExpectedHandler.java
    A hibernate-testing/src/main/java/org/hibernate/testing/junit4/Resources.java
    M libraries.gradle

  Log Message:
  -----------
  HHH-8897 : Integrate org.hibernate.metamodel from metamodel branch into master


  Commit: f19c8e995a763fe7c31fbb7f5777ac6ff608c215
      https://github.com/hibernate/hibernate-orm/commit/f19c8e995a763fe7c31fbb7f5777ac6ff608c215
  Author: Gail Badner <gbadner at redhat.com>
  Date:   2014-01-29 (Wed, 29 Jan 2014)

  Changed paths:
    M hibernate-core/src/test/java/org/hibernate/test/quote/QuoteTest.java

  Log Message:
  -----------
  HHH-8897 : Integrate org.hibernate.metamodel from metamodel branch into master


Compare: https://github.com/hibernate/hibernate-orm/compare/1a87adca088c...f19c8e995a76


More information about the hibernate-commits mailing list