In Our project we are using Hibernate with EJB. Currently I am working on performance tunning of Application, I got some slow queries from a Mysql Slow query log . But these queries are pure sql queries . I want to find respected hibernate query in our java code . So is there any way so that i can find such thing fastly .
Thanks