Uses of Class
io.ebean.config.TenantMode
-
Packages that use TenantMode Package Description io.ebean.config Configuration settings for Database construction -
-
Uses of TenantMode in io.ebean.config
Methods in io.ebean.config that return TenantMode Modifier and Type Method Description TenantModeDatabaseConfig. getTenantMode()Return the tenancy mode used.static TenantModeTenantMode. valueOf(String name)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 Modifier and Type Method Description voidDatabaseConfig. setTenantMode(TenantMode tenantMode)Set the tenancy mode to use.
-