{crickets}
O...K....
How's about this: since apparently one can work around this spec-breaking bug by placing @AttributeOverrides on the entity class, but because I don't want to change my entire domain model to work around one Hibernate bug, can someone tell me if there is a way to do the equivalent of an @AttributeOverrides using hbm.xml files?
That is:
If I have an annotated class, and I want to supply attribute overrides but in a Hibernate-specific XML file somewhere in such a way that bug 267 can be worked around, what is the best way to do it?
Will Hibernate mix and match annotations and hbm.xml files in the same way as it is required to do with annotations and META-INF/orm.xml?
Thanks, Laird
|