|
how to prevent autogenerated sqlstrings in hibernate ?
Hi , I am new to hibernate
I wish to know if anyone knows how to disable the sqlstrings generated by hibernate after reading the configuration files.
The problem is that in my case there are huge no of fields in some of the tables and the the generated sql select , update etc query Strings are itself holding a huge amount of memory.
So if anyone has any inputs do let me know.
Thanks
|