Uses of Interface
io.ebean.config.dbplatform.DbEncrypt
Packages that use DbEncrypt
Package
Description
Configuration settings for Database construction
Database platform specific support
-
Uses of DbEncrypt in io.ebean
Modifier and TypeMethodDescriptionDatabaseBuilder.Settings.getDbEncrypt()
Return the DbEncrypt used to encrypt and decrypt properties.Modifier and TypeMethodDescriptiondefault DatabaseBuilder
Set the DbEncrypt used to encrypt and decrypt properties.DatabaseBuilder.setDbEncrypt
(DbEncrypt dbEncrypt) Deprecated. -
Uses of DbEncrypt in io.ebean.config
Methods in io.ebean.config that return DbEncryptMethods in io.ebean.config with parameters of type DbEncrypt -
Uses of DbEncrypt in io.ebean.config.dbplatform
Classes in io.ebean.config.dbplatform that implement DbEncryptModifier and TypeClassDescriptionclass
Base type for DB platform specific Encryption.Fields in io.ebean.config.dbplatform declared as DbEncryptMethods in io.ebean.config.dbplatform that return DbEncryptModifier and TypeMethodDescriptionDatabasePlatform.dbEncrypt()
Return the DbEncrypt handler for this DB platform.Methods in io.ebean.config.dbplatform with parameters of type DbEncryptModifier and TypeMethodDescriptionvoid
DatabasePlatform.setDbEncrypt
(DbEncrypt dbEncrypt) Set the DbEncrypt handler for this DB platform.
DatabaseBuilder.dbEncrypt(DbEncrypt)
.