Package org.hibernate.service.spi
Interface Configurable
-
- All Known Implementing Classes:
org.hibernate.engine.transaction.jta.platform.internal.AbstractJtaPlatform
,ConnectionProviderDelegate
,org.hibernate.engine.transaction.jta.platform.internal.JBossAppServerJtaPlatform
,JBossAppServerJtaPlatform
,JtaAwareConnectionProviderImpl
,SQLServerSnapshotIsolationConnectionProvider
,TestingJtaPlatformImpl
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 configurationValues)
Configure the service.
-
-
-
Method Detail
-
configure
void configure(Map configurationValues)
Configure the service.- Parameters:
configurationValues
- The configuration properties.
-
-