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 DbEncryptFunction
AbstractDbEncrypt. getDbEncryptFunction(int jdbcType)
Return the DB encryption function for the given JDBC type.DbEncryptFunction
DbEncrypt. getDbEncryptFunction(int jdbcType)
Return the DB encrypt function for the given JDBC type.
-