com.avaje.ebean.config.dbplatform
Class PostgresDbEncrypt

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

public class PostgresDbEncrypt
extends AbstractDbEncrypt

Postgres pgp_sym_encrypt pgp_sym_decrypt based encryption support.

Author:
rbygrave

Constructor Summary
PostgresDbEncrypt()
           
 
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

PostgresDbEncrypt

public PostgresDbEncrypt()


Copyright © 2010. All Rights Reserved.