Good afternoon, Pmoran. Could you describe in a bit more detail on what the persistent field looks like? Are you using a serialized java.util.Map or are you using a collection annotated with @PersistentCollection or @ElementCollection?
On Fri, 2009-08-14 at 14:41 -0500, Pmoran wrote: > 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? > >