Out of Date
Details
Assignee
Marko BekhtaMarko BekhtaReporter
Yoann RodièreYoann RodièreComponents
Priority
Major
Details
Details
Assignee
Marko Bekhta
Marko BekhtaReporter
Yoann Rodière
Yoann RodièreComponents
Priority
Created January 9, 2023 at 2:52 PM
Updated September 25, 2023 at 3:55 PM
Resolved September 25, 2023 at 3:55 PM
See https://hibernate.zulipchat.com/#narrow/stream/132094-hibernate-orm-dev/topic/entity-name.20and.20HCANN
The idea would be to use the classes from
org.hibernate.mapping
to contribute the mapping of those entities to Hibernate ORM. It hasn’t been done, but should in theory be possible.At the moment our only way to contribute that mapping to would be to cast the
MetadataImplementor
passed toAdditionalJaxbMappingProducer
to aInFlightMetadataCollector
. A bit dodgy, but enough to start experimenting.See also for a more future-proof SPI.