Uses of Class
org.hibernate.boot.cfgxml.internal.ConfigLoader
-
Packages that use ConfigLoader Package Description org.hibernate.boot.registry Defines service registry contracts a program may use for configuring Hibernate. -
-
Uses of ConfigLoader in org.hibernate.boot.registry
Methods in org.hibernate.boot.registry that return ConfigLoader Modifier and Type Method Description ConfigLoader
StandardServiceRegistryBuilder. getConfigLoader()
Constructors in org.hibernate.boot.registry with parameters of type ConfigLoader Constructor Description StandardServiceRegistryBuilder(BootstrapServiceRegistry bootstrapServiceRegistry, Map<String,Object> settings, ConfigLoader loader, LoadedConfig loadedConfig, List<StandardServiceInitiator<?>> initiators)
Intended for use exclusively from Quarkus bootstrapping, or extensions of this class which need to override the standard ServiceInitiator list.
-