Uses of Class
io.resys.thena.datasource.TenantContext
Packages that use TenantContext
-
Uses of TenantContext in io.resys.thena.datasource
Subclasses of TenantContext in io.resys.thena.datasourceMethods in io.resys.thena.datasource that return TenantContextModifier and TypeMethodDescriptionstatic TenantContextThenaSqlDataSource.getRegistry()ThenaSqlDataSourceImpl.getRegistry()ThenaDataSource.getTenantContext()ThenaSqlDataSourceImpl.getTenantContext()TenantContext.withTenant(Tenant repo) TenantContext.withTenantPrefix(String prefix) Methods in io.resys.thena.datasource with parameters of type TenantContextModifier and TypeMethodDescriptionstatic ImmutableTenantContextImmutableTenantContext.copyOf(TenantContext instance) Creates an immutable copy of aTenantContextvalue.ImmutableTenantContext.Builder.from(TenantContext instance) Fill a builder with attribute values from the providedTenantContextinstance.TenantContext.WithTenant.withTenant(TenantContext options) Constructors in io.resys.thena.datasource with parameters of type TenantContextModifierConstructorDescriptionThenaSqlDataSourceImpl(Tenant tenant, TenantContext tenantTableNames, ThenaSqlClient.ThenaSqlPool pool, ThenaSqlDataSourceErrorHandler errorHandler, Optional<ThenaSqlClient> tx, ThenaSqlDataSource.TenantCache tenantCache) ThenaSqlDataSourceImpl(String tenant, TenantContext tenantTableNames, ThenaSqlClient.ThenaSqlPool pool, ThenaSqlDataSourceErrorHandler errorHandler, Optional<ThenaSqlClient> tx, ThenaSqlDataSource.TenantCache tenantCache)