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 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 MultiTenantConnectionProviderMultiTenantConnectionProviderInitiator. 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 classAbstractDataSourceBasedMultiTenantConnectionProviderImplBasic support for implementations ofMultiTenantConnectionProviderbased on DataSources.classAbstractMultiTenantConnectionProviderBasic support forMultiTenantConnectionProviderimplementations using individualConnectionProviderinstances per tenant behind the scenes.classDataSourceBasedMultiTenantConnectionProviderImplA 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 MultiTenantConnectionProviderJdbcEnvironmentInitiator.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)
-