HHH-5632 - Import initial services work
This commit is contained in:
parent
bf51fb9a1a
commit
1f5c6f9578
|
@ -161,7 +161,7 @@ public class SettingsFactory implements Serializable {
|
||||||
properties.putAll( dialect.getDefaultProperties() );
|
properties.putAll( dialect.getDefaultProperties() );
|
||||||
properties.putAll( props );
|
properties.putAll( props );
|
||||||
|
|
||||||
settings.setJdbcSupport( new JdbcSupport( ! PropertiesHelper.getBoolean( Environment.NON_CONTEXTUAL_LOB_CREATION, properties ) ) );
|
settings.setJdbcSupport( new JdbcSupport( ! ConfigurationHelper.getBoolean( Environment.NON_CONTEXTUAL_LOB_CREATION, properties ) ) );
|
||||||
|
|
||||||
// Transaction settings:
|
// Transaction settings:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue