Uses of Interface
org.hibernate.engine.jdbc.connections.spi.MultiTenantConnectionProvider
Packages that use MultiTenantConnectionProvider
Package
Description
Defines SPI contracts for obtaining JDBC
Connection
s 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 TypeClassDescriptionclass
Basic support for implementations ofMultiTenantConnectionProvider
based onDataSource
s.class
Basic support forMultiTenantConnectionProvider
implementations using an individualConnectionProvider
instance per tenant behind the scenes.class
A concrete implementation of theMultiTenantConnectionProvider
contract bases on a number of reasonable assumptions.