Uses of Interface
org.hibernate.engine.jdbc.connections.spi.MultiTenantConnectionProvider
Packages that use MultiTenantConnectionProvider
Package
Description
Defines SPI contracts for obtaining JDBC
Connections from a
provider implemented as a service.-
Uses of MultiTenantConnectionProvider in org.hibernate.engine.jdbc.connections.spi
Classes in org.hibernate.engine.jdbc.connections.spi that implement MultiTenantConnectionProviderModifier and TypeClassDescriptionclassBasic support for implementations ofMultiTenantConnectionProviderbased onDataSources.classBasic support forMultiTenantConnectionProviderimplementations using an individualConnectionProviderinstance per tenant behind the scenes.classA concrete implementation of theMultiTenantConnectionProvidercontract bases on a number of reasonable assumptions.