Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: a9121d5e8897732a718fe5afa6bb4a078697c5e8
https://github.com/hibernate/hibernate-orm/commit/a9121d5e8897732a718fe5a...
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: f3c29c7911356aa03804351b42dac0c8c53613eb
https://github.com/hibernate/hibernate-orm/commit/f3c29c7911356aa03804351...
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: 9e3ad56d2f9b6c7cff2aef22eaceb4c362f19e1e
https://github.com/hibernate/hibernate-orm/commit/9e3ad56d2f9b6c7cff2aef2...
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: c24c9225d9d3b51450a609bde916717868c40059
https://github.com/hibernate/hibernate-orm/commit/c24c9225d9d3b51450a609b...
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/05210db974d6...c24c922...
To unsubscribe from these emails, change your notification settings at
https://github.com/hibernate/hibernate-orm/settings/notifications