Uses of Interface
org.hibernate.engine.jdbc.connections.spi.MultiTenantConnectionProvider
Packages that use MultiTenantConnectionProvider
Package
Description
Various implementations of the SPI contracts for obtaining JDBC
Connection
s.Defines SPI contracts for obtaining JDBC
Connection
s from a
provider implemented as a service.An internal package containing implementations of central Hibernate APIs,
mostly defined in
org.hibernate
.-
Uses of MultiTenantConnectionProvider in org.hibernate.engine.jdbc.connections.internal
Methods in org.hibernate.engine.jdbc.connections.internal that return MultiTenantConnectionProviderModifier and TypeMethodDescriptionMultiTenantConnectionProviderInitiator.initiateService
(Map<String, Object> configurationValues, ServiceRegistryImplementor registry) Methods in org.hibernate.engine.jdbc.connections.internal that return types with arguments of type MultiTenantConnectionProvider -
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. -
Uses of MultiTenantConnectionProvider in org.hibernate.engine.jdbc.env.internal
Methods in org.hibernate.engine.jdbc.env.internal that return MultiTenantConnectionProviderModifier and TypeMethodDescriptionJdbcEnvironmentInitiator.MultiTenantConnectionProviderJdbcConnectionAccess.getConnectionProvider()
Constructors in org.hibernate.engine.jdbc.env.internal with parameters of type MultiTenantConnectionProviderModifierConstructorDescriptionMultiTenantConnectionProviderJdbcConnectionAccess
(MultiTenantConnectionProvider<?> connectionProvider) -
Uses of MultiTenantConnectionProvider in org.hibernate.internal
Constructors in org.hibernate.internal with parameters of type MultiTenantConnectionProviderModifierConstructorDescriptionContextualJdbcConnectionAccess
(Object tenantIdentifier, SessionEventListener listener, MultiTenantConnectionProvider<Object> connectionProvider, SharedSessionContractImplementor session)