| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<EncryptDeploy.Mode>
com.avaje.ebean.config.EncryptDeploy.Mode
public static enum EncryptDeploy.Mode
The Encryption mode.
| Enum Constant Summary | |
|---|---|
| MODE_ANNOTATIONUse encryption options defined by the Encryption annotation on the property. | |
| MODE_ENCRYPTEncrypt the property using DB encryption or Java client encryption depending on the type and dbEncryption flag. | |
| MODE_NO_ENCRYPTNo encryption is used, even if there is an Encryption annotation on the property. | |
| Method Summary | |
|---|---|
| static EncryptDeploy.Mode | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static EncryptDeploy.Mode[] | values()Returns an array containing the constants of this enum type, in the order they are declared. | 
| Methods inherited from class java.lang.Enum | 
|---|
| compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf | 
| Methods inherited from class java.lang.Object | 
|---|
| getClass, notify, notifyAll, wait, wait, wait | 
| Enum Constant Detail | 
|---|
public static final EncryptDeploy.Mode MODE_ENCRYPT
public static final EncryptDeploy.Mode MODE_NO_ENCRYPT
public static final EncryptDeploy.Mode MODE_ANNOTATION
| Method Detail | 
|---|
public static EncryptDeploy.Mode[] values()
for (EncryptDeploy.Mode c : EncryptDeploy.Mode.values()) System.out.println(c);
public static EncryptDeploy.Mode valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||