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