Re: (OT) Hibernate question

2013-01-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Martin, On 1/3/13 6:03 PM, Martin Gainty wrote: > Does anyone know how to hint a Hibernate predicate with something > like select /*+ index(emp_alias ix_emp) */ ... from scott.emp > emp_alias Short answer: you can't. Long answer: Google for "po

Re: (OT) Hibernate question

2013-01-04 Thread Pid *
On 3 Jan 2013, at 23:04, Martin Gainty wrote: > Martin > __ If computers were self-aware > they would'nt need human beingsAuthor Unknown Indeed. - To unsubscribe, e-mail: users-

(OT) Hibernate question

2013-01-03 Thread Martin Gainty
Gentlemen This has been asked many times but i havent found an answer Does anyone know how to hint a Hibernate predicate with something like select /*+ index(emp_alias ix_emp) */ ... from scott.emp emp_alias Martin __ If computers were self-aware t