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
Connections.Defines SPI contracts for obtaining JDBC
Connections 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 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. -
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)