[hibernate-issues] [Hibernate-JIRA] Commented: (HHH-3452) Statistics for Criteria Queries

Rohit N (JIRA) noreply at atlassian.com
Wed Aug 27 11:01:26 EDT 2008


    [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-3452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_31001 ] 

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.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the hibernate-issues mailing list