Package io.ebean.config.dbplatform.h2
Class H2DbEncrypt
- java.lang.Object
-
- io.ebean.config.dbplatform.AbstractDbEncrypt
-
- io.ebean.config.dbplatform.h2.H2DbEncrypt
-
- All Implemented Interfaces:
DbEncrypt
public class H2DbEncrypt extends AbstractDbEncrypt
H2 encryption support via encrypt decrypt function.- Author:
- rbygrave
-
-
Constructor Summary
Constructors Constructor Description H2DbEncrypt()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isBindEncryptDataFirst()
For H2 encrypt function returns false binding the key before the data.-
Methods inherited from class io.ebean.config.dbplatform.AbstractDbEncrypt
getDbEncryptFunction, getEncryptDbType
-
-
-
-
Constructor Detail
-
H2DbEncrypt
public H2DbEncrypt()
-
-
Method Detail
-
isBindEncryptDataFirst
public boolean isBindEncryptDataFirst()
For H2 encrypt function returns false binding the key before the data.- Specified by:
isBindEncryptDataFirst
in interfaceDbEncrypt
- Overrides:
isBindEncryptDataFirst
in classAbstractDbEncrypt
-
-