[
http://opensource.atlassian.com/projects/hibernate/browse/HHH-3452?page=c...
]
Rohit N commented on HHH-3452:
------------------------------
Currently, the method getQueries() on org.hibernate.stat.Statistics from the
SessionFactory returns a String array of HQL queries.
This should also include Criteria Queries.
Inturn, the method getQueryStatistics(String queryString) on org.hibernate.stat.Statistics
returns statistics only for the HQL queries. This should also include Statistics for the
Criteria Queries.
Statistics for Criteria Queries
-------------------------------
Key: HHH-3452
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HHH-3452
Project: Hibernate3
Issue Type: New Feature
Components: query-criteria
Reporter: Rohit N
Priority: Blocker
Original Estimate: 5 days
Remaining Estimate: 5 days
Criteria Queries are not part of the Query Statistics. This gives an incomplete
"picture" to the user.
Currently, the Statistics is only for HQL queries.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://opensource.atlassian.com/projects/hibernate/secure/Administrators....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira