[hibernate/hibernate-orm] fb15ee: HHH-9328 Avoids creation of Cascade objects at all
by GitHub
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-orm
Commit: fb15ee548ca1c8fb80f77497271931404f54c19e
https://github.com/hibernate/hibernate-orm/commit/fb15ee548ca1c8fb80f7749...
Author: Andrej Golovnin <andrej.golovnin(a)googlemail.com>
Date: 2014-11-27 (Thu, 27 Nov 2014)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/engine/internal/Cascade.java
M hibernate-core/src/main/java/org/hibernate/event/internal/AbstractFlushingEventListener.java
M hibernate-core/src/main/java/org/hibernate/event/internal/AbstractSaveEventListener.java
M hibernate-core/src/main/java/org/hibernate/event/internal/DefaultDeleteEventListener.java
M hibernate-core/src/main/java/org/hibernate/event/internal/DefaultEvictEventListener.java
M hibernate-core/src/main/java/org/hibernate/event/internal/DefaultLockEventListener.java
M hibernate-core/src/main/java/org/hibernate/event/internal/DefaultMergeEventListener.java
M hibernate-core/src/main/java/org/hibernate/event/internal/DefaultRefreshEventListener.java
M hibernate-core/src/main/java/org/hibernate/event/internal/DefaultReplicateEventListener.java
M hibernate-core/src/main/java/org/hibernate/event/internal/DefaultSaveOrUpdateEventListener.java
Log Message:
-----------
HHH-9328 Avoids creation of Cascade objects at all
by converting all methods of the Cascade class into
static methods.
Commit: 24bafba2b04d0eb2c46e4f4b1982e4305182947b
https://github.com/hibernate/hibernate-orm/commit/24bafba2b04d0eb2c46e4f4...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2015-03-10 (Tue, 10 Mar 2015)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/engine/internal/Cascade.java
M hibernate-core/src/main/java/org/hibernate/event/internal/AbstractFlushingEventListener.java
M hibernate-core/src/main/java/org/hibernate/event/internal/AbstractSaveEventListener.java
M hibernate-core/src/main/java/org/hibernate/event/internal/DefaultDeleteEventListener.java
M hibernate-core/src/main/java/org/hibernate/event/internal/DefaultEvictEventListener.java
M hibernate-core/src/main/java/org/hibernate/event/internal/DefaultLockEventListener.java
M hibernate-core/src/main/java/org/hibernate/event/internal/DefaultMergeEventListener.java
M hibernate-core/src/main/java/org/hibernate/event/internal/DefaultRefreshEventListener.java
M hibernate-core/src/main/java/org/hibernate/event/internal/DefaultReplicateEventListener.java
M hibernate-core/src/main/java/org/hibernate/event/internal/DefaultSaveOrUpdateEventListener.java
Log Message:
-----------
Merge pull request #848 from golovnin/HHH-9328_newmaster
HHH-9328 Avoid creation of Cascade objects at all
Compare: https://github.com/hibernate/hibernate-orm/compare/51c7bd152351...24bafba...
9 years, 8 months
[hibernate/hibernate-orm] 9caca0: HHH-9490 - Migrate from dom4j to jaxb for XML proc...
by GitHub
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-orm
Commit: 9caca0ce37d5a2763d476c6fa2471addcca710ca
https://github.com/hibernate/hibernate-orm/commit/9caca0ce37d5a2763d476c6...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2015-03-10 (Tue, 10 Mar 2015)
Changed paths:
M build.gradle
M hibernate-core/hibernate-core.gradle
M hibernate-core/src/main/java/org/hibernate/DuplicateMappingException.java
M hibernate-core/src/main/java/org/hibernate/EntityMode.java
M hibernate-core/src/main/java/org/hibernate/InvalidMappingException.java
M hibernate-core/src/main/java/org/hibernate/LockMode.java
M hibernate-core/src/main/java/org/hibernate/MappingNotFoundException.java
M hibernate-core/src/main/java/org/hibernate/SessionFactory.java
M hibernate-core/src/main/java/org/hibernate/annotations/SortComparator.java
M hibernate-core/src/main/java/org/hibernate/annotations/SortNatural.java
M hibernate-core/src/main/java/org/hibernate/annotations/TypeDef.java
M hibernate-core/src/main/java/org/hibernate/annotations/TypeDefs.java
A hibernate-core/src/main/java/org/hibernate/boot/CacheRegionDefinition.java
A hibernate-core/src/main/java/org/hibernate/boot/InvalidMappingException.java
A hibernate-core/src/main/java/org/hibernate/boot/JaccPermissionDefinition.java
A hibernate-core/src/main/java/org/hibernate/boot/MappingException.java
A hibernate-core/src/main/java/org/hibernate/boot/MappingNotFoundException.java
A hibernate-core/src/main/java/org/hibernate/boot/Metadata.java
A hibernate-core/src/main/java/org/hibernate/boot/MetadataBuilder.java
A hibernate-core/src/main/java/org/hibernate/boot/MetadataSources.java
A hibernate-core/src/main/java/org/hibernate/boot/SessionFactoryBuilder.java
A hibernate-core/src/main/java/org/hibernate/boot/UnsupportedOrmXsdVersionException.java
A hibernate-core/src/main/java/org/hibernate/boot/cfgxml/internal/CfgXmlAccessServiceImpl.java
A hibernate-core/src/main/java/org/hibernate/boot/cfgxml/internal/CfgXmlAccessServiceInitiator.java
A hibernate-core/src/main/java/org/hibernate/boot/cfgxml/internal/ConfigLoader.java
A hibernate-core/src/main/java/org/hibernate/boot/cfgxml/internal/JaxbCfgProcessor.java
A hibernate-core/src/main/java/org/hibernate/boot/cfgxml/spi/CfgXmlAccessService.java
A hibernate-core/src/main/java/org/hibernate/boot/cfgxml/spi/LoadedConfig.java
A hibernate-core/src/main/java/org/hibernate/boot/cfgxml/spi/MappingReference.java
A hibernate-core/src/main/java/org/hibernate/boot/internal/ClassLoaderAccessImpl.java
A hibernate-core/src/main/java/org/hibernate/boot/internal/DefaultCustomEntityDirtinessStrategy.java
A hibernate-core/src/main/java/org/hibernate/boot/internal/DeploymentResourcesInterpreter.java
A hibernate-core/src/main/java/org/hibernate/boot/internal/InFlightMetadataCollectorImpl.java
A hibernate-core/src/main/java/org/hibernate/boot/internal/MetadataBuilderImpl.java
A hibernate-core/src/main/java/org/hibernate/boot/internal/MetadataBuildingContextRootImpl.java
A hibernate-core/src/main/java/org/hibernate/boot/internal/MetadataBuildingProcess.java
A hibernate-core/src/main/java/org/hibernate/boot/internal/MetadataImpl.java
A hibernate-core/src/main/java/org/hibernate/boot/internal/SessionFactoryBuilderImpl.java
A hibernate-core/src/main/java/org/hibernate/boot/internal/StandardEntityNotFoundDelegate.java
A hibernate-core/src/main/java/org/hibernate/boot/jaxb/Origin.java
A hibernate-core/src/main/java/org/hibernate/boot/jaxb/SourceType.java
A hibernate-core/src/main/java/org/hibernate/boot/jaxb/hbm/internal/CacheAccessTypeConverter.java
A hibernate-core/src/main/java/org/hibernate/boot/jaxb/hbm/internal/CacheModeConverter.java
A hibernate-core/src/main/java/org/hibernate/boot/jaxb/hbm/internal/EntityModeConverter.java
A hibernate-core/src/main/java/org/hibernate/boot/jaxb/hbm/internal/ExecuteUpdateResultCheckStyleConverter.java
A hibernate-core/src/main/java/org/hibernate/boot/jaxb/hbm/internal/FlushModeConverter.java
A hibernate-core/src/main/java/org/hibernate/boot/jaxb/hbm/internal/GenerationTimingConverter.java
A hibernate-core/src/main/java/org/hibernate/boot/jaxb/hbm/internal/ImplicitResultSetMappingDefinition.java
A hibernate-core/src/main/java/org/hibernate/boot/jaxb/hbm/internal/LockModeConverter.java
A hibernate-core/src/main/java/org/hibernate/boot/jaxb/hbm/internal/OptimisticLockStyleConverter.java
A hibernate-core/src/main/java/org/hibernate/boot/jaxb/hbm/internal/package-info.java
A hibernate-core/src/main/java/org/hibernate/boot/jaxb/hbm/spi/AttributeMapping.java
A hibernate-core/src/main/java/org/hibernate/boot/jaxb/hbm/spi/ConfigParameterContainer.java
A hibernate-core/src/main/java/org/hibernate/boot/jaxb/hbm/spi/EntityInfo.java
A hibernate-core/src/main/java/org/hibernate/boot/jaxb/hbm/spi/NativeQueryNonScalarRootReturn.java
A hibernate-core/src/main/java/org/hibernate/boot/jaxb/hbm/spi/PluralAttributeInfo.java
A hibernate-core/src/main/java/org/hibernate/boot/jaxb/hbm/spi/PluralAttributeInfoIdBagAdapter.java
A hibernate-core/src/main/java/org/hibernate/boot/jaxb/hbm/spi/PluralAttributeInfoPrimitiveArrayAdapter.java
A hibernate-core/src/main/java/org/hibernate/boot/jaxb/hbm/spi/ResultSetMappingBindingDefinition.java
A hibernate-core/src/main/java/org/hibernate/boot/jaxb/hbm/spi/SecondaryTableContainer.java
A hibernate-core/src/main/java/org/hibernate/boot/jaxb/hbm/spi/SimpleValueTypeInfo.java
A hibernate-core/src/main/java/org/hibernate/boot/jaxb/hbm/spi/SingularAttributeInfo.java
A hibernate-core/src/main/java/org/hibernate/boot/jaxb/hbm/spi/SubEntityInfo.java
A hibernate-core/src/main/java/org/hibernate/boot/jaxb/hbm/spi/TableInformationContainer.java
A hibernate-core/src/main/java/org/hibernate/boot/jaxb/hbm/spi/ToolingHintContainer.java
A hibernate-core/src/main/java/org/hibernate/boot/jaxb/hbm/spi/TypeContainer.java
A hibernate-core/src/main/java/org/hibernate/boot/jaxb/internal/AbstractBinder.java
A hibernate-core/src/main/java/org/hibernate/boot/jaxb/internal/CacheableFileXmlSource.java
A hibernate-core/src/main/java/org/hibernate/boot/jaxb/internal/ContextProvidingValidationEventHandler.java
A hibernate-core/src/main/java/org/hibernate/boot/jaxb/internal/FileXmlSource.java
A hibernate-core/src/main/java/org/hibernate/boot/jaxb/internal/InputStreamXmlSource.java
A hibernate-core/src/main/java/org/hibernate/boot/jaxb/internal/JarFileEntryXmlSource.java
A hibernate-core/src/main/java/org/hibernate/boot/jaxb/internal/JaxpSourceXmlSource.java
A hibernate-core/src/main/java/org/hibernate/boot/jaxb/internal/MappingBinder.java
A hibernate-core/src/main/java/org/hibernate/boot/jaxb/internal/UrlXmlSource.java
A hibernate-core/src/main/java/org/hibernate/boot/jaxb/internal/stax/BaseXMLEventReader.java
A hibernate-core/src/main/java/org/hibernate/boot/jaxb/internal/stax/BufferedXMLEventReader.java
A hibernate-core/src/main/java/org/hibernate/boot/jaxb/internal/stax/FilteringXMLEventReader.java
A hibernate-core/src/main/java/org/hibernate/boot/jaxb/internal/stax/HbmEventReader.java
A hibernate-core/src/main/java/org/hibernate/boot/jaxb/internal/stax/JpaOrmXmlEventReader.java
A hibernate-core/src/main/java/org/hibernate/boot/jaxb/internal/stax/LocalSchema.java
A hibernate-core/src/main/java/org/hibernate/boot/jaxb/internal/stax/LocalSchemaLocator.java
A hibernate-core/src/main/java/org/hibernate/boot/jaxb/internal/stax/LocalXmlResourceResolver.java
A hibernate-core/src/main/java/org/hibernate/boot/jaxb/internal/stax/SupportedOrmXsdVersion.java
A hibernate-core/src/main/java/org/hibernate/boot/jaxb/internal/stax/UnsupportedOrmXsdVersionException.java
A hibernate-core/src/main/java/org/hibernate/boot/jaxb/internal/stax/XMLStreamConstantsUtils.java
A hibernate-core/src/main/java/org/hibernate/boot/jaxb/internal/stax/XmlInfrastructureException.java
A hibernate-core/src/main/java/org/hibernate/boot/jaxb/internal/stax/package-info.java
A hibernate-core/src/main/java/org/hibernate/boot/jaxb/spi/Binder.java
A hibernate-core/src/main/java/org/hibernate/boot/jaxb/spi/Binding.java
A hibernate-core/src/main/java/org/hibernate/boot/jaxb/spi/XmlSource.java
A hibernate-core/src/main/java/org/hibernate/boot/model/Caching.java
A hibernate-core/src/main/java/org/hibernate/boot/model/CustomSql.java
A hibernate-core/src/main/java/org/hibernate/boot/model/IdentifierGeneratorDefinition.java
A hibernate-core/src/main/java/org/hibernate/boot/model/JavaTypeDescriptor.java
A hibernate-core/src/main/java/org/hibernate/boot/model/TruthValue.java
A hibernate-core/src/main/java/org/hibernate/boot/model/TypeDefinition.java
A hibernate-core/src/main/java/org/hibernate/boot/model/naming/EntityNaming.java
A hibernate-core/src/main/java/org/hibernate/boot/model/naming/Identifier.java
A hibernate-core/src/main/java/org/hibernate/boot/model/naming/IllegalIdentifierException.java
A hibernate-core/src/main/java/org/hibernate/boot/model/naming/ImplicitAnyDiscriminatorColumnNameSource.java
A hibernate-core/src/main/java/org/hibernate/boot/model/naming/ImplicitAnyKeyColumnNameSource.java
A hibernate-core/src/main/java/org/hibernate/boot/model/naming/ImplicitBasicColumnNameSource.java
A hibernate-core/src/main/java/org/hibernate/boot/model/naming/ImplicitCollectionTableNameSource.java
A hibernate-core/src/main/java/org/hibernate/boot/model/naming/ImplicitConstraintNameSource.java
A hibernate-core/src/main/java/org/hibernate/boot/model/naming/ImplicitDiscriminatorColumnNameSource.java
A hibernate-core/src/main/java/org/hibernate/boot/model/naming/ImplicitEntityNameSource.java
A hibernate-core/src/main/java/org/hibernate/boot/model/naming/ImplicitForeignKeyNameSource.java
A hibernate-core/src/main/java/org/hibernate/boot/model/naming/ImplicitIdentifierColumnNameSource.java
A hibernate-core/src/main/java/org/hibernate/boot/model/naming/ImplicitIndexColumnNameSource.java
A hibernate-core/src/main/java/org/hibernate/boot/model/naming/ImplicitIndexNameSource.java
A hibernate-core/src/main/java/org/hibernate/boot/model/naming/ImplicitJoinColumnNameSource.java
A hibernate-core/src/main/java/org/hibernate/boot/model/naming/ImplicitJoinTableNameSource.java
A hibernate-core/src/main/java/org/hibernate/boot/model/naming/ImplicitMapKeyColumnNameSource.java
A hibernate-core/src/main/java/org/hibernate/boot/model/naming/ImplicitNameSource.java
A hibernate-core/src/main/java/org/hibernate/boot/model/naming/ImplicitNamingStrategy.java
A hibernate-core/src/main/java/org/hibernate/boot/model/naming/ImplicitNamingStrategyComponentPathImpl.java
A hibernate-core/src/main/java/org/hibernate/boot/model/naming/ImplicitNamingStrategyJpaCompliantImpl.java
A hibernate-core/src/main/java/org/hibernate/boot/model/naming/ImplicitNamingStrategyLegacyHbmImpl.java
A hibernate-core/src/main/java/org/hibernate/boot/model/naming/ImplicitNamingStrategyLegacyJpaImpl.java
A hibernate-core/src/main/java/org/hibernate/boot/model/naming/ImplicitPrimaryKeyJoinColumnNameSource.java
A hibernate-core/src/main/java/org/hibernate/boot/model/naming/ImplicitTenantIdColumnNameSource.java
A hibernate-core/src/main/java/org/hibernate/boot/model/naming/ImplicitUniqueKeyNameSource.java
A hibernate-core/src/main/java/org/hibernate/boot/model/naming/NamingHelper.java
A hibernate-core/src/main/java/org/hibernate/boot/model/naming/NamingStrategyHelper.java
A hibernate-core/src/main/java/org/hibernate/boot/model/naming/ObjectNameNormalizer.java
A hibernate-core/src/main/java/org/hibernate/boot/model/naming/PhysicalNamingStrategy.java
A hibernate-core/src/main/java/org/hibernate/boot/model/naming/PhysicalNamingStrategyStandardImpl.java
A hibernate-core/src/main/java/org/hibernate/boot/model/naming/package-info.java
A hibernate-core/src/main/java/org/hibernate/boot/model/relational/AbstractAuxiliaryDatabaseObject.java
A hibernate-core/src/main/java/org/hibernate/boot/model/relational/AbstractQualifiedName.java
A hibernate-core/src/main/java/org/hibernate/boot/model/relational/AuxiliaryDatabaseObject.java
A hibernate-core/src/main/java/org/hibernate/boot/model/relational/Database.java
A hibernate-core/src/main/java/org/hibernate/boot/model/relational/Exportable.java
A hibernate-core/src/main/java/org/hibernate/boot/model/relational/ExportableProducer.java
A hibernate-core/src/main/java/org/hibernate/boot/model/relational/InitCommand.java
A hibernate-core/src/main/java/org/hibernate/boot/model/relational/Loggable.java
A hibernate-core/src/main/java/org/hibernate/boot/model/relational/QualifiedName.java
A hibernate-core/src/main/java/org/hibernate/boot/model/relational/QualifiedNameParser.java
A hibernate-core/src/main/java/org/hibernate/boot/model/relational/QualifiedSequenceName.java
A hibernate-core/src/main/java/org/hibernate/boot/model/relational/QualifiedTableName.java
A hibernate-core/src/main/java/org/hibernate/boot/model/relational/Schema.java
A hibernate-core/src/main/java/org/hibernate/boot/model/relational/Sequence.java
A hibernate-core/src/main/java/org/hibernate/boot/model/relational/SimpleAuxiliaryDatabaseObject.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/ConstraintSecondPass.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/ImplicitColumnNamingSecondPass.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/OverriddenMappingDefaults.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/annotations/AnnotationMetadataSourceProcessorImpl.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/AbstractConstraintSource.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/AbstractEntitySourceImpl.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/AbstractHbmSourceNode.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/AbstractPluralAssociationElementSourceImpl.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/AbstractPluralAttributeSourceImpl.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/AbstractSingularAttributeSourceEmbeddedImpl.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/AbstractToOneAttributeSourceImpl.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/AttributesHelper.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/AuxiliaryDatabaseObjectBinder.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/BasicAttributeColumnsAndFormulasSource.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/BasicAttributePropertySource.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/ColumnAttributeSourceImpl.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/ColumnSourceImpl.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/CompositeIdentifierSingularAttributeSourceBasicImpl.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/CompositeIdentifierSingularAttributeSourceManyToOneImpl.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/ConfigParameterHelper.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/EmbeddableSourceContainer.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/EmbeddableSourceImpl.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/EmbeddableSourceVirtualImpl.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/EntityHierarchyBuilder.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/EntityHierarchySourceImpl.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/EntityNamingSourceImpl.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/FetchCharacteristicsPluralAttributeImpl.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/FetchCharacteristicsSingularAssociationImpl.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/FetchProfileBinder.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/FilterDefinitionBinder.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/FilterSourceImpl.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/FormulaImpl.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/HbmLocalMetadataBuildingContext.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/HbmMetadataSourceProcessorImpl.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/Helper.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/HibernateTypeSourceImpl.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/IdClassSource.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/IdentifierGeneratorDefinitionBinder.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/IdentifierSourceAggregatedCompositeImpl.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/IdentifierSourceNonAggregatedCompositeImpl.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/IdentifierSourceSimpleImpl.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/InLineViewSourceImpl.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/IndexConstraintSourceImpl.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/IndexedPluralAttributeSource.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/JoinedSubclassEntitySourceImpl.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/ManyToOneAttributeColumnsAndFormulasSource.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/ManyToOnePropertySource.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/MappingDocument.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/ModelBinder.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/NamedQueryBinder.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/PluralAttributeElementSourceBasicImpl.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/PluralAttributeElementSourceEmbeddedImpl.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/PluralAttributeElementSourceManyToAnyImpl.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/PluralAttributeElementSourceManyToManyImpl.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/PluralAttributeElementSourceOneToManyImpl.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/PluralAttributeKeySourceImpl.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/PluralAttributeMapKeyManyToAnySourceImpl.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/PluralAttributeMapKeyManyToManySourceImpl.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/PluralAttributeMapKeySourceBasicImpl.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/PluralAttributeMapKeySourceEmbeddedImpl.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/PluralAttributeSequentialIndexSourceImpl.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/PluralAttributeSourceArrayImpl.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/PluralAttributeSourceBagImpl.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/PluralAttributeSourceIdBagImpl.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/PluralAttributeSourceListImpl.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/PluralAttributeSourceMapImpl.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/PluralAttributeSourcePrimitiveArrayImpl.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/PluralAttributeSourceSetImpl.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/PropertySource.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/RelationalObjectBinder.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/RelationalValueSourceHelper.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/ResultSetMappingBinder.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/RootEntitySourceImpl.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/SecondaryTableSourceImpl.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/SingularAttributeSourceAnyImpl.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/SingularAttributeSourceBasicImpl.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/SingularAttributeSourceEmbeddedImpl.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/SingularAttributeSourceManyToOneImpl.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/SingularAttributeSourceOneToOneImpl.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/SingularIdentifierAttributeSourceImpl.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/SizeSourceImpl.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/SubclassEntitySourceImpl.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/TableSourceImpl.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/TimestampAttributeSourceImpl.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/TypeDefinitionBinder.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/UniqueKeyConstraintSourceImpl.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/VersionAttributeSourceImpl.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/XmlElementMetadata.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/AbstractAttributeKey.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/AnyDiscriminatorSource.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/AnyKeySource.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/AnyMappingSource.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/AssociationSource.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/AttributePath.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/AttributeRole.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/AttributeSource.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/AttributeSourceContainer.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/CascadeStyleSource.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/CollectionIdSource.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/ColumnBindingDefaults.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/ColumnSource.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/ColumnsAndFormulasSourceContainer.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/CompositeIdentifierSource.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/ConstraintSource.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/DerivedValueSource.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/DiscriminatorSource.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/EmbeddableMapping.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/EmbeddableSource.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/EmbeddableSourceContributor.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/EmbeddedAttributeMapping.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/EntityHierarchySource.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/EntityNamingSource.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/EntityNamingSourceContributor.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/EntitySource.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/FetchCharacteristics.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/FetchCharacteristicsPluralAttribute.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/FetchCharacteristicsSingularAssociation.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/FetchableAttributeSource.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/FilterSource.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/ForeignKeyContributingSource.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/HibernateTypeSource.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/IdentifiableTypeSource.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/IdentifierSource.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/IdentifierSourceAggregatedComposite.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/IdentifierSourceNonAggregatedComposite.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/IdentifierSourceSimple.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/InLineViewSource.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/IndexConstraintSource.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/InheritanceType.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/JavaTypeDescriptorResolvable.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/JdbcDataType.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/JoinedSubclassEntitySource.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/JpaCallbackSource.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/LocalMetadataBuildingContext.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/MapsIdSource.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/MetadataSourceProcessor.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/MultiTenancySource.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/NaturalIdMutability.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/Orderable.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/PluralAttributeElementNature.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/PluralAttributeElementSource.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/PluralAttributeElementSourceAssociation.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/PluralAttributeElementSourceBasic.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/PluralAttributeElementSourceEmbedded.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/PluralAttributeElementSourceManyToAny.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/PluralAttributeElementSourceManyToMany.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/PluralAttributeElementSourceOneToMany.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/PluralAttributeIndexNature.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/PluralAttributeIndexSource.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/PluralAttributeKeySource.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/PluralAttributeMapKeyManyToAnySource.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/PluralAttributeMapKeyManyToManySource.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/PluralAttributeMapKeySource.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/PluralAttributeMapKeySourceBasic.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/PluralAttributeMapKeySourceEmbedded.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/PluralAttributeNature.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/PluralAttributeSequentialIndexSource.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/PluralAttributeSource.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/PluralAttributeSourceArray.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/RelationalValueSource.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/RelationalValueSourceContainer.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/SecondaryTableSource.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/SingularAttributeNature.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/SingularAttributeSource.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/SingularAttributeSourceAny.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/SingularAttributeSourceBasic.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/SingularAttributeSourceEmbedded.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/SingularAttributeSourceManyToOne.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/SingularAttributeSourceOneToOne.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/SingularAttributeSourceToOne.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/SizeSource.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/Sortable.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/SubclassEntitySource.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/TableSource.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/TableSpecificationSource.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/ToolingHint.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/ToolingHintContext.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/ToolingHintContextContainer.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/UniqueKeyConstraintSource.java
A hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/VersionAttributeSource.java
M hibernate-core/src/main/java/org/hibernate/boot/registry/StandardServiceRegistryBuilder.java
A hibernate-core/src/main/java/org/hibernate/boot/spi/ClassLoaderAccess.java
A hibernate-core/src/main/java/org/hibernate/boot/spi/InFlightMetadataCollector.java
A hibernate-core/src/main/java/org/hibernate/boot/spi/MappingDefaults.java
A hibernate-core/src/main/java/org/hibernate/boot/spi/MetadataBuildingContext.java
A hibernate-core/src/main/java/org/hibernate/boot/spi/MetadataBuildingOptions.java
A hibernate-core/src/main/java/org/hibernate/boot/spi/MetadataImplementor.java
A hibernate-core/src/main/java/org/hibernate/boot/spi/MetadataSourcesContributor.java
A hibernate-core/src/main/java/org/hibernate/boot/spi/NaturalIdUniqueKeyBinder.java
M hibernate-core/src/main/java/org/hibernate/cache/internal/CollectionCacheInvalidator.java
M hibernate-core/src/main/java/org/hibernate/cfg/AbstractPropertyHolder.java
M hibernate-core/src/main/java/org/hibernate/cfg/AnnotationBinder.java
R hibernate-core/src/main/java/org/hibernate/cfg/AnnotationConfiguration.java
M hibernate-core/src/main/java/org/hibernate/cfg/AvailableSettings.java
M hibernate-core/src/main/java/org/hibernate/cfg/BinderHelper.java
M hibernate-core/src/main/java/org/hibernate/cfg/ClassPropertyHolder.java
M hibernate-core/src/main/java/org/hibernate/cfg/CollectionPropertyHolder.java
M hibernate-core/src/main/java/org/hibernate/cfg/CollectionSecondPass.java
M hibernate-core/src/main/java/org/hibernate/cfg/ColumnsBuilder.java
M hibernate-core/src/main/java/org/hibernate/cfg/ComponentPropertyHolder.java
M hibernate-core/src/main/java/org/hibernate/cfg/Configuration.java
M hibernate-core/src/main/java/org/hibernate/cfg/CopyIdentifierComponentSecondPass.java
M hibernate-core/src/main/java/org/hibernate/cfg/Ejb3Column.java
M hibernate-core/src/main/java/org/hibernate/cfg/Ejb3DiscriminatorColumn.java
M hibernate-core/src/main/java/org/hibernate/cfg/Ejb3JoinColumn.java
R hibernate-core/src/main/java/org/hibernate/cfg/ExtendedMappings.java
M hibernate-core/src/main/java/org/hibernate/cfg/FkSecondPass.java
R hibernate-core/src/main/java/org/hibernate/cfg/HbmBinder.java
M hibernate-core/src/main/java/org/hibernate/cfg/IndexColumn.java
M hibernate-core/src/main/java/org/hibernate/cfg/IndexOrUniqueKeySecondPass.java
M hibernate-core/src/main/java/org/hibernate/cfg/InheritanceState.java
M hibernate-core/src/main/java/org/hibernate/cfg/JPAIndexHolder.java
M hibernate-core/src/main/java/org/hibernate/cfg/JoinedSubclassFkSecondPass.java
R hibernate-core/src/main/java/org/hibernate/cfg/Mappings.java
M hibernate-core/src/main/java/org/hibernate/cfg/MetadataSourceType.java
R hibernate-core/src/main/java/org/hibernate/cfg/NamedSQLQuerySecondPass.java
R hibernate-core/src/main/java/org/hibernate/cfg/ObjectNameNormalizer.java
M hibernate-core/src/main/java/org/hibernate/cfg/ObjectNameSource.java
M hibernate-core/src/main/java/org/hibernate/cfg/OneToOneSecondPass.java
M hibernate-core/src/main/java/org/hibernate/cfg/PropertyHolderBuilder.java
R hibernate-core/src/main/java/org/hibernate/cfg/ResultSetMappingBinder.java
R hibernate-core/src/main/java/org/hibernate/cfg/ResultSetMappingSecondPass.java
M hibernate-core/src/main/java/org/hibernate/cfg/Settings.java
M hibernate-core/src/main/java/org/hibernate/cfg/SettingsFactory.java
M hibernate-core/src/main/java/org/hibernate/cfg/ToOneBinder.java
M hibernate-core/src/main/java/org/hibernate/cfg/ToOneFkSecondPass.java
M hibernate-core/src/main/java/org/hibernate/cfg/UniqueConstraintHolder.java
M hibernate-core/src/main/java/org/hibernate/cfg/VerifyFetchProfileReferenceSecondPass.java
M hibernate-core/src/main/java/org/hibernate/cfg/annotations/ArrayBinder.java
M hibernate-core/src/main/java/org/hibernate/cfg/annotations/BagBinder.java
M hibernate-core/src/main/java/org/hibernate/cfg/annotations/CollectionBinder.java
M hibernate-core/src/main/java/org/hibernate/cfg/annotations/EntityBinder.java
M hibernate-core/src/main/java/org/hibernate/cfg/annotations/IdBagBinder.java
M hibernate-core/src/main/java/org/hibernate/cfg/annotations/ListBinder.java
M hibernate-core/src/main/java/org/hibernate/cfg/annotations/MapBinder.java
M hibernate-core/src/main/java/org/hibernate/cfg/annotations/PrimitiveArrayBinder.java
M hibernate-core/src/main/java/org/hibernate/cfg/annotations/PropertyBinder.java
M hibernate-core/src/main/java/org/hibernate/cfg/annotations/QueryBinder.java
M hibernate-core/src/main/java/org/hibernate/cfg/annotations/ResultsetMappingSecondPass.java
M hibernate-core/src/main/java/org/hibernate/cfg/annotations/SetBinder.java
M hibernate-core/src/main/java/org/hibernate/cfg/annotations/SimpleValueBinder.java
M hibernate-core/src/main/java/org/hibernate/cfg/annotations/TableBinder.java
A hibernate-core/src/main/java/org/hibernate/cfg/annotations/reflection/AttributeConverterDefinitionCollector.java
M hibernate-core/src/main/java/org/hibernate/cfg/annotations/reflection/XMLContext.java
M hibernate-core/src/main/java/org/hibernate/cfg/beanvalidation/ActivationContext.java
M hibernate-core/src/main/java/org/hibernate/cfg/beanvalidation/BeanValidationEventListener.java
M hibernate-core/src/main/java/org/hibernate/cfg/beanvalidation/BeanValidationIntegrator.java
M hibernate-core/src/main/java/org/hibernate/cfg/beanvalidation/GroupsPerOperation.java
M hibernate-core/src/main/java/org/hibernate/cfg/beanvalidation/TypeSafeActivator.java
R hibernate-core/src/main/java/org/hibernate/cfg/naming/HbmNamingStrategyDelegate.java
R hibernate-core/src/main/java/org/hibernate/cfg/naming/ImprovedNamingStrategyDelegator.java
R hibernate-core/src/main/java/org/hibernate/cfg/naming/JpaNamingStrategyDelegate.java
R hibernate-core/src/main/java/org/hibernate/cfg/naming/LegacyHbmNamingStrategyDelegate.java
R hibernate-core/src/main/java/org/hibernate/cfg/naming/LegacyJpaNamingStrategyDelegate.java
R hibernate-core/src/main/java/org/hibernate/cfg/naming/LegacyNamingStrategyDelegate.java
R hibernate-core/src/main/java/org/hibernate/cfg/naming/LegacyNamingStrategyDelegateAdapter.java
R hibernate-core/src/main/java/org/hibernate/cfg/naming/LegacyNamingStrategyDelegator.java
R hibernate-core/src/main/java/org/hibernate/cfg/naming/NamingStrategyDelegate.java
R hibernate-core/src/main/java/org/hibernate/cfg/naming/NamingStrategyDelegateAdapter.java
R hibernate-core/src/main/java/org/hibernate/cfg/naming/NamingStrategyDelegator.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/function/SQLFunctionRegistry.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
M hibernate-core/src/main/java/org/hibernate/engine/FetchTiming.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/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/internal/QualifiedObjectNameFormatterStandardImpl.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/QualifiedObjectNameFormatter.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
M hibernate-core/src/main/java/org/hibernate/engine/jdbc/internal/JdbcServicesImpl.java
M hibernate-core/src/main/java/org/hibernate/engine/jdbc/internal/LogicalConnectionImpl.java
R hibernate-core/src/main/java/org/hibernate/engine/jdbc/spi/ExtractedDatabaseMetaData.java
R hibernate-core/src/main/java/org/hibernate/engine/jdbc/spi/JdbcConnectionAccess.java
M hibernate-core/src/main/java/org/hibernate/engine/jdbc/spi/JdbcServices.java
M hibernate-core/src/main/java/org/hibernate/engine/query/spi/NativeQueryInterpreterInitiator.java
M hibernate-core/src/main/java/org/hibernate/engine/spi/CacheInitiator.java
M hibernate-core/src/main/java/org/hibernate/engine/spi/ExecuteUpdateResultCheckStyle.java
M hibernate-core/src/main/java/org/hibernate/engine/spi/FilterDefinition.java
M hibernate-core/src/main/java/org/hibernate/engine/spi/NamedQueryDefinitionBuilder.java
M hibernate-core/src/main/java/org/hibernate/engine/spi/NamedSQLQueryDefinitionBuilder.java
M hibernate-core/src/main/java/org/hibernate/engine/spi/SessionDelegatorBaseImpl.java
M hibernate-core/src/main/java/org/hibernate/engine/spi/SessionFactoryImplementor.java
M hibernate-core/src/main/java/org/hibernate/engine/spi/SessionImplementor.java
M hibernate-core/src/main/java/org/hibernate/engine/transaction/internal/jdbc/JdbcIsolationDelegate.java
M hibernate-core/src/main/java/org/hibernate/engine/transaction/internal/jta/JtaIsolationDelegate.java
M hibernate-core/src/main/java/org/hibernate/engine/transaction/spi/TransactionContext.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/exception/internal/StandardSQLExceptionConverter.java
M hibernate-core/src/main/java/org/hibernate/hql/spi/MultiTableBulkIdStrategy.java
M hibernate-core/src/main/java/org/hibernate/hql/spi/PersistentTableBulkIdStrategy.java
M hibernate-core/src/main/java/org/hibernate/hql/spi/TemporaryTableBulkIdStrategy.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
A hibernate-core/src/main/java/org/hibernate/id/ExportableColumn.java
M hibernate-core/src/main/java/org/hibernate/id/ForeignGenerator.java
M hibernate-core/src/main/java/org/hibernate/id/IdentifierGeneratorAggregator.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
R hibernate-core/src/main/java/org/hibernate/id/TableGenerator.java
R 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/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/AbstractSessionImpl.java
M hibernate-core/src/main/java/org/hibernate/internal/CoreMessageLogger.java
M hibernate-core/src/main/java/org/hibernate/internal/NamedQueryRepository.java
M hibernate-core/src/main/java/org/hibernate/internal/SessionFactoryImpl.java
M hibernate-core/src/main/java/org/hibernate/internal/SessionImpl.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/log/DeprecationLogger.java
M hibernate-core/src/main/java/org/hibernate/internal/util/SerializationHelper.java
M hibernate-core/src/main/java/org/hibernate/internal/util/StringHelper.java
M hibernate-core/src/main/java/org/hibernate/internal/util/beans/BeanInfoHelper.java
M hibernate-core/src/main/java/org/hibernate/internal/util/xml/UnsupportedOrmXsdVersionException.java
M hibernate-core/src/main/java/org/hibernate/loader/JoinWalker.java
M hibernate-core/src/main/java/org/hibernate/loader/custom/sql/SQLQueryReturnProcessor.java
R hibernate-core/src/main/java/org/hibernate/mapping/AbstractAuxiliaryDatabaseObject.java
M hibernate-core/src/main/java/org/hibernate/mapping/Any.java
M hibernate-core/src/main/java/org/hibernate/mapping/Array.java
A hibernate-core/src/main/java/org/hibernate/mapping/AttributeContainer.java
M hibernate-core/src/main/java/org/hibernate/mapping/Bag.java
M hibernate-core/src/main/java/org/hibernate/mapping/Collection.java
M hibernate-core/src/main/java/org/hibernate/mapping/Component.java
M hibernate-core/src/main/java/org/hibernate/mapping/Constraint.java
M hibernate-core/src/main/java/org/hibernate/mapping/DenormalizedTable.java
M hibernate-core/src/main/java/org/hibernate/mapping/DependantValue.java
M hibernate-core/src/main/java/org/hibernate/mapping/ForeignKey.java
M hibernate-core/src/main/java/org/hibernate/mapping/Formula.java
M hibernate-core/src/main/java/org/hibernate/mapping/IdentifierBag.java
M hibernate-core/src/main/java/org/hibernate/mapping/IdentifierCollection.java
M hibernate-core/src/main/java/org/hibernate/mapping/Index.java
M hibernate-core/src/main/java/org/hibernate/mapping/IndexedCollection.java
M hibernate-core/src/main/java/org/hibernate/mapping/Join.java
M hibernate-core/src/main/java/org/hibernate/mapping/List.java
M hibernate-core/src/main/java/org/hibernate/mapping/ManyToOne.java
M hibernate-core/src/main/java/org/hibernate/mapping/Map.java
M hibernate-core/src/main/java/org/hibernate/mapping/MetaAttribute.java
M hibernate-core/src/main/java/org/hibernate/mapping/OneToMany.java
M hibernate-core/src/main/java/org/hibernate/mapping/OneToOne.java
M hibernate-core/src/main/java/org/hibernate/mapping/PersistentClass.java
M hibernate-core/src/main/java/org/hibernate/mapping/PrimaryKey.java
M hibernate-core/src/main/java/org/hibernate/mapping/PrimitiveArray.java
M hibernate-core/src/main/java/org/hibernate/mapping/RootClass.java
M hibernate-core/src/main/java/org/hibernate/mapping/Set.java
R hibernate-core/src/main/java/org/hibernate/mapping/SimpleAuxiliaryDatabaseObject.java
M hibernate-core/src/main/java/org/hibernate/mapping/SimpleValue.java
M hibernate-core/src/main/java/org/hibernate/mapping/Table.java
M hibernate-core/src/main/java/org/hibernate/mapping/TableOwner.java
M hibernate-core/src/main/java/org/hibernate/mapping/ToOne.java
M hibernate-core/src/main/java/org/hibernate/mapping/UniqueKey.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/CollectionPersister.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/AbstractPropertyMapping.java
M hibernate-core/src/main/java/org/hibernate/persister/entity/EntityPersister.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
A hibernate-core/src/main/java/org/hibernate/persister/spi/PersisterCreationContext.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/secure/internal/DisabledJaccServiceImpl.java
M hibernate-core/src/main/java/org/hibernate/secure/internal/StandardJaccServiceImpl.java
M hibernate-core/src/main/java/org/hibernate/secure/spi/JaccIntegrator.java
M hibernate-core/src/main/java/org/hibernate/secure/spi/JaccPermissionDeclarations.java
M hibernate-core/src/main/java/org/hibernate/secure/spi/JaccService.java
R hibernate-core/src/main/java/org/hibernate/service/ConfigLoader.java
M hibernate-core/src/main/java/org/hibernate/service/StandardServiceInitiators.java
R 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
R hibernate-core/src/main/java/org/hibernate/tool/hbm2ddl/DatabaseMetadata.java
M hibernate-core/src/main/java/org/hibernate/tool/hbm2ddl/SchemaExport.java
M hibernate-core/src/main/java/org/hibernate/tool/hbm2ddl/SchemaExportTask.java
M hibernate-core/src/main/java/org/hibernate/tool/hbm2ddl/SchemaUpdate.java
A hibernate-core/src/main/java/org/hibernate/tool/hbm2ddl/SchemaUpdateCommand.java
R hibernate-core/src/main/java/org/hibernate/tool/hbm2ddl/SchemaUpdateScript.java
M hibernate-core/src/main/java/org/hibernate/tool/hbm2ddl/SchemaUpdateTask.java
M hibernate-core/src/main/java/org/hibernate/tool/hbm2ddl/SchemaValidator.java
M hibernate-core/src/main/java/org/hibernate/tool/hbm2ddl/SchemaValidatorTask.java
M hibernate-core/src/main/java/org/hibernate/tool/hbm2ddl/TableMetadata.java
M hibernate-core/src/main/java/org/hibernate/tool/hbm2ddl/UniqueConstraintSchemaUpdateStrategy.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/InformationExtractorJdbcDatabaseMetaDataImpl.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/SequenceInformationExtractorH2DatabaseImpl.java
A hibernate-core/src/main/java/org/hibernate/tool/schema/extract/internal/SequenceInformationExtractorLegacyImpl.java
A hibernate-core/src/main/java/org/hibernate/tool/schema/extract/internal/SequenceInformationExtractorNoOpImpl.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/TableInformationImpl.java
A hibernate-core/src/main/java/org/hibernate/tool/schema/extract/internal/legacy/DatabaseInformationImpl.java
A hibernate-core/src/main/java/org/hibernate/tool/schema/extract/internal/legacy/package-info.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/InformationExtractor.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/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/StandardUniqueKeyExporter.java
A hibernate-core/src/main/java/org/hibernate/tool/schema/internal/TargetDatabaseImpl.java
A hibernate-core/src/main/java/org/hibernate/tool/schema/internal/TargetFileImpl.java
A hibernate-core/src/main/java/org/hibernate/tool/schema/internal/TargetStdoutImpl.java
A hibernate-core/src/main/java/org/hibernate/tool/schema/internal/TemporaryTableExporter.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/component/AbstractCompositionAttribute.java
M hibernate-core/src/main/java/org/hibernate/tuple/entity/EntityBasedAssociationAttribute.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/ForeignKeyDirection.java
M hibernate-core/src/main/java/org/hibernate/type/ManyToOneType.java
M hibernate-core/src/main/java/org/hibernate/type/OneToOneType.java
M hibernate-core/src/main/java/org/hibernate/type/TypeFactory.java
M hibernate-core/src/main/resources/org/hibernate/hibernate-configuration-4.0.xsd
A hibernate-core/src/main/resources/org/hibernate/xsd/cfg/legacy-configuration-4.0.xsd
A hibernate-core/src/main/resources/org/hibernate/xsd/mapping/legacy-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/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/SequenceStyleConfigUnitTest.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/ConfigurationTest.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/EntityTest.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/beanvalidation/BeanValidationDisabledTest.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/collectionelement/CustomImprovedNamingCollectionElementTest.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/DefaultNamingCollectionElementTest.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/ImprovedNamingCollectionElementTest.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/configuration/ConfigurationTest.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/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/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/duplicatedgenerator/DuplicateTest.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/embeddables/EmbeddableIntegratorTest.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/embeddables/InvestorIntegrator.java
A hibernate-core/src/test/java/org/hibernate/test/annotations/embeddables/InvestorTypeContributor.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/embeddables/nested/NestedEmbeddableMetadataTest.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/embeddables/nested/fieldaccess/FieldAccessedNestedEmbeddableMetadataTest.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/EmbeddedTest.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/entity/NewCustomEntityMappingAnnotationsTest.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/fetchprofile/FetchProfileTest.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/fkcircularity/FkCircularityTest.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/entities/TwinkleToes.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/id/sequences/entities/TwinkleToes.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/IdManyToOneTest.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/immutable/ImmutableTest.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/index/jpa/IndexTest.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/eager/EagerIndexedCollectionTest.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/discriminatoroptions/DiscriminatorOptionsTest.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/join/JoinTest.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/join/namingstrategy/NamingStrategyJoinTest.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/join/namingstrategy/TestNamingStrategy.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/ManyToManyTest.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/defaults/DefaultNamingManyToManyTest.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/defaults/ImprovedManyToManyDefaultsTest.java
A hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/defaults/JpaCompliantManyToManyImplicitNamingTest.java
A hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/defaults/ManyToManyImplicitNamingTest.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/namingstrategy/DummyNamingStrategy.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/namingstrategy/NamingStrategyTest.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/OneToManyTest.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/primarykey/NullablePrimaryKeyTest.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/CollectionPersister.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/persister/EntityPersister.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/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/uniqueconstraint/UniqueConstraintTest.java
A hibernate-core/src/test/java/org/hibernate/test/annotations/uniqueconstraint/UniqueConstraintUnitTests.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/NonExistentOrmVersionTest.java
M hibernate-core/src/test/java/org/hibernate/test/any/AnyTypeTest.java
M hibernate-core/src/test/java/org/hibernate/test/batch/BatchTest.java
M hibernate-core/src/test/java/org/hibernate/test/cascade/BidirectionalOneToManyCascadeTest.java
M hibernate-core/src/test/java/org/hibernate/test/cascade/Child.hbm.xml
M hibernate-core/src/test/java/org/hibernate/test/cascade/Parent.hbm.xml
M hibernate-core/src/test/java/org/hibernate/test/cfg/CacheableFileTest.java
R hibernate-core/src/test/java/org/hibernate/test/cfg/ConfigurationSerializationTest.java
M hibernate-core/src/test/java/org/hibernate/test/cfg/WrongCircularityDetectionTest.java
M hibernate-core/src/test/java/org/hibernate/test/cfg/persister/GoofyPersisterClassProvider.java
M hibernate-core/src/test/java/org/hibernate/test/collection/custom/basic/UserCollectionTypeTest.java
M hibernate-core/src/test/java/org/hibernate/test/collection/set/PersistentSetNonLazyTest.java
M hibernate-core/src/test/java/org/hibernate/test/collection/set/PersistentSetTest.java
M hibernate-core/src/test/java/org/hibernate/test/common/BasicTestingJdbcServiceImpl.java
M hibernate-core/src/test/java/org/hibernate/test/common/JdbcConnectionAccessImpl.java
A hibernate-core/src/test/java/org/hibernate/test/common/MetadataBuildingContextTestingImpl.java
M hibernate-core/src/test/java/org/hibernate/test/common/TransactionContextImpl.java
M hibernate-core/src/test/java/org/hibernate/test/component/basic/ComponentTest.java
M hibernate-core/src/test/java/org/hibernate/test/compositeelement/CompositeElementTest.java
M hibernate-core/src/test/java/org/hibernate/test/connections/AggressiveReleaseTest.java
M hibernate-core/src/test/java/org/hibernate/test/connections/BasicConnectionProviderTest.java
M hibernate-core/src/test/java/org/hibernate/test/connections/ConnectionManagementTestCase.java
M hibernate-core/src/test/java/org/hibernate/test/connections/SuppliedConnectionTest.java
M hibernate-core/src/test/java/org/hibernate/test/connections/ThreadLocalCurrentSessionTest.java
M hibernate-core/src/test/java/org/hibernate/test/constraint/ConstraintTest.java
M hibernate-core/src/test/java/org/hibernate/test/cuk/Person.hbm.xml
M hibernate-core/src/test/java/org/hibernate/test/dynamicentity/interceptor/Customer.hbm.xml
M hibernate-core/src/test/java/org/hibernate/test/dynamicentity/tuplizer/Customer.hbm.xml
M hibernate-core/src/test/java/org/hibernate/test/dynamicentity/tuplizer2/Customer.hbm.xml
M hibernate-core/src/test/java/org/hibernate/test/enums/InvalidEnumeratedJavaTypeTest.java
M hibernate-core/src/test/java/org/hibernate/test/event/collection/detached/AggregatedCollectionEventListener.java
M hibernate-core/src/test/java/org/hibernate/test/event/collection/detached/BadMergeHandlingTest.java
M hibernate-core/src/test/java/org/hibernate/test/event/collection/detached/MergeCollectionEventTest.java
M hibernate-core/src/test/java/org/hibernate/test/event/collection/values/ValuesBagMapping.hbm.xml
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/events/LegacyPostCommitListenerTest.java
M hibernate-core/src/test/java/org/hibernate/test/events/PostCommitListenerTest.java
M hibernate-core/src/test/java/org/hibernate/test/extendshbm/ExtendsTest.java
M hibernate-core/src/test/java/org/hibernate/test/extendshbm/unionsubclass.hbm.xml
M hibernate-core/src/test/java/org/hibernate/test/filter/DynamicFilterTest.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/Master.hbm.xml
M hibernate-core/src/test/java/org/hibernate/test/idclass/Customer.java
M hibernate-core/src/test/java/org/hibernate/test/idclass/CustomerId.java
M hibernate-core/src/test/java/org/hibernate/test/idclass/FavoriteCustomer.java
M hibernate-core/src/test/java/org/hibernate/test/instrument/cases/AbstractExecutable.java
M hibernate-core/src/test/java/org/hibernate/test/interfaceproxy/InterfaceProxyTest.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/legacy/ABCTest.java
M hibernate-core/src/test/java/org/hibernate/test/legacy/Baz.hbm.xml
M hibernate-core/src/test/java/org/hibernate/test/legacy/Blobber.hbm.xml
M hibernate-core/src/test/java/org/hibernate/test/legacy/Broken.hbm.xml
M hibernate-core/src/test/java/org/hibernate/test/legacy/CustomPersister.java
M hibernate-core/src/test/java/org/hibernate/test/legacy/Eye.hbm.xml
M hibernate-core/src/test/java/org/hibernate/test/legacy/IJ2.hbm.xml
M hibernate-core/src/test/java/org/hibernate/test/legacy/LegacyTestCase.java
M hibernate-core/src/test/java/org/hibernate/test/legacy/Map.hbm.xml
M hibernate-core/src/test/java/org/hibernate/test/legacy/MasterDetailTest.java
M hibernate-core/src/test/java/org/hibernate/test/legacy/NonReflectiveBinderTest.java
M hibernate-core/src/test/java/org/hibernate/test/legacy/OneToOneCacheTest.java
M hibernate-core/src/test/java/org/hibernate/test/legacy/Qux.hbm.xml
M hibernate-core/src/test/java/org/hibernate/test/legacy/WZ.hbm.xml
M hibernate-core/src/test/java/org/hibernate/test/legacy/Wicked.hbm.xml
M hibernate-core/src/test/java/org/hibernate/test/legacy/XY.hbm.xml
M hibernate-core/src/test/java/org/hibernate/test/locale/LocaleTest.java
M hibernate-core/src/test/java/org/hibernate/test/mapping/AliasTest.java
M hibernate-core/src/test/java/org/hibernate/test/mapping/ValueVisitorTest.java
M hibernate-core/src/test/java/org/hibernate/test/mappingexception/MappingExceptionTest.java
M hibernate-core/src/test/java/org/hibernate/test/mixed/MixedTest.java
M hibernate-core/src/test/java/org/hibernate/test/multitenancy/ConfigurationValidationTest.java
M hibernate-core/src/test/java/org/hibernate/test/multitenancy/schema/CurrentTenantResolverMultiTenancyTest.java
M hibernate-core/src/test/java/org/hibernate/test/multitenancy/schema/SchemaBasedMultiTenancyTest.java
M hibernate-core/src/test/java/org/hibernate/test/namingstrategy/FullyQualifiedEntityNameNamingStrategyTest.java
M hibernate-core/src/test/java/org/hibernate/test/namingstrategy/NamingStrategyTest.java
M hibernate-core/src/test/java/org/hibernate/test/namingstrategy/TestNamingStrategy.java
A hibernate-core/src/test/java/org/hibernate/test/namingstrategy/complete/Address.java
A hibernate-core/src/test/java/org/hibernate/test/namingstrategy/complete/BaseAnnotationBindingTests.java
A hibernate-core/src/test/java/org/hibernate/test/namingstrategy/complete/BaseHbmBindingTests.java
A hibernate-core/src/test/java/org/hibernate/test/namingstrategy/complete/BaseNamingTests.java
A hibernate-core/src/test/java/org/hibernate/test/namingstrategy/complete/Customer.java
A hibernate-core/src/test/java/org/hibernate/test/namingstrategy/complete/Industry.java
A hibernate-core/src/test/java/org/hibernate/test/namingstrategy/complete/LegacyJpaNamingWithAnnotationBindingTests.java
A hibernate-core/src/test/java/org/hibernate/test/namingstrategy/complete/LegacyJpaNamingWithHbmBindingTests.java
A hibernate-core/src/test/java/org/hibernate/test/namingstrategy/complete/Mappings.hbm.xml
A hibernate-core/src/test/java/org/hibernate/test/namingstrategy/complete/Order.java
A hibernate-core/src/test/java/org/hibernate/test/namingstrategy/complete/State.java
A hibernate-core/src/test/java/org/hibernate/test/namingstrategy/complete/ZipCode.java
A hibernate-core/src/test/java/org/hibernate/test/namingstrategy/complete/package-info.java
M hibernate-core/src/test/java/org/hibernate/test/namingstrategy/components/ComponentNamingStrategyTest.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/basic/OneToOneSchemaTest.java
M hibernate-core/src/test/java/org/hibernate/test/ops/GetLoadTest.java
M hibernate-core/src/test/java/org/hibernate/test/ops/SaveOrUpdateTest.java
M hibernate-core/src/test/java/org/hibernate/test/pagination/PaginationTest.java
M hibernate-core/src/test/java/org/hibernate/test/propertyref/basic/Person.hbm.xml
M hibernate-core/src/test/java/org/hibernate/test/propertyref/basic/PropertyRefTest.java
M hibernate-core/src/test/java/org/hibernate/test/propertyref/component/complete/CompleteComponentPropertyRefTest.java
M hibernate-core/src/test/java/org/hibernate/test/propertyref/component/partial/PartialComponentPropertyRefTest.java
M hibernate-core/src/test/java/org/hibernate/test/propertyref/import.sql
M hibernate-core/src/test/java/org/hibernate/test/propertyref/inheritence/discrim/Person.hbm.xml
M hibernate-core/src/test/java/org/hibernate/test/propertyref/inheritence/joined/Person.hbm.xml
M hibernate-core/src/test/java/org/hibernate/test/propertyref/inheritence/union/Person.hbm.xml
M hibernate-core/src/test/java/org/hibernate/test/proxy/ProxyTest.java
M hibernate-core/src/test/java/org/hibernate/test/querycache/QueryCacheTest.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/readonly/AbstractReadOnlyTest.java
M hibernate-core/src/test/java/org/hibernate/test/schematoolsnaming/StandaloneSchemaToolsNamingTest.java
M hibernate-core/src/test/java/org/hibernate/test/schemaupdate/1_Version.hbm.xml
M hibernate-core/src/test/java/org/hibernate/test/schemaupdate/2_Version.hbm.xml
M hibernate-core/src/test/java/org/hibernate/test/schemaupdate/3_Version.hbm.xml
M hibernate-core/src/test/java/org/hibernate/test/schemaupdate/MigrationTest.java
M hibernate-core/src/test/java/org/hibernate/test/schemaupdate/SchemaExportManagedConnectionTest.java
M hibernate-core/src/test/java/org/hibernate/test/schemaupdate/SchemaExportSuppliedConnectionTest.java
M hibernate-core/src/test/java/org/hibernate/test/schemaupdate/SchemaExportTest.java
M hibernate-core/src/test/java/org/hibernate/test/schemaupdate/mapping.hbm.xml
M hibernate-core/src/test/java/org/hibernate/test/schemavalidation/SynonymValidationTest.java
M hibernate-core/src/test/java/org/hibernate/test/service/TestIntegrator.java
M hibernate-core/src/test/java/org/hibernate/test/sql/autodiscovery/AutoDiscoveryTest.java
M hibernate-core/src/test/java/org/hibernate/test/sql/hand/query/NativeSQLQueries.hbm.xml
M hibernate-core/src/test/java/org/hibernate/test/sql/hand/query/NativeSQLQueriesTest.java
M hibernate-core/src/test/java/org/hibernate/test/sql/storedproc/PostgresRefCursorSupportTest.java
M hibernate-core/src/test/java/org/hibernate/test/sql/storedproc/StoredProcedureResultSetMappingTest.java
M hibernate-core/src/test/java/org/hibernate/test/sql/storedproc/StoredProcedureTest.java
M hibernate-core/src/test/java/org/hibernate/test/stateless/fetching/StatelessSessionFetchingTest.java
M hibernate-core/src/test/java/org/hibernate/test/stats/StatsTest.java
M hibernate-core/src/test/java/org/hibernate/test/subclassfilter/discrim-subclass.hbm.xml
M hibernate-core/src/test/java/org/hibernate/test/subclassfilter/joined-subclass.hbm.xml
M hibernate-core/src/test/java/org/hibernate/test/subclassfilter/union-subclass.hbm.xml
M hibernate-core/src/test/java/org/hibernate/test/subselect/Beings.hbm.xml
M hibernate-core/src/test/java/org/hibernate/test/subselectfetch/SubselectFetchTest.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/tm/TransactionTimeoutTest.java
M hibernate-core/src/test/java/org/hibernate/test/type/AttributeConverterTest.java
M hibernate-core/src/test/java/org/hibernate/test/unidir/BackrefTest.java
M hibernate-core/src/test/java/org/hibernate/test/util/SchemaUtil.java
M hibernate-core/src/test/java/org/hibernate/test/util/dtd/EntityResolverTest.java
M hibernate-core/src/test/resources/log4j.properties
M hibernate-ehcache/src/test/java/org/hibernate/test/cache/HibernateCacheTest.java
M hibernate-ehcache/src/test/java/org/hibernate/test/cache/ehcache/EhCacheRegionFactoryImpl.java
M hibernate-ehcache/src/test/java/org/hibernate/test/cache/ehcache/EhCacheRegionTest.java
M hibernate-ehcache/src/test/java/org/hibernate/test/cache/ehcache/EhCacheTest.java
M hibernate-entitymanager/src/main/java/org/hibernate/jpa/AvailableSettings.java
M hibernate-entitymanager/src/main/java/org/hibernate/jpa/SchemaGenAction.java
M hibernate-entitymanager/src/main/java/org/hibernate/jpa/SchemaGenSource.java
M hibernate-entitymanager/src/main/java/org/hibernate/jpa/boot/internal/EntityManagerFactoryBuilderImpl.java
A hibernate-entitymanager/src/main/java/org/hibernate/jpa/boot/internal/Helper.java
M hibernate-entitymanager/src/main/java/org/hibernate/jpa/event/spi/JpaIntegrator.java
M hibernate-entitymanager/src/main/java/org/hibernate/jpa/internal/EntityManagerFactoryImpl.java
M hibernate-entitymanager/src/main/java/org/hibernate/jpa/internal/schemagen/GenerationSourceFromMetadata.java
M hibernate-entitymanager/src/main/java/org/hibernate/jpa/internal/schemagen/JdbcConnectionContext.java
M hibernate-entitymanager/src/main/java/org/hibernate/jpa/internal/schemagen/JpaSchemaGenerator.java
M hibernate-entitymanager/src/test/bundles/explicitpar/META-INF/persistence.xml
R hibernate-entitymanager/src/test/java/org/hibernate/jpa/test/MyLegacyNamingStrategyDelegator.java
M hibernate-entitymanager/src/test/java/org/hibernate/jpa/test/MyNamingStrategy.java
R hibernate-entitymanager/src/test/java/org/hibernate/jpa/test/MyNamingStrategyDelegator.java
M hibernate-entitymanager/src/test/java/org/hibernate/jpa/test/cacheable/annotation/ConfigurationTest.java
M hibernate-entitymanager/src/test/java/org/hibernate/jpa/test/connection/DataSourceInjectionTest.java
M hibernate-entitymanager/src/test/java/org/hibernate/jpa/test/criteria/paths/SingularAttributeJoinTest.java
A hibernate-entitymanager/src/test/java/org/hibernate/jpa/test/ejb3configuration/NamingStrategyConfigurationTest.java
R hibernate-entitymanager/src/test/java/org/hibernate/jpa/test/ejb3configuration/NamingStrategyDelegatorConfigurationTest.java
M hibernate-entitymanager/src/test/java/org/hibernate/jpa/test/ejb3configuration/PersisterClassProviderTest.java
M hibernate-entitymanager/src/test/java/org/hibernate/jpa/test/graphs/EntityGraphTest.java
M hibernate-entitymanager/src/test/java/org/hibernate/jpa/test/jee/OrmVersionTest.java
M hibernate-entitymanager/src/test/java/org/hibernate/jpa/test/metadata/MetadataTest.java
M hibernate-entitymanager/src/test/java/org/hibernate/jpa/test/packaging/PackagedEntityManagerTest.java
A hibernate-entitymanager/src/test/resources/org/hibernate/jpa/test/criteria/paths/PolicyAndDistribution.hbm.xml
M hibernate-envers/src/main/java/org/hibernate/envers/configuration/internal/metadata/CollectionMetadataGenerator.java
M hibernate-envers/src/main/java/org/hibernate/envers/tools/hbm2ddl/EnversSchemaGenerator.java
M hibernate-envers/src/test/java/ee/estonia/entities/Child.java
M hibernate-envers/src/test/java/ee/estonia/entities/Parent.java
M hibernate-envers/src/test/java/org/hibernate/envers/internal/tools/MapProxyTest.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/AbstractOneSessionTest.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/BaseEnversFunctionalTestCase.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/BaseEnversJPAFunctionalTestCase.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/EnversRunner.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/entities/StrTestNoProxyEntity.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/entities/collection/EmbeddableListEntity1.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/entities/collection/EmbeddableListEntity2.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/entities/collection/EmbeddableMapEntity.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/entities/collection/EmbeddableSetEntity.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/entities/collection/EnumSetEntity.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/entities/collection/MultipleCollectionEntity.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/entities/collection/StringListEntity.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/entities/collection/StringMapEntity.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/entities/collection/StringSetEntity.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/entities/components/ComponentSetTestEntity.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/entities/components/relations/OneToManyComponent.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/entities/ids/DateEmbId.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/entities/ids/DateIdTestEntity.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/entities/ids/EmbId.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/entities/ids/EmbIdWithCustomType.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/entities/ids/ManyToOneIdNotAuditedTestEntity.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/entities/ids/ManyToOneNotAuditedEmbId.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/entities/ids/UnusualIdNamingEntity.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/ListOwnedEntity.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/ListOwningEntity.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/MapOwnedEntity.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/MapOwningEntity.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/SetOwnedEntity.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/SetOwningEntity.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/SortedSetEntity.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/WhereJoinTableEntity.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/biowned/ListBiowning1Entity.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/biowned/ListBiowning2Entity.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/sametable/Child1Entity.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/sametable/Child2Entity.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/sametable/ParentEntity.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/unidirectional/JoinTableEntity.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/unidirectional/ListUniEntity.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/unidirectional/M2MIndexedListTargetNotAuditedEntity.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/unidirectional/M2MTargetNotAuditedEntity.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/unidirectional/MapUniEntity.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/unidirectional/SetUniEntity.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/CollectionRefEdEntity.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/CollectionRefIngEntity.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/ListRefEdEntity.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/SetRefEdEntity.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/DoubleListJoinColumnBidirectionalRefIngEntity.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/DoubleSetRefCollEntity.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/IndexedListJoinColumnBidirectionalRefIngEntity.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/ListJoinColumnBidirectionalInheritanceRefIngEntity.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/ListJoinColumnBidirectionalRefIngEntity.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/ListRefCollEntity.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/SetJoinColumnRefCollEntity.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/SetRefCollEntity.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/ids/SetRefCollEntityEmbId.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/ids/SetRefCollEntityMulId.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/inheritance/ParentIndexedListJoinColumnBidirectionalRefIngEntity.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/ids/SetRefEdEmbIdEntity.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/ids/SetRefEdMulIdEntity.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/entities/reventity/CustomDateRevEntity.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/entities/reventity/trackmodifiedentities/AnnotatedTrackingRevisionEntity.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/entities/reventity/trackmodifiedentities/CustomTrackingRevisionEntity.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/accesstype/FieldAccessType.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/accesstype/ImmutableClassAccessType.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/accesstype/MixedAccessType.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/accesstype/PropertyAccessType.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/auditReader/AuditReaderAPITest.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/ColumnScalePrecisionTest.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/Delete.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/EmptyStringTest.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/GlobalVersioned.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/ManyOperationsInTransaction.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/NullProperties.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/OutsideTransactionTest.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/RegisterUserEventListenersTest.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/ScalePrecisionEntity.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/Simple.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/SingleOperationInTransaction.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/TransactionRollbackBehaviour.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/UnversionedPropertiesChange.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/UnversionedProperty.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/cache/QueryCache.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/collection/DetachedMultipleCollectionChangeTest.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/collection/EnumSet.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/collection/StringList.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/collection/StringMap.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/collection/StringSet.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/collection/embeddable/BasicEmbeddableCollection.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/collection/embeddable/DarkCharacter.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/collection/embeddable/EmbeddableList1.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/collection/embeddable/EmbeddableList2.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/collection/embeddable/EmbeddableMap.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/collection/embeddable/EmbeddableSet.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/collection/embeddable/Name.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/collection/mapkey/ComponentMapKey.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/collection/mapkey/ComponentMapKeyEntity.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/collection/mapkey/IdMapKey.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/collection/mapkey/IdMapKeyEntity.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/collection/norevision/Name.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/collection/norevision/Person.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/components/Components.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/components/DefaultValueComponents.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/components/PropertiesGroupTest.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/components/collections/CollectionOfComponents.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/components/collections/mappedsuperclasselement/Code.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/components/collections/mappedsuperclasselement/CollectionOfMappedSuperclassComponentsTest.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/components/dynamic/AuditedDynamicComponentTest.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/components/dynamic/AuditedDynamicComponentsAdvancedCasesTest.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/components/dynamic/NotAuditedDynamicComponentTest.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/components/dynamic/SanityCheckTest.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/components/mappedsuperclass/EmbeddableWithDeclaredDataTest.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/components/mappedsuperclass/EmbeddableWithNoDeclaredDataTest.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/components/relations/ManyToOneInComponent.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/components/relations/NotAuditedManyToOneInComponent.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/components/relations/OneToManyInComponent.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/customtype/CompositeCustom.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/customtype/EnumTypeTest.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/customtype/ObjectUserTypeEntity.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/customtype/ObjectUserTypeTest.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/customtype/ParametrizedCustom.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/customtype/UnspecifiedEnumTypeTest.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/data/DateTestEntity.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/data/Dates.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/data/Enums.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/data/LobSerializables.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/data/LobTestEntity.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/data/Lobs.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/data/Serializables.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/singleAssociatedAudited/SingleDomainObjectToMultipleTablesTest.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/flush/AbstractFlushTest.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/flush/CommitFlush.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/flush/DoubleFlushAddDel.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/flush/DoubleFlushAddMod.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/flush/DoubleFlushModDel.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/flush/DoubleFlushModMod.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/flush/ManualFlush.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/hashcode/ChangingHashcode.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/hashcode/WikiPage.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/ids/CompositeDateId.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/ids/CompositeIds.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/ids/DateId.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/ids/embeddedid/Item.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/ids/embeddedid/ItemId.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/ids/embeddedid/Producer.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/ids/embeddedid/PurchaseOrder.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/ids/embeddedid/RelationInsideEmbeddableTest.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/ids/idclass/ClassType.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/ids/idclass/IdClassWithRelationTest.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/ids/idclass/SampleClass.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/ids/protectedmodifier/ProtectedConstructorEntity.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/ids/protectedmodifier/ProtectedConstructorTest.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/ids/protectedmodifier/WrappedStringId.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/ChildAuditing.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/ChildNullAuditing.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/ParentAuditing.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/childrelation/ChildReferencing.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/childrelation/ReferencedEntity.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/emptychild/EmptyChildAuditing.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/notownedrelation/Address.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/notownedrelation/Contact.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/notownedrelation/NotOwnedBidirectional.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/primarykeyjoin/ChildPrimaryKeyJoinAuditing.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/relation/ParentReferencingChildTest.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/relation/PolymorphicCollection.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/relation/ReferencedEntity.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/relation/RightsSubject.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/relation/Role.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/relation/unidirectional/AbstractSetEntity.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/relation/unidirectional/UnidirectionalDoubleAbstract.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/mixed/entities/ActivityId.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/ChildAuditing.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/ParentAuditing.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/childrelation/ChildReferencing.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/childrelation/ReferencedEntity.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/discriminatorformula/DiscriminatorFormulaTest.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/notownedrelation/Address.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/notownedrelation/Contact.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/notownedrelation/NotOwnedBidirectional.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/relation/PolymorphicCollection.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/relation/ReferencedEntity.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/ChildAuditing.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/ParentAuditing.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/abstractparent/AuditedAbstractParentTest.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/childrelation/ChildReferencing.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/childrelation/ReferencedEntity.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/notownedrelation/Address.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/notownedrelation/Contact.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/notownedrelation/NotOwnedBidirectional.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/relation/PolymorphicCollection.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/relation/ReferencedEntity.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/components/InterfacesComponents.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/hbm/allAudited/AbstractAllAuditedTest.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/relation/InterfacesRelation.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/jta/JtaExceptionListener.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/jta/JtaTransaction.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/BasicList.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/BasicMap.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/BasicSet.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/BasicWhereJoinTable.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/CustomComparatorEntityTest.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/biowned/BasicBiowned.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/inverseToSuperclass/ManyToManyInverseToSuperclassTest.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/sametable/BasicSametable.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/ternary/TernaryMap.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/ternary/TernaryMapEntity.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/ternary/TernaryMapFlush.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/unidirectional/BasicUniList.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/unidirectional/BasicUniMap.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/unidirectional/BasicUniSet.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/unidirectional/JoinTableDetachedTest.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/unidirectional/M2MIndexedListNotAuditedTarget.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/unidirectional/M2MRelationNotAuditedTarget.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytoone/bidirectional/ImplicitMappedByTest.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytoone/bidirectional/ManyToOneOwning.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytoone/bidirectional/OneToManyOwned.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytoone/unidirectional/RelationNotAuditedTarget.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/merge/AddDelTest.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedAPITest.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedBidirectional2.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedChildAuditing.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedChildReferencing.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedComponentCollection.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedComponentMapKey.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedComponents.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedCompositeCustom.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedDetachedMultipleCollection.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedDoubleJoinColumnBidirectionalList.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedEnumSet.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedForDefaultNotUsing.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedIdMapKey.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedManualFlush.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedManyToOneInComponent.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedMergeTest.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedNotOwnedBidirectional.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedNullProperties.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedOneToManyInComponent.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedStringMap.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedStringSet.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedUnversionedProperties.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/ModifiedFlagSuffix.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/entities/PartialModifiedFlagsEntity.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/multiplerelations/Address.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/multiplerelations/MultipleAssociationsTest.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/multiplerelations/Person.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/BasicNaming.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/DetachedNamingTestEntity.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/EstonianTableAlias.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/JoinNaming.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/JoinNamingRefEdEntity.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/OneToManyUnidirectionalNaming.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/VersionsJoinTableNaming.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/VersionsJoinTableRangeComponent.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/VersionsJoinTableRangeComponentNamingTest.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/VersionsJoinTableTestEntity.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/ids/EmbIdNaming.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/ids/JoinEmbIdNaming.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/ids/JoinEmbIdNamingRefEdEntity.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/ids/JoinMulIdNaming.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/ids/JoinMulIdNamingRefEdEntity.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/ids/MulIdNaming.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/quotation/QuotedFieldsTest.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/notinsertable/NotInsertable.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/notinsertable/manytoone/ManyToOneNotInsertable.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/notupdatable/PropertyNotUpdatableEntity.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/notupdatable/PropertyNotUpdatableTest.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/BasicCollection.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/BasicList.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/BasicSet.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/BasicSetWithEmbId.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/BasicSetWithMulId.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/BasicSetWithNullsDelete.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/BidirectionalMapKey.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/InverseSideChanges.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/RefEdMapKeyEntity.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/detached/BasicDetachedList.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/detached/BasicDetachedSet.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/detached/BasicDetachedSetWithEmbId.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/detached/BasicDetachedSetWithMulId.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/detached/BasicJoinColumnSet.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/detached/DataChangesDetachedSet.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/detached/DetachedTest.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/detached/DoubleDetachedSet.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/detached/DoubleJoinColumnBidirectionalList.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/detached/IndexedJoinColumnBidirectionalList.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/detached/InheritanceIndexedJoinColumnBidirectionalList.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/detached/JoinColumnBidirectionalList.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/detached/JoinColumnBidirectionalListWithInheritance.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/embeddedid/Constant.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/embeddedid/MapsIdTest.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/embeddedid/Person.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/embeddedid/PersonTuple.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/hierarchy/HierarchyTest.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/hierarchy/Node.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/inverseToSuperclass/OneToManyInverseToSuperclassTest.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/bidirectional/Bidirectional.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/bidirectional/Bidirectional2.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/bidirectional/BidirectionalEagerAnnotationTest.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/bidirectional/BidirectionalEagerHbmTest.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/bidirectional/BidirectionalNoNulls.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/bidirectional/ids/EmbIdBidirectional.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/bidirectional/ids/MulIdBidirectional.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/bidirectional/primarykeyjoincolumn/Account.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/bidirectional/primarykeyjoincolumn/AccountNotAuditedOwners.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/bidirectional/primarykeyjoincolumn/NotAuditedNoProxyPerson.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/bidirectional/primarykeyjoincolumn/NotAuditedProxyPerson.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/bidirectional/primarykeyjoincolumn/OneToOneWithPrimaryKeyJoinTest.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/bidirectional/primarykeyjoincolumn/Person.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/unidirectional/Unidirectional.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/unidirectional/UnidirectionalWithNulls.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/primitive/PrimitiveAddDelete.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/properties/UnversionedOptimisticLockingField.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/properties/VersionsProperties.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/proxy/ProxyIdentifier.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/proxy/QueryingWithProxyObjectTest.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/proxy/RemovedObjectQueryTest.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/query/AggregateQuery.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/query/CustomRevEntityQuery.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/query/DeletedEntities.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/query/MaximalizePropertyQuery.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/query/OrderByLimitQuery.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/query/RevisionConstraintQuery.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/query/SimpleQuery.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/query/StoreDeletedData.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/query/ids/EmbIdOneToManyQuery.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/query/ids/MulIdOneToManyQuery.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/readwriteexpression/ReadWriteExpressionChange.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reference/BidirectionalReference.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reference/GreetingSetPO.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/Custom.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/CustomBoxed.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/CustomColumnMapping.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/CustomDate.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/CustomNoListener.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/CustomPropertyAccess.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/DifferentDBSchemaTest.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/GloballyConfiguredRevListenerTest.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/Inherited.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/Listener.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/LongRevNumber.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/MonotonicRevisionNumberTest.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/removal/AbstractRevisionEntityRemovalTest.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/trackmodifiedentities/DefaultTrackingEntitiesTest.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/trackmodifiedentities/TrackingEntitiesMultipleChangesTest.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/revfordate/RevisionForDate.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/sameids/SameIds.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/secondary/BasicSecondary.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/secondary/NamingSecondary.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/secondary/ids/EmbIdSecondary.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/secondary/ids/MulIdSecondary.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/serialization/SerializingCollection.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/strategy/IdentifierReuseTest.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/strategy/ValidityAuditStrategyManyToManyTest.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/strategy/ValidityAuditStrategyRevEndTestCustomRevEnt.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/strategy/ValidityAuditStrategyRevEndTsTest.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditAtMethodSuperclassLevel/auditAllSubclass/MappedSubclassingAllAuditedTest.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditAtMethodSuperclassLevel/auditMethodSubclass/MappedSubclassingMethodAuditedTest.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditedAtSuperclassLevel/auditAllSubclass/MappedSubclassingAllAuditedTest.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditedAtSuperclassLevel/auditMethodSubclass/MappedSubclassingMethodAuditedTest.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditoverride/AuditClassOverrideTest.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditoverride/AuditPropertyOverrideTest.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditoverride/AuditedBaseEntity.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditoverride/BaseEntity.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditoverride/MixedOverrideTest.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditoverride/NotAuditedBaseEntity.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditparents/MultipleAuditParentsTest.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditparents/SingleAuditParentsTest.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditparents/TotalAuditParentsTest.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditparents/TransitiveAuditParentsTest.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/tools/SchemaExportTest.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/performance/AbstractEntityManagerTest.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/performance/ComplexInsertPerformance.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/performance/EvictAuditDataAfterCommitTest.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/performance/InsertsOneTransactionPerformance.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/performance/InsertsPerformance.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/performance/UpdatesPerformance.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/performance/complex/ChildEntity2.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/performance/complex/RootEntity.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/various/Address.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/various/HsqlTest.java
M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/AbstractEntityCollectionRegionTestCase.java
M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/AbstractGeneralDataRegionTestCase.java
M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/NodeEnvironment.java
M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/collection/AbstractCollectionRegionAccessStrategyTestCase.java
M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/collection/TransactionalExtraAPITestCase.java
M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/entity/AbstractEntityRegionAccessStrategyTestCase.java
M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/entity/TransactionalExtraAPITestCase.java
M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/functional/BasicTransactionalTestCase.java
M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/functional/ConcurrentWriteTest.java
M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/functional/JndiRegionFactoryTestCase.java
M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/functional/SingleNodeTestCase.java
M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/functional/bulk/BulkOperationsTestCase.java
M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/functional/classloader/IsolatedClassLoaderTest.java
M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/functional/cluster/DualNodeTestCase.java
M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/functional/cluster/SessionRefreshTestCase.java
M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/query/QueryRegionImplTestCase.java
M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/stress/PutFromLoadStressTestCase.java
M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/stress/SecondLevelCacheStressTestCase.java
M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/timestamp/TimestampsRegionImplTestCase.java
M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/tm/JBossStandaloneJtaExampleTest.java
M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/util/CacheTestUtil.java
M hibernate-testing/src/main/java/org/hibernate/testing/junit4/BaseCoreFunctionalTestCase.java
A hibernate-testing/src/main/java/org/hibernate/testing/junit4/BaseNonConfigCoreFunctionalTestCase.java
M libraries.gradle
A migration-guide-5.0.adoc
M source-generation.gradle
A working-5.0-migration-guide.md
Log Message:
-----------
HHH-9490 - Migrate from dom4j to jaxb for XML processing;
HHH-9492 - Migrate to new bootstrap API (MetadataSources, etc);
HHH-7078 - Split NamingStrategy into ImplicitNamingStrategy/PhysicalNamingStrategy;
HHH-6005 - Better handling of implicit column naming with @ElementCollection of @Embeddables;
HHH-9633 - Add tests that explicitly test the "main" NamingStrategy impls
9 years, 8 months