RE: (OT) Hibernate question

2013-01-04 Thread Martin Gainty
an hour long discussion with a developer yesterday who said you *could* hint Hibernate predicates Our allotted teleconference time ran out before we could get into the exact details of how to hint a Hibernate query The concern for a potential client is to make all his Hibernate queries run fas

Re: (OT) Hibernate question

2013-01-04 Thread Dionis Argiri
Hi! It's not possible to add hints to Hibernate criteria queries/hql queries. But it's possible to add it if you use native query(but it's not your case, as I understand). BR, Dionis 2013/1/4 Martin Gainty > oes anyone know how to hint a Hiber