-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
 Post subject: statistics about # of selects per session/transaction
PostPosted: Thu Feb 19, 2009 7:07 am 
Beginner
Beginner

Joined: Tue Nov 06, 2007 5:13 am
Posts: 28
is there a way to get the number of executed select statements per session (or per transaction) in hibernate?

the stats returned from SessionFactory.getStatistics() are too global
when I use them I cannot tell how many selects statements my current session has executed

the SessionStatistics on the other hand work on the entity level, which seems to be too low of a level.

I think I could iterate over SessionStatistics.getEntityKeys() and count the number of entires per entityName() which seems awkward

Is there any better way?

Or could I use the JDBC driver to get this info?


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
cron
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.