[hibernate-issues] [Hibernate-JIRA] Resolved: (HHH-3140) Region prefix ignored for entities and collections

Steve Ebersole (JIRA) noreply at atlassian.com
Mon Mar 17 16:23:34 EDT 2008


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

Steve Ebersole resolved HHH-3140.
---------------------------------

    Resolution: Fixed

> Region prefix ignored for entities and collections
> --------------------------------------------------
>
>                 Key: HHH-3140
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-3140
>             Project: Hibernate3
>          Issue Type: Bug
>          Components: caching (L2)
>    Affects Versions: 3.3
>            Reporter: Brian Stansberry
>            Assignee: Steve Ebersole
>             Fix For: 3.3
>
>
> The way hibernate handles hibernate.cache.region_prefix varies between the Region types. When RegionFactory.buildQueryResultsRegion() and buildTimestampsRegion() are called, any region_prefix is prepended to the passed regionName.  With entities and collection's it is not.
> (01:45:56 PM) bes: well, I looked in hibernate-core for usages of Settings.getCacheRegionPrefix() and the only usage was in the StandardQueryCache and UpdateTimestampsCache classes
> (01:48:48 PM) steve: oh, i think i just missed that for entity and collections
> (01:49:02 PM) steve: it used to be handled by a class no longer there

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