Uses of Interface
io.ebean.config.dbplatform.DbEncryptFunction
Packages that use DbEncryptFunction
-
Uses of DbEncryptFunction in io.ebean.config.dbplatform
Fields in io.ebean.config.dbplatform declared as DbEncryptFunctionModifier and TypeFieldDescriptionprotected DbEncryptFunctionAbstractDbEncrypt.dateEncryptFunctionThe encryption function for all Date types (java.sql.Date, Joda Date types).protected DbEncryptFunctionAbstractDbEncrypt.timestampEncryptFunctionThe encryption function for all Timestamp types (java.sql.Timestamp, java.util.Date, java.util.Calendar, Joda DateTime types etc).protected DbEncryptFunctionAbstractDbEncrypt.varcharEncryptFunctionThe encryption function for all String types (VARCHAR, CLOB, LONGVARCHAR, CHAR).Methods in io.ebean.config.dbplatform that return DbEncryptFunctionModifier 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.