Uses of Interface
io.ebean.config.dbplatform.DbEncryptFunction
-
Uses of DbEncryptFunction in io.ebean.config.dbplatform
Modifier and TypeFieldDescriptionprotected DbEncryptFunction
AbstractDbEncrypt.dateEncryptFunction
The encryption function for all Date types (java.sql.Date, Joda Date types).protected DbEncryptFunction
AbstractDbEncrypt.timestampEncryptFunction
The encryption function for all Timestamp types (java.sql.Timestamp, java.util.Date, java.util.Calendar, Joda DateTime types etc).protected DbEncryptFunction
AbstractDbEncrypt.varcharEncryptFunction
The encryption function for all String types (VARCHAR, CLOB, LONGVARCHAR, CHAR).Modifier and TypeMethodDescriptionAbstractDbEncrypt.getDbEncryptFunction
(int jdbcType) Return the DB encryption function for the given JDBC type.DbEncrypt.getDbEncryptFunction
(int jdbcType) Return the DB encrypt function for the given JDBC type.