Uses of Interface
io.ebean.config.CurrentTenantProvider
Packages that use CurrentTenantProvider
Package
Description
Server Cache Service
Configuration settings for Database construction
-
Uses of CurrentTenantProvider in io.ebean.cache
Methods in io.ebean.cache that return CurrentTenantProviderModifier and TypeMethodDescriptionServerCacheConfig.getTenantProvider()
Return the current tenant provider.Constructors in io.ebean.cache with parameters of type CurrentTenantProviderModifierConstructorDescriptionServerCacheConfig
(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 CurrentTenantProviderModifier and TypeMethodDescriptionDatabaseConfig.getCurrentTenantProvider()
Return the current tenant provider.Methods in io.ebean.config with parameters of type CurrentTenantProviderModifier and TypeMethodDescriptionvoid
DatabaseConfig.setCurrentTenantProvider
(CurrentTenantProvider currentTenantProvider) Set the current tenant provider.