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.configMethods in io.ebean.config that return TenantCatalogProvider Modifier and Type Method Description TenantCatalogProviderDatabaseConfig. getTenantCatalogProvider()Return the tenancy catalog provider.Methods in io.ebean.config with parameters of type TenantCatalogProvider Modifier and Type Method Description voidDatabaseConfig. setTenantCatalogProvider(TenantCatalogProvider tenantCatalogProvider)Set the tenancy catalog provider.
 
-