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 TenantDataSourceProvider
DatabaseConfig. getTenantDataSourceProvider()
Return the tenancy datasource provider.Methods in io.ebean.config with parameters of type TenantDataSourceProvider Modifier and Type Method Description void
DatabaseConfig. setTenantDataSourceProvider(TenantDataSourceProvider tenantDataSourceProvider)
Set the tenancy datasource provider.
-