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
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.
-