Package org.hibernate.service.spi
Interface Configurable
-
- All Known Implementing Classes:
AbstractJtaPlatform,AgroalConnectionProvider,AtomikosJtaPlatform,BitronixJtaPlatform,BorlandEnterpriseServerJtaPlatform,C3P0ConnectionProvider,ConnectionProviderDelegate,DatasourceConnectionProviderImpl,DriverManagerConnectionProviderImpl,EnversServiceImpl,HikariCPConnectionProvider,JBossAppServerJtaPlatform,JBossStandAloneJtaPlatform,JdbcServicesImpl,JOnASJtaPlatform,JOTMJtaPlatform,JRun4JtaPlatform,JtaAwareConnectionProviderImpl,OC4JJtaPlatform,OrionJtaPlatform,PreparedStatementSpyConnectionProvider,ProxoolConnectionProvider,ResinJtaPlatform,SapNetWeaverJtaPlatform,SharedDriverManagerConnectionProviderImpl,SQLServerSnapshotIsolationConnectionProvider,SunOneJtaPlatform,TestingJtaPlatformImpl,TimeZoneConnectionProvider,ViburDBCPConnectionProvider,WeblogicJtaPlatform,WebSphereExtendedJtaPlatform,WebSphereJtaPlatform,WebSphereLibertyJtaPlatform,WildFlyStandAloneJtaPlatform
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<String,Object> configurationValues)Configure the service.
-