Uses of Interface
io.ebean.config.TenantDataSourceProvider
-
Packages that use TenantDataSourceProvider Package Description io.ebean.config Configuration settings for Database construction -
-
Uses of TenantDataSourceProvider in io.ebean.config
Methods in io.ebean.config that return TenantDataSourceProvider Modifier and Type Method Description TenantDataSourceProviderDatabaseConfig. getTenantDataSourceProvider()Return the tenancy datasource provider.Methods in io.ebean.config with parameters of type TenantDataSourceProvider Modifier and Type Method Description voidDatabaseConfig. setTenantDataSourceProvider(TenantDataSourceProvider tenantDataSourceProvider)Set the tenancy datasource provider.
-