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(java.util.Map configurationValues)Configure the service.
-