Uses of Class
io.ebean.config.EncryptDeploy.Mode
-
Packages that use EncryptDeploy.Mode Package Description io.ebean.config Configuration settings for Database construction -
-
Uses of EncryptDeploy.Mode in io.ebean.config
Methods in io.ebean.config that return EncryptDeploy.Mode Modifier and Type Method Description EncryptDeploy.Mode
EncryptDeploy. getMode()
Return the encryption mode.static EncryptDeploy.Mode
EncryptDeploy.Mode. valueOf(String name)
Returns the enum constant of this type with the specified name.static EncryptDeploy.Mode[]
EncryptDeploy.Mode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.ebean.config with parameters of type EncryptDeploy.Mode Constructor Description EncryptDeploy(EncryptDeploy.Mode mode, boolean dbEncrypt, int dbLength)
Construct with all options for Encryption including the dbLength.
-