|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value={FIELD,METHOD}) @Retention(value=RUNTIME) public @interface Encrypted
Specify that the property is stored in encrypted form.
Optional Element Summary | |
---|---|
boolean |
dbEncryption
When true try to use DB encryption rather than local java encryption. |
int |
dbLength
Used to specify the DB column length. |
public abstract boolean dbEncryption
public abstract int dbLength
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |