Uses of Interface
io.ebean.config.dbplatform.DbEncrypt
Package
Description
Configuration settings for Database construction
Database platform specific support
-
Uses of DbEncrypt in io.ebean.config
Modifier and TypeMethodDescriptionDatabaseConfig.getDbEncrypt()
Return the DbEncrypt used to encrypt and decrypt properties.Modifier and TypeMethodDescriptionvoid
DatabaseConfig.setDbEncrypt
(DbEncrypt dbEncrypt) Set the DbEncrypt used to encrypt and decrypt properties. -
Uses of DbEncrypt in io.ebean.config.dbplatform
Modifier and TypeClassDescriptionclass
Base type for DB platform specific Encryption.Modifier and TypeMethodDescriptionDatabasePlatform.getDbEncrypt()
Return the DbEncrypt handler for this DB platform.Modifier and TypeMethodDescriptionvoid
DatabasePlatform.setDbEncrypt
(DbEncrypt dbEncrypt) Set the DbEncrypt handler for this DB platform.