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.config
Methods in io.ebean.config that return DbEncryptModifier and TypeMethodDescriptionDatabaseConfig.getDbEncrypt()
Return the DbEncrypt used to encrypt and decrypt properties.Methods in io.ebean.config with parameters of type DbEncryptModifier and TypeMethodDescriptionvoid
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 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.getDbEncrypt()
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.