Uses of Interface
org.hibernate.engine.jdbc.connections.spi.MultiTenantConnectionProvider
-
Packages that use MultiTenantConnectionProvider Package Description org.hibernate.engine.jdbc.connections.internal Various implementations of the SPI contracts for obtaining JDBCConnection
s.org.hibernate.engine.jdbc.connections.spi Defines SPI contracts for obtaining JDBCConnection
s from a provider implemented as a service.org.hibernate.engine.jdbc.env.internal org.hibernate.internal An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate
. -
-
Uses of MultiTenantConnectionProvider in org.hibernate.engine.jdbc.connections.internal
Methods in org.hibernate.engine.jdbc.connections.internal that return MultiTenantConnectionProvider Modifier and Type Method Description MultiTenantConnectionProvider<?>
MultiTenantConnectionProviderInitiator. initiateService(Map<String,Object> configurationValues, ServiceRegistryImplementor registry)
Methods in org.hibernate.engine.jdbc.connections.internal that return types with arguments of type MultiTenantConnectionProvider Modifier and Type Method Description Class<MultiTenantConnectionProvider<?>>
MultiTenantConnectionProviderInitiator. getServiceInitiated()
-
Uses of MultiTenantConnectionProvider in org.hibernate.engine.jdbc.connections.spi
Classes in org.hibernate.engine.jdbc.connections.spi that implement MultiTenantConnectionProvider Modifier and Type Class Description class
AbstractDataSourceBasedMultiTenantConnectionProviderImpl<T>
Basic support for implementations ofMultiTenantConnectionProvider
based on DataSources.class
AbstractMultiTenantConnectionProvider<T>
Basic support forMultiTenantConnectionProvider
implementations using individualConnectionProvider
instances per tenant behind the scenes.class
DataSourceBasedMultiTenantConnectionProviderImpl<T>
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 MultiTenantConnectionProvider Modifier and Type Method Description MultiTenantConnectionProvider<?>
JdbcEnvironmentInitiator.MultiTenantConnectionProviderJdbcConnectionAccess. getConnectionProvider()
Constructors in org.hibernate.engine.jdbc.env.internal with parameters of type MultiTenantConnectionProvider Constructor Description MultiTenantConnectionProviderJdbcConnectionAccess(MultiTenantConnectionProvider<?> connectionProvider)
-
Uses of MultiTenantConnectionProvider in org.hibernate.internal
Constructors in org.hibernate.internal with parameters of type MultiTenantConnectionProvider Constructor Description ContextualJdbcConnectionAccess(Object tenantIdentifier, SessionEventListener listener, MultiTenantConnectionProvider<Object> connectionProvider, SharedSessionContractImplementor session)
-