com.avaje.ebean.config
Interface EncryptDeployManager


public interface EncryptDeployManager

Programmatically define which database columns are encrypted.

Author:
rbygrave

Method Summary
 EncryptDeploy getEncryptDeploy(TableName table, String column)
          Return true if the table column is encrypted.
 

Method Detail

getEncryptDeploy

EncryptDeploy getEncryptDeploy(TableName table,
                               String column)
Return true if the table column is encrypted.



Copyright © 2010. All Rights Reserved.