Package org.hibernate.service.spi
Interface Configurable
-
public interface ConfigurableAllows 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 voidconfigure(Map configurationValues)Configure the service.
-
-
-
Method Detail
-
configure
void configure(Map configurationValues)
Configure the service.- Parameters:
configurationValues- The configuration properties.
-
-