Uses of Interface
org.hibernate.engine.jdbc.connections.spi.MultiTenantConnectionProvider
-
Packages that use MultiTenantConnectionProvider Package Description org.hibernate.engine.jdbc.connections.internal Internals for accessing JDBC Connectionsorg.hibernate.engine.jdbc.connections.spi Defines contracts for accessing JDBC Connectionsorg.hibernate.engine.jdbc.env.internal org.hibernate.internal -
-
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
Basic support for implementations ofMultiTenantConnectionProvider
based on DataSources.class
AbstractMultiTenantConnectionProvider
Basic support forMultiTenantConnectionProvider
implementations using individualConnectionProvider
instances per tenant behind the scenes.class
DataSourceBasedMultiTenantConnectionProviderImpl
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(String tenantIdentifier, SessionEventListener listener, MultiTenantConnectionProvider connectionProvider)
-