Hibernate version: 3.1.rc3
Hi,
In my application when i enable show_sql = true i found that number of sql generated by Hibernate for particular sql is really huge, so i though if Hibernate provides input of statistical info of SQL? like how many sql it execute for particular period of for specific HQL farther more if hibernate registers overall number of executed sql queries.
I know that Hibernate has Statistical interface but i found that all information are at HQL level, and because HQL != SQL then one HQL can generate hundreds of sql when lazy disabled for example that's why i want to get sql statistic from Hibernate
Thanks for support
mah_habbal
|