Uses of Enum
io.ebean.config.EncryptDeploy.Mode
-
Uses of EncryptDeploy.Mode in io.ebean.config
Modifier and TypeMethodDescriptionEncryptDeploy.getMode()
Return the encryption mode.static EncryptDeploy.Mode
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.ModifierConstructorDescriptionEncryptDeploy
(EncryptDeploy.Mode mode, boolean dbEncrypt, int dbLength) Construct with all options for Encryption including the dbLength.