Uses of Enum
io.ebean.config.TenantMode
Packages that use TenantMode
- 
Uses of TenantMode in io.ebean.configMethods in io.ebean.config that return TenantModeModifier and TypeMethodDescriptionDatabaseConfig.getTenantMode()Return the tenancy mode used.static TenantModeReturns 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 TenantModeModifier and TypeMethodDescriptionvoidDatabaseConfig.setTenantMode(TenantMode tenantMode) Set the tenancy mode to use.