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 support -
-
Uses of DbEncrypt in io.ebean.config
Methods in io.ebean.config that return DbEncrypt Modifier and Type Method Description DbEncryptDatabaseConfig. 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 voidDatabaseConfig. 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 classAbstractDbEncryptBase type for DB platform specific Encryption.Fields in io.ebean.config.dbplatform declared as DbEncrypt Modifier and Type Field Description protected DbEncryptDatabasePlatform. dbEncryptMethods in io.ebean.config.dbplatform that return DbEncrypt Modifier and Type Method Description DbEncryptDatabasePlatform. 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 voidDatabasePlatform. setDbEncrypt(DbEncrypt dbEncrypt)Set the DbEncrypt handler for this DB platform.
-