[hibernate-issues] [Hibernate-JIRA] Closed: (HHH-999) Ability to perform querys against cache

Steve Ebersole (JIRA) noreply at atlassian.com
Mon Mar 21 13:01:12 EDT 2011


     [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-999?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steve Ebersole closed HHH-999.
------------------------------


Closing stale resolved issues

> Ability to perform querys against cache
> ---------------------------------------
>
>                 Key: HHH-999
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-999
>             Project: Hibernate Core
>          Issue Type: New Feature
>         Environment: All 
>            Reporter: stephane f
>
> I would be very usefull to perform some hibernate Querys on the Cache first. 
> If we perform the following Query :
> ´  Select param where param .validFrom > new Date() and param .validTo < new Date()
> Hibernate could put the result in the Cache  and in the next Query , the Query could be excecuted against the Cache First, and then against the Db.
> this could bring performance enhancement in a lot of projects.
> It could be extremly useful for  Mappings marked as 'immutable'

-- 
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