|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EncryptDeploy | |
|---|---|
| com.avaje.ebean.config | Configuration settings for EbeanServer construction |
| Uses of EncryptDeploy in com.avaje.ebean.config |
|---|
| Fields in com.avaje.ebean.config declared as EncryptDeploy | |
|---|---|
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 com.avaje.ebean.config that return EncryptDeploy | |
|---|---|
EncryptDeploy |
EncryptDeployManager.getEncryptDeploy(TableName table,
String column)
Return true if the table column is encrypted. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||