Branch: refs/heads/8.0
Home:
https://github.com/hibernate/hibernate-orm
Commit: e6a5b270571ee7a9d504e0b682c323b465bedeeb
https://github.com/hibernate/hibernate-orm/commit/e6a5b270571ee7a9d504e0b...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2026-06-25 (Thu, 25 Jun 2026)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/boot/jaxb/mapping/spi/JaxbPluralAttribute.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/attr/CommonPluralAttributeProcessing.java
M hibernate-core/src/main/resources/org/hibernate/xsd/mapping/mapping-8.0.xsd
A
hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/xml/attr/ElementCollectionTests.java
A
hibernate-core/src/test/resources/mappings/models/attr/element-collection/map-key-type.xml
Log Message:
-----------
HHH-20618 XSD add support for @MapKeyJavaType
Add XML equivalent of @MapKeyJavaType annotation to mapping-8.0.xsd,
allowing XML mappings to specify a custom BasicJavaType descriptor
for map keys in element-collection, one-to-many, and many-to-many.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply(a)anthropic.com>
Commit: 5881d92654fb1a2a820525a9d13b11081002280e
https://github.com/hibernate/hibernate-orm/commit/5881d92654fb1a2a820525a...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2026-06-25 (Thu, 25 Jun 2026)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/boot/jaxb/mapping/spi/JaxbPluralAttribute.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/attr/CommonPluralAttributeProcessing.java
M hibernate-core/src/main/resources/org/hibernate/xsd/mapping/mapping-8.0.xsd
M
hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/xml/attr/ElementCollectionTests.java
A
hibernate-core/src/test/resources/mappings/models/attr/element-collection/map-key-jdbc-type.xml
Log Message:
-----------
HHH-20618 XSD add support for @MapKeyJdbcType
Add XML equivalent of @MapKeyJdbcType annotation to mapping-8.0.xsd,
allowing XML mappings to specify a custom JdbcType descriptor
for map keys in element-collection, one-to-many, and many-to-many.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply(a)anthropic.com>
Commit: 577f0834d9e5048231eca2df5f9aaf3401c18360
https://github.com/hibernate/hibernate-orm/commit/577f0834d9e5048231eca2d...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2026-06-25 (Thu, 25 Jun 2026)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/boot/jaxb/mapping/spi/JaxbPluralAttribute.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/attr/CommonPluralAttributeProcessing.java
M hibernate-core/src/main/resources/org/hibernate/xsd/mapping/mapping-8.0.xsd
M
hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/xml/attr/ElementCollectionTests.java
A
hibernate-core/src/test/resources/mappings/models/attr/element-collection/map-key-jdbc-type-code.xml
Log Message:
-----------
HHH-20618 XSD add support for @MapKeyJdbcTypeCode
Add XML equivalent of @MapKeyJdbcTypeCode annotation to mapping-8.0.xsd,
allowing XML mappings to specify a JDBC type code (int) for map keys
in element-collection, one-to-many, and many-to-many.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply(a)anthropic.com>
Commit: 78c51a2a06c64971d745edeb8d308829c7528954
https://github.com/hibernate/hibernate-orm/commit/78c51a2a06c64971d745ede...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2026-06-25 (Thu, 25 Jun 2026)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/boot/jaxb/mapping/spi/JaxbPluralAttribute.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/attr/CommonPluralAttributeProcessing.java
M hibernate-core/src/main/resources/org/hibernate/xsd/mapping/mapping-8.0.xsd
M
hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/xml/attr/ElementCollectionTests.java
A
hibernate-core/src/test/resources/mappings/models/attr/element-collection/map-key-jdbc-type-name.xml
Log Message:
-----------
HHH-20619 Support SqlTypes constant for MapKeyJdbcType variant in XML mapping
Compare:
https://github.com/hibernate/hibernate-orm/compare/e9b1ce0b60ed...78c51a2...
To unsubscribe from these emails, change your notification settings at
https://github.com/hibernate/hibernate-orm/settings/notifications