|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.avaje.ebean.config.dbplatform.AbstractDbEncrypt
com.avaje.ebean.config.dbplatform.H2DbEncrypt
public class H2DbEncrypt
H2 encryption support via encrypt decrypt function.
Constructor Summary | |
---|---|
H2DbEncrypt() |
Method Summary | |
---|---|
boolean |
isBindEncryptDataFirst() For H2 encrypt function returns false binding the key before the data. |
Methods inherited from class com.avaje.ebean.config.dbplatform.AbstractDbEncrypt |
---|
getDbEncryptFunction, getEncryptDbType |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public H2DbEncrypt()
Method Detail |
---|
public boolean isBindEncryptDataFirst()
isBindEncryptDataFirst
in interface DbEncrypt
isBindEncryptDataFirst
in class AbstractDbEncrypt
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |