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 JDBCConnections.org.hibernate.engine.jdbc.connections.spi Defines SPI contracts for obtaining JDBCConnections 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 classAbstractDataSourceBasedMultiTenantConnectionProviderImpl<T>Basic support for implementations ofMultiTenantConnectionProviderbased on DataSources.classAbstractMultiTenantConnectionProvider<T>Basic support forMultiTenantConnectionProviderimplementations using individualConnectionProviderinstances per tenant behind the scenes.classDataSourceBasedMultiTenantConnectionProviderImpl<T>A 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 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)
-