Uses of Interface
io.ebean.config.TenantSchemaProvider
-
Packages that use TenantSchemaProvider Package Description io.ebean.config Configuration settings for Database construction -
-
Uses of TenantSchemaProvider in io.ebean.config
Methods in io.ebean.config that return TenantSchemaProvider Modifier and Type Method Description TenantSchemaProviderDatabaseConfig. getTenantSchemaProvider()Return the tenancy schema provider.Methods in io.ebean.config with parameters of type TenantSchemaProvider Modifier and Type Method Description voidDatabaseConfig. setTenantSchemaProvider(TenantSchemaProvider tenantSchemaProvider)Set the tenancy schema provider.
-