java.lang.Object
io.ebean.config.dbplatform.AbstractDbEncrypt
io.ebean.platform.h2.H2DbEncrypt
- All Implemented Interfaces:
DbEncrypt
H2 encryption support via encrypt decrypt function.
-
Field Summary
Fields inherited from class io.ebean.config.dbplatform.AbstractDbEncrypt
dateEncryptFunction, timestampEncryptFunction, varcharEncryptFunction -
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
public boolean isBindEncryptDataFirst()For H2 encrypt function returns false binding the key before the data.- Specified by:
isBindEncryptDataFirstin interfaceDbEncrypt- Overrides:
isBindEncryptDataFirstin classAbstractDbEncrypt
-