Uses of Class
io.ebean.config.EncryptDeploy
-
Packages that use EncryptDeploy Package Description io.ebean.config Configuration settings for Database construction -
-
Uses of EncryptDeploy in io.ebean.config
Fields in io.ebean.config declared as EncryptDeploy Modifier and Type Field Description static EncryptDeploy
EncryptDeploy. ANNOTATION
Use to define that the Encrypt annotation should be used to control encryption.static EncryptDeploy
EncryptDeploy. ENCRYPT_CLIENT
Use to define that Java client Encryption should be used (rather than DB encryption).static EncryptDeploy
EncryptDeploy. ENCRYPT_DB
Use to define that Encryption should be used and String types should use DB encryption.static EncryptDeploy
EncryptDeploy. NO_ENCRYPT
Use to define that no encryption should be used.Methods in io.ebean.config that return EncryptDeploy Modifier and Type Method Description EncryptDeploy
EncryptDeployManager. getEncryptDeploy(TableName table, String column)
Return true if the table column is encrypted.
-