Java org.hibernate.engine.config.spi ConfigurationService fields, constructors, methods, implement or subclass

Example usage for Java org.hibernate.engine.config.spi ConfigurationService fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.hibernate.engine.config.spi ConfigurationService.

The text is from its open source code.

Method

TgetSetting(String name, Converter converter, T defaultValue)
Get the named setting, using the specified converter and default value.
TgetSetting(String name, Class expected, T defaultValue)
Get the named setting.
TgetSetting(String name, Converter converter)
Get the named setting, using the specified converter.
MapgetSettings()
Access to the complete map of config settings.