mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-16 16:15:06 +00:00
HHH-7096 Populate Settings field in SingletonEhCacheRegionFactory
This commit is contained in:
parent
13f4c830e1
commit
a6ae52b732
@ -63,6 +63,7 @@ public SingletonEhCacheRegionFactory(Properties prop) {
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
public void start(Settings settings, Properties properties) throws CacheException {
|
||||
this.settings = settings;
|
||||
try {
|
||||
String configurationResourceName = null;
|
||||
if ( properties != null ) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user