Class H2DbEncrypt

java.lang.Object
io.ebean.config.dbplatform.AbstractDbEncrypt
io.ebean.platform.h2.H2DbEncrypt
All Implemented Interfaces:
io.ebean.config.dbplatform.DbEncrypt

public class H2DbEncrypt extends io.ebean.config.dbplatform.AbstractDbEncrypt
H2 encryption support via encrypt decrypt function.
  • Field Summary

    Fields inherited from class io.ebean.config.dbplatform.AbstractDbEncrypt

    dateEncryptFunction, timestampEncryptFunction, varcharEncryptFunction
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    For H2 encrypt function returns false binding the key before the data.

    Methods inherited from class io.ebean.config.dbplatform.AbstractDbEncrypt

    getDbEncryptFunction, getEncryptDbType

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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:
      isBindEncryptDataFirst in interface io.ebean.config.dbplatform.DbEncrypt
      Overrides:
      isBindEncryptDataFirst in class io.ebean.config.dbplatform.AbstractDbEncrypt