I have a class mapped as follows... The map collection allows me to perform queries
on the equipment as follows... from equipment where nameplate["TARIFF"] not in
('RU', 'BG') This works fine up until I want to do a query like this... from
equipment where nameplate["TARIFF"] i
I've been using hibernate Stateless Sessions and can see no way of being able
to specify the entity mode of a StatelessSession. It just seems to default to
POJO and I can't see how to change it to DOM or MAP. Am I missing something or
if not, could this be added to the API?
_