Uses of Class
io.ebean.config.EncryptDeploy
-
Uses of EncryptDeploy in io.ebean.config
Modifier and TypeFieldDescriptionstatic final EncryptDeploy
EncryptDeploy.ANNOTATION
Use to define that the Encrypt annotation should be used to control encryption.static final EncryptDeploy
EncryptDeploy.ENCRYPT_CLIENT
Use to define that Java client Encryption should be used (rather than DB encryption).static final EncryptDeploy
EncryptDeploy.ENCRYPT_DB
Use to define that Encryption should be used and String types should use DB encryption.static final EncryptDeploy
EncryptDeploy.NO_ENCRYPT
Use to define that no encryption should be used.Modifier and TypeMethodDescriptionEncryptDeployManager.getEncryptDeploy
(TableName table, String column) Return true if the table column is encrypted.