Uses of Interface
io.ebean.config.EncryptDeployManager
-
Packages that use EncryptDeployManager Package Description io.ebean.config Configuration settings for Database construction -
-
Uses of EncryptDeployManager in io.ebean.config
Methods in io.ebean.config that return EncryptDeployManager Modifier and Type Method Description EncryptDeployManager
DatabaseConfig. getEncryptDeployManager()
Return the EncryptDeployManager.Methods in io.ebean.config with parameters of type EncryptDeployManager Modifier and Type Method Description void
DatabaseConfig. setEncryptDeployManager(EncryptDeployManager encryptDeployManager)
Set the EncryptDeployManager.
-