Uses of Class
io.ebean.config.ClassLoadConfig
Packages that use ClassLoadConfig
Package
Description
Configuration settings for Database construction
-
Uses of ClassLoadConfig in io.ebean
Methods in io.ebean that return ClassLoadConfigModifier and TypeMethodDescriptionDatabaseBuilder.Settings.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 with parameters of type ClassLoadConfigModifier and TypeMethodDescriptiondefault DatabaseBuilderDatabaseBuilder.classLoadConfig(ClassLoadConfig classLoadConfig) Set the ClassLoadConfig which is used to detect Joda, Java8 types etc and also create new instances of plugins given a className.DatabaseBuilder.setClassLoadConfig(ClassLoadConfig classLoadConfig) Deprecated. -
Uses of ClassLoadConfig in io.ebean.config
Methods in io.ebean.config that return ClassLoadConfigMethods in io.ebean.config with parameters of type ClassLoadConfigModifier and TypeMethodDescriptionDatabaseConfig.setClassLoadConfig(ClassLoadConfig classLoadConfig) 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.
DatabaseBuilder.classLoadConfig(ClassLoadConfig).