Code:
Hibernate Version : 3.0.5
Hello all,
i was wondering if it is possible to get the execution time for an sql
statement ? Showing the sql statements that hibernate executes
workes fine, but how can i get the time of the statement that was needed
to execute the statement
plus the time that hibernate needed to read and instantiate the data ?
Most interesting for me is the time hibernate needs to read the data
and to create the objects, because i need this for performance tests.
i can use the p6spy jdbc proxy, but i do not know if i can trust the
timestamps that i get for the results !?
any ideas ?
thanks in advance,
Andreas