[hibernate-dev] force outer-join with map collection index in where clause

2008-10-01 Thread Anthony Fryer
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

[hibernate-dev] Ability to specify the ENTITY_MODE of a StatelessSession.

2009-06-28 Thread Anthony Fryer
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? _