Uses of Class
io.ebean.config.ClassLoadConfig
Packages that use ClassLoadConfig
-
Uses of ClassLoadConfig in io.ebean.config
Methods in io.ebean.config that return ClassLoadConfigModifier 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.Methods in io.ebean.config with parameters of type ClassLoadConfigModifier and TypeMethodDescriptionvoidDatabaseConfig.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 ClassLoadConfigModifierConstructorDescriptionPropertiesWrapper(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.