Interface TenantSchemaMapper<T>

Type Parameters:
T - The type of the tenant id

@Incubating public interface TenantSchemaMapper<T>
Obtains the name of a database schema for a given tenant identifier when schema-based multitenancy is enabled.
Since:
7.1
  • Method Summary

    Modifier and Type
    Method
    Description
    @NonNull String
    schemaName(@NonNull T tenantIdentifier)
    The name of the database schema for data belonging to the tenant with the given identifier.