[
http://opensource.atlassian.com/projects/hibernate/browse/HHH-3140?page=c...
]
Brian Stansberry updated HHH-3140:
----------------------------------
Description:
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
was:
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
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) 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....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira