mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-17 00:24:57 +00:00
HHH-6859 correct AbstractEntityManagerImpl#determineCacheStoreMode
This commit is contained in:
parent
94dd246bf4
commit
51508921a0
@ -256,7 +256,7 @@ private CacheStoreMode currentCacheStoreMode() {
|
||||
}
|
||||
|
||||
private CacheStoreMode determineCacheStoreMode(Map<String, Object> settings) {
|
||||
return ( CacheStoreMode ) properties.get( AvailableSettings.SHARED_CACHE_STORE_MODE );
|
||||
return ( CacheStoreMode ) settings.get( AvailableSettings.SHARED_CACHE_STORE_MODE );
|
||||
}
|
||||
|
||||
private void setLockOptions(Map<String, Object> props, LockOptions options) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user