JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.hibernate.service.spi
Configurable
Contents
Description
Method Summary
Method Details
configure(Map)
Hide sidebar
Show sidebar
Interface Configurable
public interface
Configurable
Allows the service to request access to the configuration properties for configuring itself.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
configure
(
Map
<
String
,
Object
> configurationValues)
Configure the service.
Method Details
configure
void
configure
(
Map
<
String
,
Object
> configurationValues)
Configure the service.
Parameters:
configurationValues
- The configuration properties.