Uses of Interface
io.ebean.config.dbplatform.DbEncryptFunction
-
Packages that use DbEncryptFunction Package Description io.ebean.config.dbplatform Database platform specific support -
-
Uses of DbEncryptFunction in io.ebean.config.dbplatform
Fields in io.ebean.config.dbplatform declared as DbEncryptFunction Modifier and Type Field Description protected 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 DbEncryptFunction Modifier and Type Method Description DbEncryptFunctionAbstractDbEncrypt. getDbEncryptFunction(int jdbcType)Return the DB encryption function for the given JDBC type.DbEncryptFunctionDbEncrypt. getDbEncryptFunction(int jdbcType)Return the DB encrypt function for the given JDBC type.
-