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
Modifier and Type Method Description booleanisBindEncryptDataFirst()For H2 encrypt function returns false binding the key before the data.Methods inherited from class io.ebean.config.dbplatform.AbstractDbEncrypt
getDbEncryptFunction, getEncryptDbType
-
Constructor Details
-
H2DbEncrypt
public H2DbEncrypt()
-
-
Method Details
-
isBindEncryptDataFirst
For H2 encrypt function returns false binding the key before the data.- Specified by:
isBindEncryptDataFirstin interfaceDbEncrypt- Overrides:
isBindEncryptDataFirstin classAbstractDbEncrypt
-