Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: 3f7dd8c23b635d515f3e034059bdffdd8c415cf5
https://github.com/hibernate/hibernate-orm/commit/3f7dd8c23b635d515f3e034...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2022-12-21 (Wed, 21 Dec 2022)
Changed paths:
M gradle/java-module.gradle
M hibernate-core/src/main/java/org/hibernate/annotations/MapKeyType.java
M hibernate-core/src/main/java/org/hibernate/boot/CacheRegionDefinition.java
M hibernate-core/src/main/java/org/hibernate/boot/Metadata.java
M hibernate-core/src/main/java/org/hibernate/boot/MetadataBuilder.java
M hibernate-core/src/main/java/org/hibernate/boot/MetadataSources.java
M hibernate-core/src/main/java/org/hibernate/boot/ResourceLocator.java
M hibernate-core/src/main/java/org/hibernate/boot/ResourceStreamLocator.java
M
hibernate-core/src/main/java/org/hibernate/boot/UnsupportedOrmXsdVersionException.java
M hibernate-core/src/main/java/org/hibernate/boot/internal/BootstrapContextImpl.java
M
hibernate-core/src/main/java/org/hibernate/boot/internal/InFlightMetadataCollectorImpl.java
M hibernate-core/src/main/java/org/hibernate/boot/internal/MetadataImpl.java
M
hibernate-core/src/main/java/org/hibernate/boot/internal/NamedProcedureCallDefinitionImpl.java
M
hibernate-core/src/main/java/org/hibernate/boot/internal/SessionFactoryOptionsBuilder.java
M hibernate-core/src/main/java/org/hibernate/boot/model/FunctionContributions.java
M hibernate-core/src/main/java/org/hibernate/boot/model/FunctionContributor.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/IdentifierGeneratorDefinition.java
A
hibernate-core/src/main/java/org/hibernate/boot/model/NamedEntityGraphDefinition.java
M hibernate-core/src/main/java/org/hibernate/boot/model/TruthValue.java
M hibernate-core/src/main/java/org/hibernate/boot/model/TypeBeanInstanceProducer.java
M hibernate-core/src/main/java/org/hibernate/boot/model/TypeDefinition.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/convert/internal/ConverterHelper.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/convert/spi/ConverterRegistry.java
A
hibernate-core/src/main/java/org/hibernate/boot/model/internal/AbstractPropertyHolder.java
A
hibernate-core/src/main/java/org/hibernate/boot/model/internal/AggregateComponentBinder.java
A
hibernate-core/src/main/java/org/hibernate/boot/model/internal/AggregateComponentSecondPass.java
A
hibernate-core/src/main/java/org/hibernate/boot/model/internal/AnnotatedClassType.java
A hibernate-core/src/main/java/org/hibernate/boot/model/internal/AnnotatedColumn.java
A
hibernate-core/src/main/java/org/hibernate/boot/model/internal/AnnotatedColumns.java
A
hibernate-core/src/main/java/org/hibernate/boot/model/internal/AnnotatedDiscriminatorColumn.java
A
hibernate-core/src/main/java/org/hibernate/boot/model/internal/AnnotatedJoinColumn.java
A
hibernate-core/src/main/java/org/hibernate/boot/model/internal/AnnotatedJoinColumns.java
A
hibernate-core/src/main/java/org/hibernate/boot/model/internal/AnnotationBinder.java
A hibernate-core/src/main/java/org/hibernate/boot/model/internal/ArrayBinder.java
A
hibernate-core/src/main/java/org/hibernate/boot/model/internal/AttributeConversionInfo.java
A
hibernate-core/src/main/java/org/hibernate/boot/model/internal/AttributeConverterDefinitionCollector.java
A hibernate-core/src/main/java/org/hibernate/boot/model/internal/BagBinder.java
A
hibernate-core/src/main/java/org/hibernate/boot/model/internal/BasicValueBinder.java
A hibernate-core/src/main/java/org/hibernate/boot/model/internal/BinderHelper.java
A
hibernate-core/src/main/java/org/hibernate/boot/model/internal/CannotForceNonNullableException.java
A
hibernate-core/src/main/java/org/hibernate/boot/model/internal/ClassLoaderAccessLazyImpl.java
A
hibernate-core/src/main/java/org/hibernate/boot/model/internal/ClassPropertyHolder.java
A
hibernate-core/src/main/java/org/hibernate/boot/model/internal/CollectionBinder.java
A
hibernate-core/src/main/java/org/hibernate/boot/model/internal/CollectionPropertyHolder.java
A
hibernate-core/src/main/java/org/hibernate/boot/model/internal/CollectionSecondPass.java
A hibernate-core/src/main/java/org/hibernate/boot/model/internal/ColumnsBuilder.java
A
hibernate-core/src/main/java/org/hibernate/boot/model/internal/ComponentPropertyHolder.java
A
hibernate-core/src/main/java/org/hibernate/boot/model/internal/CopyIdentifierComponentSecondPass.java
A
hibernate-core/src/main/java/org/hibernate/boot/model/internal/CreateKeySecondPass.java
A hibernate-core/src/main/java/org/hibernate/boot/model/internal/EntityBinder.java
A hibernate-core/src/main/java/org/hibernate/boot/model/internal/FkSecondPass.java
A hibernate-core/src/main/java/org/hibernate/boot/model/internal/ForeignKeyType.java
A hibernate-core/src/main/java/org/hibernate/boot/model/internal/HCANNHelper.java
A hibernate-core/src/main/java/org/hibernate/boot/model/internal/IdBagBinder.java
A
hibernate-core/src/main/java/org/hibernate/boot/model/internal/IdGeneratorResolverSecondPass.java
A hibernate-core/src/main/java/org/hibernate/boot/model/internal/IndexColumn.java
A
hibernate-core/src/main/java/org/hibernate/boot/model/internal/IndexOrUniqueKeySecondPass.java
A
hibernate-core/src/main/java/org/hibernate/boot/model/internal/InheritanceState.java
A hibernate-core/src/main/java/org/hibernate/boot/model/internal/JPAIndexHolder.java
A
hibernate-core/src/main/java/org/hibernate/boot/model/internal/JPAXMLOverriddenAnnotationReader.java
A
hibernate-core/src/main/java/org/hibernate/boot/model/internal/JPAXMLOverriddenMetadataProvider.java
A
hibernate-core/src/main/java/org/hibernate/boot/model/internal/JoinedSubclassFkSecondPass.java
A hibernate-core/src/main/java/org/hibernate/boot/model/internal/ListBinder.java
A hibernate-core/src/main/java/org/hibernate/boot/model/internal/MapBinder.java
A
hibernate-core/src/main/java/org/hibernate/boot/model/internal/MapKeyColumnDelegator.java
A
hibernate-core/src/main/java/org/hibernate/boot/model/internal/MapKeyJoinColumnDelegator.java
A hibernate-core/src/main/java/org/hibernate/boot/model/internal/Nullability.java
A
hibernate-core/src/main/java/org/hibernate/boot/model/internal/NullableDiscriminatorColumnSecondPass.java
A
hibernate-core/src/main/java/org/hibernate/boot/model/internal/ObjectNameSource.java
A
hibernate-core/src/main/java/org/hibernate/boot/model/internal/OneToOneSecondPass.java
A
hibernate-core/src/main/java/org/hibernate/boot/model/internal/PersistentAttributeFilter.java
A
hibernate-core/src/main/java/org/hibernate/boot/model/internal/PkDrivenByDefaultMapsIdSecondPass.java
A
hibernate-core/src/main/java/org/hibernate/boot/model/internal/PrimitiveArrayBinder.java
A hibernate-core/src/main/java/org/hibernate/boot/model/internal/PropertyBinder.java
A
hibernate-core/src/main/java/org/hibernate/boot/model/internal/PropertyContainer.java
A hibernate-core/src/main/java/org/hibernate/boot/model/internal/PropertyHolder.java
A
hibernate-core/src/main/java/org/hibernate/boot/model/internal/PropertyHolderBuilder.java
A
hibernate-core/src/main/java/org/hibernate/boot/model/internal/PropertyInferredData.java
A
hibernate-core/src/main/java/org/hibernate/boot/model/internal/PropertyMappingElementCollector.java
A
hibernate-core/src/main/java/org/hibernate/boot/model/internal/PropertyPreloadedData.java
A hibernate-core/src/main/java/org/hibernate/boot/model/internal/QueryBinder.java
A
hibernate-core/src/main/java/org/hibernate/boot/model/internal/QueryHintDefinition.java
A hibernate-core/src/main/java/org/hibernate/boot/model/internal/QuerySecondPass.java
A
hibernate-core/src/main/java/org/hibernate/boot/model/internal/ResultSetMappingSecondPass.java
A
hibernate-core/src/main/java/org/hibernate/boot/model/internal/SecondaryTableFromAnnotationSecondPass.java
A
hibernate-core/src/main/java/org/hibernate/boot/model/internal/SecondaryTableSecondPass.java
A
hibernate-core/src/main/java/org/hibernate/boot/model/internal/SetBasicValueTypeSecondPass.java
A hibernate-core/src/main/java/org/hibernate/boot/model/internal/SetBinder.java
A
hibernate-core/src/main/java/org/hibernate/boot/model/internal/SimpleToOneFkSecondPass.java
A hibernate-core/src/main/java/org/hibernate/boot/model/internal/TableBinder.java
A hibernate-core/src/main/java/org/hibernate/boot/model/internal/ToOneBinder.java
A
hibernate-core/src/main/java/org/hibernate/boot/model/internal/ToOneFkSecondPass.java
A
hibernate-core/src/main/java/org/hibernate/boot/model/internal/UniqueConstraintHolder.java
A
hibernate-core/src/main/java/org/hibernate/boot/model/internal/VerifyFetchProfileReferenceSecondPass.java
A
hibernate-core/src/main/java/org/hibernate/boot/model/internal/WrappedInferredData.java
A hibernate-core/src/main/java/org/hibernate/boot/model/internal/XMLContext.java
M hibernate-core/src/main/java/org/hibernate/boot/model/package-info.java
M hibernate-core/src/main/java/org/hibernate/boot/model/process/package-info.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/ImplicitColumnNamingSecondPass.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/annotations/AnnotationMetadataSourceProcessorImpl.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/AbstractPluralAttributeSourceImpl.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/ModelBinder.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/NamedQueryBinder.java
M hibernate-core/src/main/java/org/hibernate/boot/spi/AbstractDelegatingMetadata.java
M
hibernate-core/src/main/java/org/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions.java
A hibernate-core/src/main/java/org/hibernate/boot/spi/AccessType.java
M hibernate-core/src/main/java/org/hibernate/boot/spi/BootstrapContext.java
R
hibernate-core/src/main/java/org/hibernate/boot/spi/ClassLoaderAccessDelegateImpl.java
M hibernate-core/src/main/java/org/hibernate/boot/spi/InFlightMetadataCollector.java
M
hibernate-core/src/main/java/org/hibernate/boot/spi/JpaOrmXmlPersistenceUnitDefaultAware.java
M hibernate-core/src/main/java/org/hibernate/boot/spi/MappingDefaults.java
A hibernate-core/src/main/java/org/hibernate/boot/spi/PropertyData.java
A hibernate-core/src/main/java/org/hibernate/boot/spi/SecondPass.java
M hibernate-core/src/main/java/org/hibernate/boot/spi/SessionFactoryOptions.java
M hibernate-core/src/main/java/org/hibernate/boot/spi/XmlMappingBinderAccess.java
M hibernate-core/src/main/java/org/hibernate/boot/xsd/package-info.java
R hibernate-core/src/main/java/org/hibernate/cfg/AbstractPropertyHolder.java
R hibernate-core/src/main/java/org/hibernate/cfg/AccessType.java
R hibernate-core/src/main/java/org/hibernate/cfg/AggregateComponentBinder.java
R hibernate-core/src/main/java/org/hibernate/cfg/AggregateComponentSecondPass.java
R hibernate-core/src/main/java/org/hibernate/cfg/AnnotatedClassType.java
R hibernate-core/src/main/java/org/hibernate/cfg/AnnotatedColumn.java
R hibernate-core/src/main/java/org/hibernate/cfg/AnnotatedColumns.java
R hibernate-core/src/main/java/org/hibernate/cfg/AnnotatedDiscriminatorColumn.java
R hibernate-core/src/main/java/org/hibernate/cfg/AnnotatedJoinColumn.java
R hibernate-core/src/main/java/org/hibernate/cfg/AnnotatedJoinColumns.java
R hibernate-core/src/main/java/org/hibernate/cfg/AnnotationBinder.java
R hibernate-core/src/main/java/org/hibernate/cfg/AttributeConversionInfo.java
M hibernate-core/src/main/java/org/hibernate/cfg/AvailableSettings.java
R
hibernate-core/src/main/java/org/hibernate/cfg/BaselineSessionEventsListenerBuilder.java
R hibernate-core/src/main/java/org/hibernate/cfg/BinderHelper.java
R hibernate-core/src/main/java/org/hibernate/cfg/CannotForceNonNullableException.java
R hibernate-core/src/main/java/org/hibernate/cfg/ClassPropertyHolder.java
R hibernate-core/src/main/java/org/hibernate/cfg/CollectionPropertyHolder.java
R hibernate-core/src/main/java/org/hibernate/cfg/CollectionSecondPass.java
R hibernate-core/src/main/java/org/hibernate/cfg/ColumnsBuilder.java
R hibernate-core/src/main/java/org/hibernate/cfg/ComponentPropertyHolder.java
M hibernate-core/src/main/java/org/hibernate/cfg/Configuration.java
R
hibernate-core/src/main/java/org/hibernate/cfg/CopyIdentifierComponentSecondPass.java
R hibernate-core/src/main/java/org/hibernate/cfg/CreateKeySecondPass.java
M
hibernate-core/src/main/java/org/hibernate/cfg/DefaultComponentSafeNamingStrategy.java
M hibernate-core/src/main/java/org/hibernate/cfg/DefaultNamingStrategy.java
M hibernate-core/src/main/java/org/hibernate/cfg/Environment.java
R hibernate-core/src/main/java/org/hibernate/cfg/FkSecondPass.java
R hibernate-core/src/main/java/org/hibernate/cfg/ForeignKeyType.java
R hibernate-core/src/main/java/org/hibernate/cfg/IdGeneratorResolverSecondPass.java
M hibernate-core/src/main/java/org/hibernate/cfg/ImprovedNamingStrategy.java
R hibernate-core/src/main/java/org/hibernate/cfg/IndexColumn.java
R hibernate-core/src/main/java/org/hibernate/cfg/IndexOrUniqueKeySecondPass.java
R hibernate-core/src/main/java/org/hibernate/cfg/InheritanceState.java
R hibernate-core/src/main/java/org/hibernate/cfg/JPAIndexHolder.java
R hibernate-core/src/main/java/org/hibernate/cfg/JoinedSubclassFkSecondPass.java
M hibernate-core/src/main/java/org/hibernate/cfg/MetadataSourceType.java
M hibernate-core/src/main/java/org/hibernate/cfg/NamingStrategy.java
R hibernate-core/src/main/java/org/hibernate/cfg/NotYetImplementedException.java
R hibernate-core/src/main/java/org/hibernate/cfg/ObjectNameSource.java
R hibernate-core/src/main/java/org/hibernate/cfg/OneToOneSecondPass.java
R
hibernate-core/src/main/java/org/hibernate/cfg/PersistenceStandardEntityResolver.java
M
hibernate-core/src/main/java/org/hibernate/cfg/PersistenceStandardNamingStrategy.java
R
hibernate-core/src/main/java/org/hibernate/cfg/PkDrivenByDefaultMapsIdSecondPass.java
R hibernate-core/src/main/java/org/hibernate/cfg/PropertyContainer.java
R hibernate-core/src/main/java/org/hibernate/cfg/PropertyData.java
R hibernate-core/src/main/java/org/hibernate/cfg/PropertyHolder.java
R hibernate-core/src/main/java/org/hibernate/cfg/PropertyHolderBuilder.java
R hibernate-core/src/main/java/org/hibernate/cfg/PropertyInferredData.java
R hibernate-core/src/main/java/org/hibernate/cfg/PropertyPreloadedData.java
R hibernate-core/src/main/java/org/hibernate/cfg/QuerySecondPass.java
M hibernate-core/src/main/java/org/hibernate/cfg/SecondPass.java
R
hibernate-core/src/main/java/org/hibernate/cfg/SecondaryTableFromAnnotationSecondPass.java
R hibernate-core/src/main/java/org/hibernate/cfg/SecondaryTableSecondPass.java
R hibernate-core/src/main/java/org/hibernate/cfg/SetBasicValueTypeSecondPass.java
R hibernate-core/src/main/java/org/hibernate/cfg/SimpleToOneFkSecondPass.java
R hibernate-core/src/main/java/org/hibernate/cfg/ToOneBinder.java
R hibernate-core/src/main/java/org/hibernate/cfg/ToOneFkSecondPass.java
R hibernate-core/src/main/java/org/hibernate/cfg/UniqueConstraintHolder.java
R
hibernate-core/src/main/java/org/hibernate/cfg/VerifyFetchProfileReferenceSecondPass.java
R hibernate-core/src/main/java/org/hibernate/cfg/WrappedInferredData.java
R hibernate-core/src/main/java/org/hibernate/cfg/annotations/ArrayBinder.java
R hibernate-core/src/main/java/org/hibernate/cfg/annotations/BagBinder.java
R hibernate-core/src/main/java/org/hibernate/cfg/annotations/BasicValueBinder.java
R hibernate-core/src/main/java/org/hibernate/cfg/annotations/CollectionBinder.java
R hibernate-core/src/main/java/org/hibernate/cfg/annotations/EntityBinder.java
R hibernate-core/src/main/java/org/hibernate/cfg/annotations/HCANNHelper.java
R hibernate-core/src/main/java/org/hibernate/cfg/annotations/IdBagBinder.java
R hibernate-core/src/main/java/org/hibernate/cfg/annotations/ListBinder.java
R hibernate-core/src/main/java/org/hibernate/cfg/annotations/MapBinder.java
R
hibernate-core/src/main/java/org/hibernate/cfg/annotations/MapKeyColumnDelegator.java
R
hibernate-core/src/main/java/org/hibernate/cfg/annotations/MapKeyJoinColumnDelegator.java
R
hibernate-core/src/main/java/org/hibernate/cfg/annotations/NamedEntityGraphDefinition.java
R hibernate-core/src/main/java/org/hibernate/cfg/annotations/Nullability.java
R
hibernate-core/src/main/java/org/hibernate/cfg/annotations/PrimitiveArrayBinder.java
R hibernate-core/src/main/java/org/hibernate/cfg/annotations/PropertyBinder.java
R hibernate-core/src/main/java/org/hibernate/cfg/annotations/QueryBinder.java
R hibernate-core/src/main/java/org/hibernate/cfg/annotations/QueryHintDefinition.java
R
hibernate-core/src/main/java/org/hibernate/cfg/annotations/ResultSetMappingSecondPass.java
R hibernate-core/src/main/java/org/hibernate/cfg/annotations/SetBinder.java
R hibernate-core/src/main/java/org/hibernate/cfg/annotations/TableBinder.java
R
hibernate-core/src/main/java/org/hibernate/cfg/annotations/reflection/AttributeConverterDefinitionCollector.java
R
hibernate-core/src/main/java/org/hibernate/cfg/annotations/reflection/ClassLoaderAccessLazyImpl.java
R
hibernate-core/src/main/java/org/hibernate/cfg/annotations/reflection/PersistentAttributeFilter.java
R
hibernate-core/src/main/java/org/hibernate/cfg/annotations/reflection/internal/JPAXMLOverriddenAnnotationReader.java
R
hibernate-core/src/main/java/org/hibernate/cfg/annotations/reflection/internal/JPAXMLOverriddenMetadataProvider.java
R
hibernate-core/src/main/java/org/hibernate/cfg/annotations/reflection/internal/PropertyMappingElementCollector.java
R
hibernate-core/src/main/java/org/hibernate/cfg/annotations/reflection/internal/XMLContext.java
R
hibernate-core/src/main/java/org/hibernate/cfg/annotations/reflection/package-info.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/TypeSafeActivator.java
R
hibernate-core/src/main/java/org/hibernate/cfg/internal/NullableDiscriminatorColumnSecondPass.java
M hibernate-core/src/main/java/org/hibernate/graph/internal/RootGraphImpl.java
A
hibernate-core/src/main/java/org/hibernate/internal/BaselineSessionEventsListenerBuilder.java
M hibernate-core/src/main/java/org/hibernate/internal/FastSessionServices.java
M
hibernate-core/src/main/java/org/hibernate/jpa/internal/MutableJpaComplianceImpl.java
M hibernate-core/src/main/java/org/hibernate/mapping/BasicValue.java
M hibernate-core/src/main/java/org/hibernate/metamodel/mapping/package-info.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/model/domain/internal/JpaMetamodelImpl.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/model/domain/internal/MappedSuperclassTypeImpl.java
M hibernate-core/src/main/java/org/hibernate/query/sqm/internal/QuerySqmImpl.java
M hibernate-core/src/main/java/org/hibernate/tuple/entity/EntityMetamodel.java
M hibernate-core/src/main/java/org/hibernate/type/spi/TypeBootstrapContext.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/formula/JoinFormulaManyToOneNotIgnoreLazyFetchingTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/formula/JoinFormulaOneToOneNotIgnoreLazyFetchingTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/formula/ManyToManyNotIgnoreLazyFetchingTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/id/AndFormulaTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/override/inheritance/EntityInheritanceAttributeOverrideTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/reflection/JPAXMLOverriddenAnnotationReaderTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/reflection/XMLContextTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/xml/ejb3/Ejb3XmlTestCase.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/cache/NonRootEntityWithCacheAnnotationTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/cache/NonRootEntityWithCacheableAnnotationTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/cfg/AnnotationBinderTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/cfg/persister/GoofyPersisterClassProvider.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/inheritance/MappedSuperclassInheritanceTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/joinedsubclass/JoinedSubclassWithImplicitDiscriminatorTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/converted/converter/elementCollection/ElementCollectionTests.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/namingstrategy/ejb3joincolumn/Tests.java
M
hibernate-testing/src/main/java/org/hibernate/testing/boot/BootstrapContextImpl.java
M
hibernate-testing/src/main/java/org/hibernate/testing/orm/junit/SettingProvider.java
Log Message:
-----------
HHH-15799 - API/internal split for org.hibernate.cfg package