HHH-5632 - Import initial services work

This commit is contained in:
Steve Ebersole 2010-10-08 18:01:45 -05:00
parent bf51fb9a1a
commit 1f5c6f9578
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ public class SettingsFactory implements Serializable {
properties.putAll( dialect.getDefaultProperties() );
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: