Uses of Interface
io.ebean.config.dbplatform.DbEncrypt
-
Packages that use DbEncrypt Package Description io.ebean.config Configuration settings for Database constructionio.ebean.config.dbplatform Database platform specific supportio.ebean.config.dbplatform.h2 H2 specific support.io.ebean.config.dbplatform.mysql MySql specific support.io.ebean.config.dbplatform.oracle Oracle specific support.io.ebean.config.dbplatform.postgres Postgres specific support. -
-
Uses of DbEncrypt in io.ebean.config
Methods in io.ebean.config that return DbEncrypt Modifier and Type Method Description DbEncrypt
DatabaseConfig. getDbEncrypt()
Return the DbEncrypt used to encrypt and decrypt properties.Methods in io.ebean.config with parameters of type DbEncrypt Modifier and Type Method Description void
DatabaseConfig. setDbEncrypt(DbEncrypt dbEncrypt)
Set the DbEncrypt used to encrypt and decrypt properties. -
Uses of DbEncrypt in io.ebean.config.dbplatform
Classes in io.ebean.config.dbplatform that implement DbEncrypt Modifier and Type Class Description class
AbstractDbEncrypt
Base type for DB platform specific Encryption.Methods in io.ebean.config.dbplatform that return DbEncrypt Modifier and Type Method Description DbEncrypt
DatabasePlatform. getDbEncrypt()
Return the DbEncrypt handler for this DB platform.Methods in io.ebean.config.dbplatform with parameters of type DbEncrypt Modifier and Type Method Description void
DatabasePlatform. setDbEncrypt(DbEncrypt dbEncrypt)
Set the DbEncrypt handler for this DB platform. -
Uses of DbEncrypt in io.ebean.config.dbplatform.h2
Classes in io.ebean.config.dbplatform.h2 that implement DbEncrypt Modifier and Type Class Description class
H2DbEncrypt
H2 encryption support via encrypt decrypt function. -
Uses of DbEncrypt in io.ebean.config.dbplatform.mysql
Classes in io.ebean.config.dbplatform.mysql that implement DbEncrypt Modifier and Type Class Description class
MySqlDbEncrypt
MySql aes_encrypt aes_decrypt based encryption support. -
Uses of DbEncrypt in io.ebean.config.dbplatform.oracle
Classes in io.ebean.config.dbplatform.oracle that implement DbEncrypt Modifier and Type Class Description class
OracleDbEncrypt
Oracle encryption support. -
Uses of DbEncrypt in io.ebean.config.dbplatform.postgres
Classes in io.ebean.config.dbplatform.postgres that implement DbEncrypt Modifier and Type Class Description class
PostgresDbEncrypt
Postgres pgp_sym_encrypt pgp_sym_decrypt based encryption support.
-