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

Brian Stansberry (JIRA) noreply at atlassian.com
Thu Feb 28 14:51:33 EST 2008


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
             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) besYIM: 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_ebersole78613: oh, i think i just missed that for entity and collections
(01:49:02 PM) steve_ebersole78613: 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