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
Methods in io.ebean that return CurrentTenantProviderModifier and TypeMethodDescriptionDatabaseBuilder.Settings.getCurrentTenantProvider()Return the current tenant provider.Methods in io.ebean with parameters of type CurrentTenantProviderModifier and TypeMethodDescriptiondefault DatabaseBuilderDatabaseBuilder.currentTenantProvider(CurrentTenantProvider currentTenantProvider) Set the current tenant provider.DatabaseBuilder.setCurrentTenantProvider(CurrentTenantProvider currentTenantProvider) Deprecated. -
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 CurrentTenantProviderMethods in io.ebean.config with parameters of type CurrentTenantProviderModifier and TypeMethodDescriptionDatabaseConfig.setCurrentTenantProvider(CurrentTenantProvider currentTenantProvider)
DatabaseBuilder.currentTenantProvider(CurrentTenantProvider).