Uses of Enum
io.ebean.config.TenantMode
Packages that use TenantMode
Package
Description
Configuration settings for Database construction
-
Uses of TenantMode in io.ebean
Methods in io.ebean that return TenantModeModifier and TypeMethodDescriptionDatabaseBuilder.Settings.getTenantMode()
Return the tenancy mode used.Methods in io.ebean with parameters of type TenantModeModifier and TypeMethodDescriptionDatabaseBuilder.setTenantMode
(TenantMode tenantMode) Deprecated.default DatabaseBuilder
DatabaseBuilder.tenantMode
(TenantMode tenantMode) Set the tenancy mode to use. -
Uses of TenantMode in io.ebean.config
Methods in io.ebean.config that return TenantModeModifier and TypeMethodDescriptionDatabaseConfig.getTenantMode()
static TenantMode
Returns the enum constant of this type with the specified name.static TenantMode[]
TenantMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.ebean.config with parameters of type TenantMode
DatabaseBuilder.tenantMode(TenantMode)
.