How could one query a contained map object? Basically, I wish to select the objects in the map that have a key equal to some value and then actually perform an action on the value portion of the key-value map pair. Ideally I would like to use JPQL but I don't think I get this sort of access. I could write it in SQL but would rather not. Any suggestions?
-- View this message in context: http://n2.nabble.com/Querying-a-map-object-tp3447125p3447125.html Sent from the OpenJPA Users mailing list archive at Nabble.com.