Uses of Interface
io.ebean.config.TenantCatalogProvider
-
Packages that use TenantCatalogProvider Package Description io.ebean.config Configuration settings for Database construction -
-
Uses of TenantCatalogProvider in io.ebean.config
Methods in io.ebean.config that return TenantCatalogProvider Modifier and Type Method Description TenantCatalogProvider
DatabaseConfig. getTenantCatalogProvider()
Return the tenancy catalog provider.Methods in io.ebean.config with parameters of type TenantCatalogProvider Modifier and Type Method Description void
DatabaseConfig. setTenantCatalogProvider(TenantCatalogProvider tenantCatalogProvider)
Set the tenancy catalog provider.
-