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
H2 encryption support via encrypt decrypt function.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanFor 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
-