-->
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: tool - application usage of jpa, hibernate, jdbc
PostPosted: Thu Jan 14, 2010 12:36 pm 
Regular
Regular

Joined: Fri Jul 30, 2004 4:02 pm
Posts: 50
Does there exist a tool that will measure an applications usage (static code analysis I would assume) to measure things like:

count of jpa entity managers.
count of jpa named queries.
count of jpa non-named/non-native queries.
count of jpa native queries (not using JPAQL).
count of hibernate sessions.
count of hibernate HQL queries.
count of hibernate native queries.
count of hibernate criteria queries.
count of raw jdbc/connection usage.

I would think it would be useful to identify how much raw jdbc/connection usage may be going on, particularly if it is either not expected, or you have inherited a project and trying to migrate to hibernate or jpa.

TIA if such a tool exists


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:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.