Uses of Class
io.ebean.config.ClassLoadConfig
-
Packages that use ClassLoadConfig Package Description io.ebean.config Configuration settings for Database construction -
-
Uses of ClassLoadConfig in io.ebean.config
Methods in io.ebean.config that return ClassLoadConfig Modifier and Type Method Description ClassLoadConfig
DatabaseConfig. getClassLoadConfig()
Return the ClassLoadConfig which is used to detect Joda, Java8 types etc and also create new instances of plugins given a className.Methods in io.ebean.config with parameters of type ClassLoadConfig Modifier and Type Method Description void
DatabaseConfig. setClassLoadConfig(ClassLoadConfig classLoadConfig)
Set the ClassLoadConfig which is used to detect Joda, Java8 types etc and also create new instances of plugins given a className.Constructors in io.ebean.config with parameters of type ClassLoadConfig Constructor Description PropertiesWrapper(String prefix, String serverName, Properties properties, ClassLoadConfig classLoadConfig)
Construct with a prefix, serverName and properties.PropertiesWrapper(Properties properties, ClassLoadConfig classLoadConfig)
Construct without prefix of serverName.
-