I'm looking for something like the following: specify a list of property names mapped to a table's columns, to be the property values needed as result, and a condition, and get the values for the specifyied properties into a Map containing pairs of (propertyName, propertyValue).
Is it possible to do this kind of query? i know JDO can, and would love to be able to do this with Hibernate too.
http://www.theserverside.com/articles/a ... QueryPart2
"Projection into a concrete Map implementation"
Thanks for your interest