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 EncryptDeployEncryptDeploy. ANNOTATIONUse to define that the Encrypt annotation should be used to control encryption.static EncryptDeployEncryptDeploy. ENCRYPT_CLIENTUse to define that Java client Encryption should be used (rather than DB encryption).static EncryptDeployEncryptDeploy. ENCRYPT_DBUse to define that Encryption should be used and String types should use DB encryption.static EncryptDeployEncryptDeploy. NO_ENCRYPTUse to define that no encryption should be used.Methods in io.ebean.config that return EncryptDeploy Modifier and Type Method Description EncryptDeployEncryptDeployManager. getEncryptDeploy(TableName table, String column)Return true if the table column is encrypted.
-