Uses of Interface
org.hibernate.engine.jdbc.connections.spi.ConnectionProvider
-
Packages that use ConnectionProvider Package Description org.hibernate.engine.jdbc.connections.spi Defines SPI contracts for obtaining JDBCConnections from a provider implemented as a service. -
-
Uses of ConnectionProvider in org.hibernate.engine.jdbc.connections.spi
Methods in org.hibernate.engine.jdbc.connections.spi that return ConnectionProvider Modifier and Type Method Description protected abstract ConnectionProviderAbstractMultiTenantConnectionProvider. getAnyConnectionProvider()protected abstract ConnectionProviderAbstractMultiTenantConnectionProvider. selectConnectionProvider(String tenantIdentifier)
-