com.avaje.ebean.config.dbplatform
Class H2DbEncrypt

java.lang.Object
  extended by com.avaje.ebean.config.dbplatform.AbstractDbEncrypt
      extended by com.avaje.ebean.config.dbplatform.H2DbEncrypt
All Implemented Interfaces:
DbEncrypt

public class H2DbEncrypt
extends AbstractDbEncrypt

H2 encryption support via encrypt decrypt function.

Author:
rbygrave

Constructor Summary
H2DbEncrypt()
           
 
Method Summary
 boolean isBindEncryptDataFirst()
          For H2 encrypt function returns false binding the key before the data.
 
Methods inherited from class com.avaje.ebean.config.dbplatform.AbstractDbEncrypt
getDbEncryptFunction, getEncryptDbType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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 interface DbEncrypt
Overrides:
isBindEncryptDataFirst in class AbstractDbEncrypt


Copyright © 2010. All Rights Reserved.