I don't think much of this applies except the version number, but I filled out what I could.
Anyways, I'm trying to run some statistics on my app, and was looking at the getQueries() method. I've got CollectionRoleNames and EntityNames working just fine, but I can't get anything to be returned in getQueries().
I assume it doesn't log each query - but then again it might. So how do I enable stat gathering on queries?
I'm using Hibernate 3.2.0.CR5 with the supported HAN/HEM.
Thanks!
Jason
Hibernate version:
3.2.0CR5
Mapping documents:
all done in annotations
Code between sessionFactory.openSession() and session.close():
using ejb3
Full stack trace of any exception that occurs:
n/a
Name and version of the database you are using:
mysql 5
The generated SQL (show_sql=true):
wish i knew ...
Debug level Hibernate log excerpt:
nada
|