mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-18 00:55:16 +00:00
HHH-6258: Fixed a problem with a conflict with Gale's change to this class. I had to add the two local variables that she didn't have that I added.
This commit is contained in:
parent
09a9b65201
commit
02a866c702
@ -542,6 +542,8 @@ public SessionFactoryImpl(
|
|||||||
this.currentSessionContext = null;
|
this.currentSessionContext = null;
|
||||||
this.sqlFunctionRegistry = null;
|
this.sqlFunctionRegistry = null;
|
||||||
this.transactionEnvironment = null;
|
this.transactionEnvironment = null;
|
||||||
|
this.jdbcServices = null;
|
||||||
|
this.dialect = null;
|
||||||
|
|
||||||
this.sessionFactoryOptions = sessionFactoryOptions;
|
this.sessionFactoryOptions = sessionFactoryOptions;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user