Uses of Class
io.ebean.config.ClassLoadConfig
-
Uses of ClassLoadConfig in io.ebean.config
Modifier and TypeMethodDescriptionDatabaseConfig.getClassLoadConfig()
Return the ClassLoadConfig which is used to detect Joda, Java8 types etc and also create new instances of plugins given a className.Modifier and TypeMethodDescriptionvoid
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.ModifierConstructorDescriptionPropertiesWrapper
(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.