Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version: 2.1.7
The generated SQL (show_sql=true):
Hi forun friends,
I have a doubt, for example there is a way to intercept the bank query hibernate sends to the bank, like this :
"from TUtilizacao u where u.codServico = '5' " ( HQL )
"select u.* from TUtilizacao u where u.codServico ='5' " ( SQL sended )
String s = "select u.* from TUtilizacao u where u.codServico ='5' ";
only this.
Thanks JP.