public interface TenantConnectionResolver
ConnectionProvider for tenants dynamically.| Modifier and Type | Method and Description |
|---|---|
org.hibernate.engine.jdbc.connections.spi.ConnectionProvider |
resolve(String tenantId)
Returns a connection provider for the current tenant based on the context.
|
org.hibernate.engine.jdbc.connections.spi.ConnectionProvider resolve(String tenantId)
tenantId - the tenant identifier. Required value that cannot be null.Copyright © 2021 JBoss by Red Hat. All rights reserved.