Hi,
I recently upgraded
one of our applications from Hibernate 1.0 (or one of the release around there)
to Hibernate 1.2. My queries that depend on the properties of a composite
id no longer work.
I know that used to
work because I was the one who added it originally, but now it doesn't seem to
work. Before I go digging though the code, has support for this been
removed on purpose or is perhaps a byproduct of QueryParser
refactoring?
Thanks,
Jon...