Package org.hibernate.service.spi
Interface Configurable
- All Known Implementing Classes:
AbstractJtaPlatform
,AtomikosJtaPlatform
,DatasourceConnectionProviderImpl
,DriverManagerConnectionProviderImpl
,EnversServiceImpl
,GlassFishJtaPlatform
,JBossAppServerJtaPlatform
,JBossStandAloneJtaPlatform
,JdbcServicesImpl
,ResinJtaPlatform
,WeblogicJtaPlatform
,WebSphereLibertyJtaPlatform
,WildFlyStandAloneJtaPlatform
public interface Configurable
Allows the service to request access to the configuration properties for configuring itself.
-
Method Summary
-
Method Details
-
configure
Configure the service.- Parameters:
configurationValues
- The configuration properties.
-