Package io.ebean.config.dbplatform.mysql
Class MySqlDbEncrypt
- java.lang.Object
-
- io.ebean.config.dbplatform.AbstractDbEncrypt
-
- io.ebean.config.dbplatform.mysql.MySqlDbEncrypt
-
- All Implemented Interfaces:
DbEncrypt
public class MySqlDbEncrypt extends AbstractDbEncrypt
MySql aes_encrypt aes_decrypt based encryption support.- Author:
- rbygrave
-
-
Constructor Summary
Constructors Constructor Description MySqlDbEncrypt()
-
Method Summary
-
Methods inherited from class io.ebean.config.dbplatform.AbstractDbEncrypt
getDbEncryptFunction, getEncryptDbType, isBindEncryptDataFirst
-
-
-
-
Constructor Detail
-
MySqlDbEncrypt
public MySqlDbEncrypt()
-
-