Don't redundantly call ensureRegionRootExists()
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14683 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
544e93a305
commit
6101b4e26e
|
@ -89,7 +89,8 @@ public class OptimisticTransactionalAccessDelegate extends TransactionalAccessDe
|
|||
public Object get(Object key, long txTimestamp) throws CacheException
|
||||
{
|
||||
region.ensureRegionRootExists();
|
||||
return super.get(key, txTimestamp);
|
||||
|
||||
return CacheHelper.get(cache, regionFqn, key);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue