Uses of Enum
io.ebean.config.TenantMode
-
Uses of TenantMode in io.ebean.config
Modifier and TypeMethodDescriptionDatabaseConfig.getTenantMode()
Return the tenancy mode used.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.Modifier and TypeMethodDescriptionvoid
DatabaseConfig.setTenantMode
(TenantMode tenantMode) Set the tenancy mode to use.