Uses of Interface
io.ebean.config.CurrentTenantProvider
-
Packages that use CurrentTenantProvider Package Description io.ebean.cache Server Cache Serviceio.ebean.config Configuration settings for Database construction -
-
Uses of CurrentTenantProvider in io.ebean.cache
Methods in io.ebean.cache that return CurrentTenantProvider Modifier and Type Method Description CurrentTenantProvider
ServerCacheConfig. getTenantProvider()
Return the current tenant provider.Constructors in io.ebean.cache with parameters of type CurrentTenantProvider Constructor Description ServerCacheConfig(ServerCacheType type, String cacheKey, String shortName, ServerCacheOptions cacheOptions, CurrentTenantProvider tenantProvider, QueryCacheEntryValidate queryCacheEntryValidate)
TenantAwareKey(CurrentTenantProvider tenantProvider)
Construct with a tenant provider than can be null. -
Uses of CurrentTenantProvider in io.ebean.config
Methods in io.ebean.config that return CurrentTenantProvider Modifier and Type Method Description CurrentTenantProvider
DatabaseConfig. getCurrentTenantProvider()
Return the current tenant provider.Methods in io.ebean.config with parameters of type CurrentTenantProvider Modifier and Type Method Description void
DatabaseConfig. setCurrentTenantProvider(CurrentTenantProvider currentTenantProvider)
Set the current tenant provider.
-