[hibernate/hibernate-orm] c3fa91: HHH-18139 clean up one more bifurcation in the Gen...
by Gavin King
Branch: refs/heads/wip/7.0
Home: https://github.com/hibernate/hibernate-orm
Commit: c3fa912d3c1bfea6b434676b94121ac4cae1fa57
https://github.com/hibernate/hibernate-orm/commit/c3fa912d3c1bfea6b434676...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2024-05-30 (Thu, 30 May 2024)
Changed paths:
M documentation/src/main/asciidoc/introduction/Advanced.adoc
M documentation/src/main/asciidoc/userguide/chapters/domain/identifiers.adoc
M hibernate-core/src/main/java/org/hibernate/annotations/IdGeneratorType.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/EmbeddableBinder.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/GeneratorBinder.java
M hibernate-core/src/main/java/org/hibernate/generator/AnnotationBasedGenerator.java
R hibernate-core/src/main/java/org/hibernate/generator/CustomIdGeneratorCreationContext.java
M hibernate-core/src/main/java/org/hibernate/generator/GeneratorCreationContext.java
M hibernate-core/src/main/java/org/hibernate/id/uuid/UuidGenerator.java
M hibernate-core/src/main/java/org/hibernate/mapping/GeneratorCreator.java
R hibernate-core/src/main/java/org/hibernate/mapping/IdentifierGeneratorCreator.java
M hibernate-core/src/main/java/org/hibernate/mapping/SimpleValue.java
M hibernate-core/src/test/java/org/hibernate/orm/test/id/custom/CustomSequenceGenerator.java
M hibernate-core/src/test/java/org/hibernate/orm/test/idgen/userdefined/NativeGenerator.java
Log Message:
-----------
HHH-18139 clean up one more bifurcation in the Generator framework
removes CustomIdGeneratorCreationContext and IdentifierGeneratorCreator
(which were @Incubating and @Internal, respectively)
Signed-off-by: Gavin King <gavin(a)hibernate.org>
Commit: 3b4170c52cdb2614a93a39972ff5082837b155c8
https://github.com/hibernate/hibernate-orm/commit/3b4170c52cdb2614a93a399...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2024-05-30 (Thu, 30 May 2024)
Changed paths:
R hibernate-core/src/main/java/org/hibernate/boot/internal/GenerationStrategyInterpreter.java
M hibernate-core/src/main/java/org/hibernate/boot/model/IdentifierGeneratorDefinition.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/AnnotationBinder.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/BinderHelper.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/CollectionBinder.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/EmbeddableBinder.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/EntityBinder.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/GeneratorBinder.java
A hibernate-core/src/main/java/org/hibernate/boot/model/internal/GeneratorParameters.java
A hibernate-core/src/main/java/org/hibernate/boot/model/internal/GeneratorStrategies.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/IdBagBinder.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/IdGeneratorResolverSecondPass.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/PropertyBinder.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/ToOneBinder.java
M hibernate-core/src/main/java/org/hibernate/id/IdentifierGeneratorHelper.java
M hibernate-core/src/main/java/org/hibernate/id/IncrementGenerator.java
M hibernate-core/src/main/java/org/hibernate/id/PersistentIdentifierGenerator.java
M hibernate-core/src/main/java/org/hibernate/internal/util/collections/CollectionHelper.java
M hibernate-core/src/test/java/org/hibernate/orm/test/id/SequenceStyleGeneratorBehavesLikeSequeceHiloGeneratorWitZeroIncrementSizeTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/id/enhanced/SequenceStyleConfigUnitTest.java
Log Message:
-----------
HHH-18139 clean up / reorg of generator binding related code
Signed-off-by: Gavin King <gavin(a)hibernate.org>
Commit: 8de6d0fdc05ff975f69e432c85ad0721f10b0aa8
https://github.com/hibernate/hibernate-orm/commit/8de6d0fdc05ff975f69e432...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2024-05-30 (Thu, 30 May 2024)
Changed paths:
M hibernate-envers/src/test/java/org/hibernate/orm/test/envers/integration/naming/ids/JoinEmbIdNamingRefEdEntity.java
M hibernate-envers/src/test/java/org/hibernate/orm/test/envers/integration/naming/ids/JoinEmbIdNamingRefIngEntity.java
Log Message:
-----------
HHH-18139 fix broken Envers test
Signed-off-by: Gavin King <gavin(a)hibernate.org>
Compare: https://github.com/hibernate/hibernate-orm/compare/aa1e6308234b...8de6d0f...
To unsubscribe from these emails, change your notification settings at https://github.com/hibernate/hibernate-orm/settings/notifications
5 months, 3 weeks
[hibernate/hibernate-orm] 3fc86b: HHH-18127 - Leverage hibernate-models Annotation-a...
by Steve Ebersole
Branch: refs/heads/wip/7.0
Home: https://github.com/hibernate/hibernate-orm
Commit: 3fc86b5fb231c13090124f3aa82a08361bcde689
https://github.com/hibernate/hibernate-orm/commit/3fc86b5fb231c13090124f3...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2024-05-28 (Tue, 28 May 2024)
Changed paths:
A annotation-descriptor-generator/annotation-descriptor-generator.gradle
A annotation-descriptor-generator/src/main/java/org/hibernate/orm/build/annotations/AbstractClassWriter.java
A annotation-descriptor-generator/src/main/java/org/hibernate/orm/build/annotations/ClassFileHelper.java
A annotation-descriptor-generator/src/main/java/org/hibernate/orm/build/annotations/ClassGeneratorProcessor.java
A annotation-descriptor-generator/src/main/java/org/hibernate/orm/build/annotations/ConcreteClassWriter.java
A annotation-descriptor-generator/src/main/java/org/hibernate/orm/build/annotations/structure/AnnotationDescriptor.java
A annotation-descriptor-generator/src/main/java/org/hibernate/orm/build/annotations/structure/AnnotationType.java
A annotation-descriptor-generator/src/main/java/org/hibernate/orm/build/annotations/structure/ArrayType.java
A annotation-descriptor-generator/src/main/java/org/hibernate/orm/build/annotations/structure/AttributeDescriptor.java
A annotation-descriptor-generator/src/main/java/org/hibernate/orm/build/annotations/structure/BooleanType.java
A annotation-descriptor-generator/src/main/java/org/hibernate/orm/build/annotations/structure/DeclaredType.java
A annotation-descriptor-generator/src/main/java/org/hibernate/orm/build/annotations/structure/EnumType.java
A annotation-descriptor-generator/src/main/java/org/hibernate/orm/build/annotations/structure/IntType.java
A annotation-descriptor-generator/src/main/java/org/hibernate/orm/build/annotations/structure/LongType.java
A annotation-descriptor-generator/src/main/java/org/hibernate/orm/build/annotations/structure/ShortType.java
A annotation-descriptor-generator/src/main/java/org/hibernate/orm/build/annotations/structure/StringType.java
A annotation-descriptor-generator/src/main/java/org/hibernate/orm/build/annotations/structure/Type.java
A annotation-descriptor-generator/src/main/resources/META-INF/services/javax.annotation.processing.Processor
M hibernate-core/hibernate-core.gradle
M hibernate-core/src/main/java/org/hibernate/Remove.java
M hibernate-core/src/main/java/org/hibernate/boot/internal/GenerationStrategyInterpreter.java
M hibernate-core/src/main/java/org/hibernate/boot/internal/InFlightMetadataCollectorImpl.java
M hibernate-core/src/main/java/org/hibernate/boot/internal/NamedProcedureCallDefinitionImpl.java
M hibernate-core/src/main/java/org/hibernate/boot/model/IdentifierGeneratorDefinition.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/AbstractPropertyHolder.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/AggregateComponentBinder.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/AggregateComponentSecondPass.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/AnnotatedColumn.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/AnnotatedDiscriminatorColumn.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/AnnotatedJoinColumn.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/AnnotatedJoinColumns.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/AnnotationBinder.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/AnnotationHelper.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/AnyBinder.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/AttributeConversionInfo.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/BasicValueBinder.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/BinderHelper.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/ClassPropertyHolder.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/CollectionBinder.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/CollectionPropertyHolder.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/ColumnsBuilder.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/ComponentPropertyHolder.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/DialectOverridesAnnotationHelper.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/EmbeddableBinder.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/EntityBinder.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/FetchOverrideSecondPass.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/FetchSecondPass.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/FilterDefBinder.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/GeneratorBinder.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/IdBagBinder.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/ImplicitToOneJoinTableSecondPass.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/IndexBinder.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/IndexColumn.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/InheritanceState.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/ListBinder.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/MapBinder.java
R hibernate-core/src/main/java/org/hibernate/boot/model/internal/MapKeyJoinColumnDelegator.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/OneToOneSecondPass.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/PropertyBinder.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/PropertyContainer.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/PropertyHolder.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/PropertyInferredData.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/QueryBinder.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/QueryHintDefinition.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/ResultSetMappingSecondPass.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/SetBinder.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/SoftDeleteHelper.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/TableBinder.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/TimeZoneStorageHelper.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/ToOneBinder.java
M hibernate-core/src/main/java/org/hibernate/boot/model/process/spi/MetadataBuildingProcess.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/annotations/DomainModelSource.java
A hibernate-core/src/main/java/org/hibernate/boot/models/DialectOverrideAnnotations.java
M hibernate-core/src/main/java/org/hibernate/boot/models/HibernateAnnotations.java
M hibernate-core/src/main/java/org/hibernate/boot/models/JpaAnnotations.java
A hibernate-core/src/main/java/org/hibernate/boot/models/XmlAnnotations.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/AbstractXmlAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/AccessJpaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/AnyAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/AnyDiscriminatorAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/AnyDiscriminatorValueAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/AnyDiscriminatorValuesAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/AnyKeTypeAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/AnyKeyJavaClassAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/AnyKeyJavaTypeAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/AnyKeyJdbcTypeAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/AnyKeyJdbcTypeCodeAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/AnyKeyTypeXmlAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ArrayAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/AssociationOverrideJpaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/AssociationOverridesJpaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/AttributeAccessorAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/AttributeBinderTypeAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/AttributeOverrideJpaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/AttributeOverridesJpaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/BagAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/BasicJpaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/BatchSizeAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/CacheAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/CacheableJpaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/CascadeAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/CheckAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/CheckConstraintJpaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ChecksAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/CollateAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/CollectionClassificationXmlAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/CollectionIdAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/CollectionIdJavaTypeAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/CollectionIdJdbcTypeAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/CollectionIdJdbcTypeCodeAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/CollectionIdMutabilityAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/CollectionIdTypeAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/CollectionTableJpaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/CollectionTypeAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/CollectionTypeRegistrationAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/CollectionTypeRegistrationsAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ColumnDefaultAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ColumnJpaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ColumnResultJpaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ColumnTransformerAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ColumnTransformersAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ColumnsAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/CommentAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/CommentsAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/CompositeTypeAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/CompositeTypeRegistrationAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/CompositeTypeRegistrationsAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ConcreteProxyAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ConstructorResultJpaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ConvertJpaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ConverterJpaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ConverterRegistrationAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ConverterRegistrationsAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ConvertsJpaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/CreationTimestampAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/CurrentTimestampAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/DiscriminatorColumnJpaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/DiscriminatorFormulaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/DiscriminatorOptionsAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/DiscriminatorValueJpaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/DynamicInsertAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/DynamicUpdateAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ElementCollectionJpaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/EmbeddableInstantiatorAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/EmbeddableInstantiatorRegistrationAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/EmbeddableInstantiatorRegistrationsAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/EmbeddableJpaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/EmbeddedIdJpaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/EmbeddedJpaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/EntityJpaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/EntityListenersJpaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/EntityResultJpaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/EnumeratedJpaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/EnumeratedValueJpaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ExcludeDefaultListenersJpaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ExcludeSuperclassListenersJpaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ExtendsXmlAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/FetchAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/FetchProfileAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/FetchProfileOverrideAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/FetchProfileOverridesAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/FetchProfilesAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/FieldResultJpaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/FilterAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/FilterDefAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/FilterDefsAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/FilterJoinTableAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/FilterJoinTablesAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/FiltersAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ForeignKeyAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ForeignKeyJpaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/FormulaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/FractionalSecondsAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/GeneratedAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/GeneratedColumnAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/GeneratedValueJpaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/GeneratorTypeAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/GenericGeneratorAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/GenericGeneratorsAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/HQLSelectAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/IdClassJpaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/IdGeneratorTypeAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/IdJpaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ImmutableAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ImportedAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/IndexAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/IndexColumnAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/IndexJpaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/InheritanceJpaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/InstantiatorAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/JavaTypeAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/JavaTypeRegistrationAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/JavaTypeRegistrationsAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/JdbcTypeAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/JdbcTypeCodeAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/JdbcTypeRegistrationAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/JdbcTypeRegistrationsAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/JoinColumnJpaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/JoinColumnOrFormulaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/JoinColumnsJpaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/JoinColumnsOrFormulasAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/JoinFormulaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/JoinTableJpaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/LazyCollectionAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/LazyGroupAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/LazyToOneAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ListIndexBaseAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ListIndexJavaTypeAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ListIndexJdbcTypeAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ListIndexJdbcTypeCodeAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/LoaderAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/LobJpaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ManyToAnyAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ManyToManyJpaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ManyToOneJpaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/MapKeyClassJpaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/MapKeyColumnJpaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/MapKeyCompositeTypeAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/MapKeyEnumeratedJpaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/MapKeyJavaTypeAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/MapKeyJdbcTypeAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/MapKeyJdbcTypeCodeAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/MapKeyJoinColumnJpaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/MapKeyJoinColumnsJpaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/MapKeyJpaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/MapKeyMutabilityAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/MapKeyTemporalJpaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/MapKeyTypeAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/MappedSuperclassJpaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/MapsIdJpaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/MutabilityAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/NamedAttributeNodeJpaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/NamedEntityGraphJpaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/NamedEntityGraphsJpaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/NamedNativeQueriesAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/NamedNativeQueriesJpaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/NamedNativeQueryAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/NamedNativeQueryJpaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/NamedQueriesAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/NamedQueriesJpaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/NamedQueryAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/NamedQueryJpaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/NamedStoredProcedureQueriesJpaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/NamedStoredProcedureQueryJpaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/NamedSubgraphJpaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/NationalizedAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/NaturalIdAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/NaturalIdCacheAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/NotFoundAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/OnDeleteAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/OneToManyJpaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/OneToOneJpaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/OptimisticLockAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/OptimisticLockingAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/OrderByAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/OrderByJpaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/OrderColumnJpaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/OverriddenCheckAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/OverriddenChecksAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/OverriddenColumnDefaultAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/OverriddenColumnDefaultsAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/OverriddenDiscriminatorFormulaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/OverriddenDiscriminatorFormulasAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/OverriddenFilterDefOverridesAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/OverriddenFilterDefsAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/OverriddenFilterOverridesAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/OverriddenFiltersAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/OverriddenFormulaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/OverriddenFormulasAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/OverriddenGeneratedColumnAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/OverriddenGeneratedColumnsAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/OverriddenJoinFormulaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/OverriddenJoinFormulasAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/OverriddenOrderByAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/OverriddenOrderBysAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/OverriddenSQLDeleteAllAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/OverriddenSQLDeleteAllsAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/OverriddenSQLDeleteAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/OverriddenSQLDeletesAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/OverriddenSQLInsertAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/OverriddenSQLInsertsAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/OverriddenSQLOrderAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/OverriddenSQLOrdersAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/OverriddenSQLRestrictionAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/OverriddenSQLRestrictionsAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/OverriddenSQLSelectAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/OverriddenSQLSelectsAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/OverriddenSQLUpdateAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/OverriddenSQLUpdatesAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/OverriddenWhereAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/OverriddenWheresAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/OverrideVersionAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ParamDefAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ParameterAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ParentAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/PartitionKeyAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/PersistenceContextJpaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/PersistenceContextsJpaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/PersistencePropertyJpaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/PersistenceUnitJpaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/PersistenceUnitsJpaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/PolymorphismAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/PostLoadJpaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/PostPersistJpaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/PostRemoveJpaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/PostUpdateJpaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/PrePersistJpaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/PreRemoveJpaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/PreUpdateJpaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/PrimaryKeyJoinColumnJpaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/PrimaryKeyJoinColumnsJpaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ProxyAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/QueryCacheLayoutAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/QueryHintJpaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/RowIdAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/SQLDeleteAllAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/SQLDeleteAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/SQLDeletesAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/SQLInsertAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/SQLInsertsAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/SQLJoinTableRestrictionAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/SQLOrderAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/SQLRestrictionAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/SQLSelectAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/SQLUpdateAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/SQLUpdatesAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/SecondaryRowAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/SecondaryRowsAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/SecondaryTableJpaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/SecondaryTablesJpaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/SelectBeforeUpdateAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/SequenceGeneratorJpaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/SequenceGeneratorsJpaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/SoftDeleteAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/SortComparatorAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/SortNaturalAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/SourceAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/SpecializedAnnotationDescriptor.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/SqlFragmentAliasAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/SqlResultSetMappingJpaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/SqlResultSetMappingsJpaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/StoredProcedureParameterJpaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/StructAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/SubselectAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/SynchronizeAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/TableAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/TableGeneratorJpaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/TableGeneratorsJpaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/TableJpaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/TablesAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/TargetLegacyAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/TargetXmlAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/TemporalJpaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/TenantIdAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/TimeZoneColumnAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/TimeZoneStorageAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/TransientJpaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/TypeAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/TypeBinderTypeAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/TypeRegistrationAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/TypeRegistrationsAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/UniqueConstraintJpaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/UpdateTimestampAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/UuidGeneratorAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ValueGenerationTypeAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/VersionJpaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ViewAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/WhereAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/WhereJoinTableAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/spi/AbstractOverrider.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/spi/AttributeMarker.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/spi/CheckConstraintCollector.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/spi/ColumnDetails.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/spi/Commentable.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/spi/CommonTableDetails.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/spi/CustomSqlDetails.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/spi/DatabaseObjectDetails.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/spi/DialectOverrider.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/spi/FilterDetails.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/spi/IndexCollector.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/spi/Named.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/spi/RepeatableContainer.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/spi/UniqueConstraintCollector.java
R hibernate-core/src/main/java/org/hibernate/boot/models/bind/ModelBindingLogging.java
R hibernate-core/src/main/java/org/hibernate/boot/models/bind/internal/AttributeBinding.java
R hibernate-core/src/main/java/org/hibernate/boot/models/bind/internal/BasicValueHelper.java
R hibernate-core/src/main/java/org/hibernate/boot/models/bind/internal/Binding.java
R hibernate-core/src/main/java/org/hibernate/boot/models/bind/internal/BindingContextImpl.java
R hibernate-core/src/main/java/org/hibernate/boot/models/bind/internal/BindingHelper.java
R hibernate-core/src/main/java/org/hibernate/boot/models/bind/internal/BindingOptionsImpl.java
R hibernate-core/src/main/java/org/hibernate/boot/models/bind/internal/BindingStateImpl.java
R hibernate-core/src/main/java/org/hibernate/boot/models/bind/internal/ColumnHelper.java
R hibernate-core/src/main/java/org/hibernate/boot/models/bind/internal/EntityBinding.java
R hibernate-core/src/main/java/org/hibernate/boot/models/bind/internal/IdentifiableTypeBinding.java
R hibernate-core/src/main/java/org/hibernate/boot/models/bind/internal/IdentifierBinding.java
R hibernate-core/src/main/java/org/hibernate/boot/models/bind/internal/InLineView.java
R hibernate-core/src/main/java/org/hibernate/boot/models/bind/internal/JoinedSubclassKeyHandler.java
R hibernate-core/src/main/java/org/hibernate/boot/models/bind/internal/ManagedTypeBinding.java
R hibernate-core/src/main/java/org/hibernate/boot/models/bind/internal/MappedSuperclassBinding.java
R hibernate-core/src/main/java/org/hibernate/boot/models/bind/internal/Observable.java
R hibernate-core/src/main/java/org/hibernate/boot/models/bind/internal/ObservableHelper.java
R hibernate-core/src/main/java/org/hibernate/boot/models/bind/internal/PhysicalTable.java
R hibernate-core/src/main/java/org/hibernate/boot/models/bind/internal/PhysicalView.java
R hibernate-core/src/main/java/org/hibernate/boot/models/bind/internal/ResolutionCallback.java
R hibernate-core/src/main/java/org/hibernate/boot/models/bind/internal/RootEntityBinding.java
R hibernate-core/src/main/java/org/hibernate/boot/models/bind/internal/SecondPass.java
R hibernate-core/src/main/java/org/hibernate/boot/models/bind/internal/SecondaryTable.java
R hibernate-core/src/main/java/org/hibernate/boot/models/bind/internal/SecondaryTableKeyHandler.java
R hibernate-core/src/main/java/org/hibernate/boot/models/bind/internal/SubclassEntityBinding.java
R hibernate-core/src/main/java/org/hibernate/boot/models/bind/internal/TableHelper.java
R hibernate-core/src/main/java/org/hibernate/boot/models/bind/internal/UnionTable.java
R hibernate-core/src/main/java/org/hibernate/boot/models/bind/spi/BindingContext.java
R hibernate-core/src/main/java/org/hibernate/boot/models/bind/spi/BindingCoordinator.java
R hibernate-core/src/main/java/org/hibernate/boot/models/bind/spi/BindingOptions.java
R hibernate-core/src/main/java/org/hibernate/boot/models/bind/spi/BindingState.java
R hibernate-core/src/main/java/org/hibernate/boot/models/bind/spi/PersistentTableReference.java
R hibernate-core/src/main/java/org/hibernate/boot/models/bind/spi/PhysicalTableReference.java
R hibernate-core/src/main/java/org/hibernate/boot/models/bind/spi/QuotedIdentifierTarget.java
R hibernate-core/src/main/java/org/hibernate/boot/models/bind/spi/SchemaAware.java
R hibernate-core/src/main/java/org/hibernate/boot/models/bind/spi/TableReference.java
M hibernate-core/src/main/java/org/hibernate/boot/models/categorize/internal/AbstractIdentifiableTypeMetadata.java
M hibernate-core/src/main/java/org/hibernate/boot/models/categorize/internal/AbstractPersistentAttributeMemberResolver.java
M hibernate-core/src/main/java/org/hibernate/boot/models/categorize/internal/CategorizationHelper.java
M hibernate-core/src/main/java/org/hibernate/boot/models/categorize/internal/CategorizedDomainModelImpl.java
R hibernate-core/src/main/java/org/hibernate/boot/models/categorize/internal/DomainModelCategorizationCollector.java
M hibernate-core/src/main/java/org/hibernate/boot/models/categorize/internal/EntityHierarchyBuilder.java
M hibernate-core/src/main/java/org/hibernate/boot/models/categorize/internal/EntityHierarchyImpl.java
M hibernate-core/src/main/java/org/hibernate/boot/models/categorize/internal/EntityTypeMetadataImpl.java
R hibernate-core/src/main/java/org/hibernate/boot/models/categorize/internal/GlobalRegistrationsImpl.java
M hibernate-core/src/main/java/org/hibernate/boot/models/categorize/internal/HierarchyMetadataCollector.java
M hibernate-core/src/main/java/org/hibernate/boot/models/categorize/internal/LifecycleCallbackCollector.java
M hibernate-core/src/main/java/org/hibernate/boot/models/categorize/internal/MappedSuperclassTypeMetadataImpl.java
M hibernate-core/src/main/java/org/hibernate/boot/models/categorize/internal/ModelCategorizationContextImpl.java
R hibernate-core/src/main/java/org/hibernate/boot/models/categorize/internal/NamedQueryRegistration.java
R hibernate-core/src/main/java/org/hibernate/boot/models/categorize/internal/OrmAnnotationHelper.java
M hibernate-core/src/main/java/org/hibernate/boot/models/categorize/internal/StandardPersistentAttributeMemberResolver.java
M hibernate-core/src/main/java/org/hibernate/boot/models/categorize/spi/CacheRegion.java
M hibernate-core/src/main/java/org/hibernate/boot/models/categorize/spi/CategorizedDomainModel.java
R hibernate-core/src/main/java/org/hibernate/boot/models/categorize/spi/CollectionTypeRegistration.java
R hibernate-core/src/main/java/org/hibernate/boot/models/categorize/spi/CompositeUserTypeRegistration.java
R hibernate-core/src/main/java/org/hibernate/boot/models/categorize/spi/ConversionRegistration.java
R hibernate-core/src/main/java/org/hibernate/boot/models/categorize/spi/ConverterRegistration.java
R hibernate-core/src/main/java/org/hibernate/boot/models/categorize/spi/EmbeddableInstantiatorRegistration.java
R hibernate-core/src/main/java/org/hibernate/boot/models/categorize/spi/FilterDefRegistration.java
R hibernate-core/src/main/java/org/hibernate/boot/models/categorize/spi/GenericGeneratorRegistration.java
R hibernate-core/src/main/java/org/hibernate/boot/models/categorize/spi/GlobalRegistrations.java
M hibernate-core/src/main/java/org/hibernate/boot/models/categorize/spi/IdentifiableTypeMetadata.java
R hibernate-core/src/main/java/org/hibernate/boot/models/categorize/spi/JavaTypeRegistration.java
R hibernate-core/src/main/java/org/hibernate/boot/models/categorize/spi/JdbcTypeRegistration.java
R hibernate-core/src/main/java/org/hibernate/boot/models/categorize/spi/JpaEventListener.java
M hibernate-core/src/main/java/org/hibernate/boot/models/categorize/spi/ManagedResourcesProcessor.java
M hibernate-core/src/main/java/org/hibernate/boot/models/categorize/spi/ModelCategorizationContext.java
R hibernate-core/src/main/java/org/hibernate/boot/models/categorize/spi/NamedNativeQueryRegistration.java
R hibernate-core/src/main/java/org/hibernate/boot/models/categorize/spi/NamedQueryRegistration.java
R hibernate-core/src/main/java/org/hibernate/boot/models/categorize/spi/NamedStoredProcedureQueryRegistration.java
M hibernate-core/src/main/java/org/hibernate/boot/models/categorize/spi/NaturalIdCacheRegion.java
R hibernate-core/src/main/java/org/hibernate/boot/models/categorize/spi/SequenceGeneratorRegistration.java
R hibernate-core/src/main/java/org/hibernate/boot/models/categorize/spi/SqlResultSetMappingRegistration.java
R hibernate-core/src/main/java/org/hibernate/boot/models/categorize/spi/TableGeneratorRegistration.java
R hibernate-core/src/main/java/org/hibernate/boot/models/categorize/spi/UserTypeRegistration.java
R hibernate-core/src/main/java/org/hibernate/boot/models/internal/AnnotationUsageHelper.java
A hibernate-core/src/main/java/org/hibernate/boot/models/internal/DomainModelCategorizationCollector.java
A hibernate-core/src/main/java/org/hibernate/boot/models/internal/GlobalRegistrationsImpl.java
A hibernate-core/src/main/java/org/hibernate/boot/models/internal/ModelsHelper.java
A hibernate-core/src/main/java/org/hibernate/boot/models/internal/OrmAnnotationHelper.java
A hibernate-core/src/main/java/org/hibernate/boot/models/spi/CollectionTypeRegistration.java
A hibernate-core/src/main/java/org/hibernate/boot/models/spi/CompositeUserTypeRegistration.java
A hibernate-core/src/main/java/org/hibernate/boot/models/spi/ConversionRegistration.java
A hibernate-core/src/main/java/org/hibernate/boot/models/spi/ConverterRegistration.java
A hibernate-core/src/main/java/org/hibernate/boot/models/spi/EmbeddableInstantiatorRegistration.java
A hibernate-core/src/main/java/org/hibernate/boot/models/spi/FilterDefRegistration.java
A hibernate-core/src/main/java/org/hibernate/boot/models/spi/GenericGeneratorRegistration.java
A hibernate-core/src/main/java/org/hibernate/boot/models/spi/GlobalRegistrations.java
A hibernate-core/src/main/java/org/hibernate/boot/models/spi/JavaTypeRegistration.java
A hibernate-core/src/main/java/org/hibernate/boot/models/spi/JdbcTypeRegistration.java
A hibernate-core/src/main/java/org/hibernate/boot/models/spi/JpaEventListener.java
A hibernate-core/src/main/java/org/hibernate/boot/models/spi/NamedNativeQueryRegistration.java
A hibernate-core/src/main/java/org/hibernate/boot/models/spi/NamedQueryRegistration.java
A hibernate-core/src/main/java/org/hibernate/boot/models/spi/NamedStoredProcedureQueryRegistration.java
A hibernate-core/src/main/java/org/hibernate/boot/models/spi/SequenceGeneratorRegistration.java
A hibernate-core/src/main/java/org/hibernate/boot/models/spi/SqlResultSetMappingRegistration.java
A hibernate-core/src/main/java/org/hibernate/boot/models/spi/TableGeneratorRegistration.java
A hibernate-core/src/main/java/org/hibernate/boot/models/spi/UserTypeRegistration.java
M hibernate-core/src/main/java/org/hibernate/boot/models/xml/internal/EntityGraphProcessing.java
A hibernate-core/src/main/java/org/hibernate/boot/models/xml/internal/FilterProcessing.java
M hibernate-core/src/main/java/org/hibernate/boot/models/xml/internal/ManagedTypeProcessor.java
M hibernate-core/src/main/java/org/hibernate/boot/models/xml/internal/QueryProcessing.java
M hibernate-core/src/main/java/org/hibernate/boot/models/xml/internal/XmlAnnotationHelper.java
M hibernate-core/src/main/java/org/hibernate/boot/models/xml/internal/XmlProcessingHelper.java
M hibernate-core/src/main/java/org/hibernate/boot/models/xml/internal/attr/AnyMappingAttributeProcessing.java
M hibernate-core/src/main/java/org/hibernate/boot/models/xml/internal/attr/BasicAttributeProcessing.java
M hibernate-core/src/main/java/org/hibernate/boot/models/xml/internal/attr/BasicIdAttributeProcessing.java
M hibernate-core/src/main/java/org/hibernate/boot/models/xml/internal/attr/CommonAttributeProcessing.java
M hibernate-core/src/main/java/org/hibernate/boot/models/xml/internal/attr/CommonPluralAttributeProcessing.java
M hibernate-core/src/main/java/org/hibernate/boot/models/xml/internal/attr/ElementCollectionAttributeProcessing.java
M hibernate-core/src/main/java/org/hibernate/boot/models/xml/internal/attr/EmbeddedAttributeProcessing.java
M hibernate-core/src/main/java/org/hibernate/boot/models/xml/internal/attr/EmbeddedIdAttributeProcessing.java
M hibernate-core/src/main/java/org/hibernate/boot/models/xml/internal/attr/ManyToManyAttributeProcessing.java
M hibernate-core/src/main/java/org/hibernate/boot/models/xml/internal/attr/ManyToOneAttributeProcessing.java
M hibernate-core/src/main/java/org/hibernate/boot/models/xml/internal/attr/OneToManyAttributeProcessing.java
M hibernate-core/src/main/java/org/hibernate/boot/models/xml/internal/attr/OneToOneAttributeProcessing.java
R hibernate-core/src/main/java/org/hibernate/boot/models/xml/internal/db/ColumnProcessing.java
M hibernate-core/src/main/java/org/hibernate/boot/models/xml/internal/db/ForeignKeyProcessing.java
M hibernate-core/src/main/java/org/hibernate/boot/models/xml/internal/db/JoinColumnProcessing.java
M hibernate-core/src/main/java/org/hibernate/boot/models/xml/internal/db/TableProcessing.java
M hibernate-core/src/main/java/org/hibernate/boot/models/xml/spi/XmlProcessor.java
M hibernate-core/src/main/java/org/hibernate/boot/query/AbstractNamedQueryBuilder.java
M hibernate-core/src/main/java/org/hibernate/boot/query/SqlResultSetMappingDescriptor.java
M hibernate-core/src/main/java/org/hibernate/boot/spi/InFlightMetadataCollector.java
M hibernate-core/src/main/java/org/hibernate/internal/util/collections/CollectionHelper.java
M hibernate-core/src/main/java/org/hibernate/jpa/event/internal/CallbackDefinitionResolver.java
M hibernate-core/src/main/java/org/hibernate/mapping/SimpleValue.java
M hibernate-core/src/main/java/org/hibernate/query/internal/ResultMementoBasicStandard.java
M hibernate-core/src/test/java/org/hibernate/orm/test/annotations/xml/ejb3/Ejb3XmlElementCollectionTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/annotations/xml/ejb3/Ejb3XmlManyToOneTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/annotations/xml/ejb3/Ejb3XmlOneToOneTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/annotations/xml/ejb3/Ejb3XmlTestCase.java
A hibernate-core/src/test/java/org/hibernate/orm/test/boot/database/qualfiedTableNaming/XmlDefinedNamespaceTests.java
M hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/SourceModelTestHelper.java
M hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/SourceModelTestHelperSmokeTests.java
A hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/annotation/SimpleAnnotationUsageTests.java
R hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/bind/BindingTestingHelper.java
R hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/bind/CustomNamingStrategy.java
R hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/bind/CustomNamingStrategyProvider.java
R hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/bind/SimpleBindingCoordinatorTests.java
R hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/bind/SimpleEntity.java
R hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/bind/cache/SimpleCachingTests.java
R hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/bind/callbacks/CallbackTests.java
R hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/bind/callbacks/HierarchyRoot.java
R hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/bind/callbacks/HierarchySuper.java
R hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/bind/callbacks/Listener1.java
R hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/bind/callbacks/Listener2.java
R hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/bind/id/AggregatedIdEntity.java
R hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/bind/id/BasicIdEntity.java
R hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/bind/id/IdBindingTests.java
R hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/bind/id/NonAggregatedIdEntity.java
R hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/bind/id/SimpleIdTests.java
R hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/bind/inheritance/JoinedTests.java
R hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/bind/inheritance/SingleTableTests.java
R hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/bind/inheritance/UnionSubclassTests.java
R hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/bind/locking/OptimisticLockingTests.java
R hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/bind/mappedsuper/MappedSuperclassTests.java
R hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/bind/tables/SecondaryTableTests.java
R hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/bind/tenancy/SimpleTenancyTests.java
R hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/process/ManagedResourcesSmokeTests.java
R hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/process/Person.java
R hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/process/Root.java
R hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/process/SimpleProcessorTests.java
R hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/process/Sub.java
M hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/xml/XmlProcessingSmokeTests.java
M hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/xml/attr/AnyTests.java
M hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/xml/attr/ManyToOneTests.java
M hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/xml/column/ColumnTests.java
M hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/xml/complete/CompleteXmlInheritanceTests.java
M hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/xml/complete/CompleteXmlWithEmbeddableTests.java
M hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/xml/complete/DiscriminatorValueTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/xml/complete/SimpleCompleteXmlTests.java
M hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/xml/dynamic/DynamicModelTests.java
M hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/xml/dynamic/NamedEntityGraphTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/xml/dynamic/RowIdTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/xml/dynamic/TenantIdTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/xml/globals/JpaEventListenerTests.java
M hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/xml/lifecycle/EntityLifecycleTests.java
M hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/xml/override/AttributeOverrideXmlTests.java
M hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/xml/override/SimpleOverrideXmlTests.java
M hibernate-core/src/test/java/org/hibernate/orm/test/intg/AdditionalMappingContributorTests.java
M hibernate-core/src/test/resources/mappings/models/attr/any/simple.xml
M hibernate-core/src/test/resources/mappings/models/complete/simple-complete.xml
A hibernate-core/src/test/resources/mappings/models/namespace/defaults-namespace.xml
A hibernate-core/src/test/resources/mappings/models/namespace/file-namespace.xml
A hibernate-core/src/test/resources/mappings/models/namespace/no-namespace.xml
M hibernate-core/src/test/resources/org/hibernate/orm/test/schemaupdate/checkconstraint/column/mapping.xml
M hibernate-envers/hibernate-envers.gradle
M settings.gradle
Log Message:
-----------
HHH-18127 - Leverage hibernate-models Annotation-as-Class
Commit: 01070de344d08f16e299f68f2c5937803794bedb
https://github.com/hibernate/hibernate-orm/commit/01070de344d08f16e299f68...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2024-05-29 (Wed, 29 May 2024)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/AggregateComponentBinder.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/AbstractXmlAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/AccessJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/AnyAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/AnyDiscriminatorAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/AnyDiscriminatorValueAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/AnyKeTypeAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/AnyKeyJavaClassAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/AnyKeyJavaTypeAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/AnyKeyJdbcTypeAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/AnyKeyJdbcTypeCodeAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/AnyKeyTypeXmlAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ArrayAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/AssociationOverrideJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/AttributeAccessorAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/AttributeBinderTypeAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/AttributeOverrideJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/BasicJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/BatchSizeAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/CacheAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/CacheableJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/CascadeAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/CheckAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/CheckConstraintJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/CollateAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/CollectionClassificationXmlAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/CollectionIdAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/CollectionIdJavaTypeAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/CollectionIdJdbcTypeAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/CollectionIdJdbcTypeCodeAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/CollectionIdMutabilityAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/CollectionIdTypeAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/CollectionTableJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/CollectionTypeAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/CollectionTypeRegistrationAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ColumnDefaultAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ColumnJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ColumnResultJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ColumnTransformerAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/CommentAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/CompositeTypeAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/CompositeTypeRegistrationAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ConstructorResultJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ConvertJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ConverterJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ConverterRegistrationAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/CreationTimestampAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/CurrentTimestampAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/DiscriminatorColumnJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/DiscriminatorFormulaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/DiscriminatorOptionsAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/DiscriminatorValueJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/DynamicInsertAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/DynamicUpdateAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ElementCollectionJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/EmbeddableInstantiatorAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/EmbeddableInstantiatorRegistrationAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/EntityJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/EntityListenersJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/EntityResultJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/EnumeratedJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ExtendsXmlAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/FetchAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/FetchProfileAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/FetchProfileOverrideAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/FieldResultJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/FilterAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/FilterDefAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/FilterJoinTableAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ForeignKeyJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/FormulaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/FractionalSecondsAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/GeneratedAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/GeneratedColumnAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/GeneratedValueJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/GeneratorTypeAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/GenericGeneratorAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/HQLSelectAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/IdClassJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/IdGeneratorTypeAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ImportedAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/IndexColumnAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/IndexJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/InheritanceJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/InstantiatorAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/JavaTypeAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/JavaTypeRegistrationAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/JdbcTypeAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/JdbcTypeCodeAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/JdbcTypeRegistrationAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/JoinColumnJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/JoinColumnOrFormulaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/JoinColumnsJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/JoinFormulaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/JoinTableJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/LazyCollectionAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/LazyGroupAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/LazyToOneAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ListIndexBaseAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ListIndexJavaTypeAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ListIndexJdbcTypeAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ListIndexJdbcTypeCodeAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/LoaderAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ManyToAnyAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ManyToManyJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ManyToOneJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/MapKeyClassJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/MapKeyColumnJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/MapKeyCompositeTypeAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/MapKeyEnumeratedJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/MapKeyJavaTypeAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/MapKeyJdbcTypeAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/MapKeyJdbcTypeCodeAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/MapKeyJoinColumnJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/MapKeyJoinColumnsJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/MapKeyJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/MapKeyMutabilityAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/MapKeyTemporalJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/MapKeyTypeAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/MapsIdJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/MutabilityAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/NamedAttributeNodeJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/NamedEntityGraphJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/NamedNativeQueryAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/NamedNativeQueryJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/NamedQueryAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/NamedQueryJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/NamedStoredProcedureQueryJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/NamedSubgraphJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/NaturalIdAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/NaturalIdCacheAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/NotFoundAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/OnDeleteAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/OneToManyJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/OneToOneJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/OptimisticLockAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/OptimisticLockingAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/OrderByAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/OrderByJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/OrderColumnJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ParamDefAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ParameterAnnotation.java
R hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/PersistenceContextJpaAnnotation.java
R hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/PersistenceContextsJpaAnnotation.java
R hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/PersistencePropertyJpaAnnotation.java
R hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/PersistenceUnitJpaAnnotation.java
R hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/PersistenceUnitsJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/PolymorphismAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/PrimaryKeyJoinColumnJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ProxyAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/QueryCacheLayoutAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/QueryHintJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/RowIdAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/SQLDeleteAllAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/SQLDeleteAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/SQLInsertAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/SQLJoinTableRestrictionAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/SQLOrderAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/SQLRestrictionAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/SQLSelectAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/SQLUpdateAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/SecondaryRowAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/SecondaryTableJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/SelectBeforeUpdateAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/SequenceGeneratorJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/SoftDeleteAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/SortComparatorAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/SourceAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/SqlFragmentAliasAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/SqlResultSetMappingJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/StoredProcedureParameterJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/StructAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/SubselectAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/SynchronizeAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/TableAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/TableGeneratorJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/TableJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/TargetLegacyAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/TargetXmlAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/TemporalJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/TimeZoneColumnAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/TimeZoneStorageAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/TypeAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/TypeBinderTypeAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/TypeRegistrationAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/UniqueConstraintJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/UpdateTimestampAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/UuidGeneratorAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ValueGenerationTypeAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ViewAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/WhereAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/WhereJoinTableAnnotation.java
Log Message:
-----------
HHH-18127 - Leverage hibernate-models Annotation-as-Class
Commit: ef30b774e492662a3667e2710682119448ee1de8
https://github.com/hibernate/hibernate-orm/commit/ef30b774e492662a3667e27...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2024-05-29 (Wed, 29 May 2024)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/internal/StatelessSessionImpl.java
Log Message:
-----------
HHH-18139 throw an exception when assigned id is null in StatelessSession.insert()
Signed-off-by: Gavin King <gavin(a)hibernate.org>
Commit: 5ea1660a1fc43b29417084e10d1bac3eba214efa
https://github.com/hibernate/hibernate-orm/commit/5ea1660a1fc43b29417084e...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2024-05-29 (Wed, 29 May 2024)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/AggregateComponentBinder.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/AggregateComponentSecondPass.java
M hibernate-core/src/test/java/org/hibernate/orm/test/mapping/embeddable/EmbeddableWithArrayAggregate.java
M hibernate-core/src/test/java/org/hibernate/orm/test/mapping/embeddable/JsonWithArrayEmbeddableTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/mapping/embeddable/NestedStructWithArrayEmbeddableTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/mapping/embeddable/StructWithArrayEmbeddableTest.java
Log Message:
-----------
Rebase main -> 7.0
Commit: 3c9b66fde95e1cb282e86dbcd4ac7386cf723982
https://github.com/hibernate/hibernate-orm/commit/3c9b66fde95e1cb282e86db...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2024-05-29 (Wed, 29 May 2024)
Changed paths:
M hibernate-core/src/test/java/org/hibernate/orm/test/mapping/enumeratedvalue/CharEnumerateValueTests.java
Log Message:
-----------
Rebase main -> 7.0
Compare: https://github.com/hibernate/hibernate-orm/compare/9d92c83a72bb...3c9b66f...
To unsubscribe from these emails, change your notification settings at https://github.com/hibernate/hibernate-orm/settings/notifications
5 months, 3 weeks
[hibernate/hibernate-orm] 9d92c8: Rebase main -> 7.0
by Steve Ebersole
Branch: refs/heads/wip/7.0
Home: https://github.com/hibernate/hibernate-orm
Commit: 9d92c83a72bbd89f6bb22a63a8fcd90083c24e64
https://github.com/hibernate/hibernate-orm/commit/9d92c83a72bbd89f6bb22a6...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2024-05-29 (Wed, 29 May 2024)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/AggregateComponentBinder.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/AggregateComponentSecondPass.java
M hibernate-core/src/test/java/org/hibernate/orm/test/mapping/embeddable/EmbeddableWithArrayAggregate.java
M hibernate-core/src/test/java/org/hibernate/orm/test/mapping/embeddable/JsonWithArrayEmbeddableTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/mapping/embeddable/NestedStructWithArrayEmbeddableTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/mapping/embeddable/StructWithArrayEmbeddableTest.java
Log Message:
-----------
Rebase main -> 7.0
To unsubscribe from these emails, change your notification settings at https://github.com/hibernate/hibernate-orm/settings/notifications
5 months, 4 weeks