com.avaje.ebean.config.dbplatform
Class MySqlDbEncrypt

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

public class MySqlDbEncrypt
extends AbstractDbEncrypt

MySql aes_encrypt aes_decrypt based encryption support.

Author:
rbygrave

Constructor Summary
MySqlDbEncrypt()
           
 
Method Summary
 
Methods inherited from class com.avaje.ebean.config.dbplatform.AbstractDbEncrypt
getDbEncryptFunction, getEncryptDbType, isBindEncryptDataFirst
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MySqlDbEncrypt

public MySqlDbEncrypt()


Copyright © 2010. All Rights Reserved.