Hello,
I have designed an extensible object model which uses the <dynamic-component> mapping to map user defined extensible properties to object. Unfortunately, there is not much documentation on this. I have the mapping working, but now need to know what the correct HQL syntax is to query into these mapped properties. Is is something like dynamicComponent["propertyName"]? Does hibernate even allow querying into dynamic components? If not, seems like a significant oversight. Any help is appreciated.
Thanks,
Edward
|