此内容没有您所选择的语言版本。
12.5.6. The Bootstrap Registry
12.5.6.1. About the Boot-strap Registry 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
The boot-strap registry holds services that absolutely have to be available for most things to work. The main service here is the
ClassLoaderService
which is a perfect example. Even resolving configuration files needs access to class loading services (resource look ups). This is the root registry (no parent) in normal use.
Instances of boot-strap registries are built using the
org.hibernate.service.BootstrapServiceRegistryBuilder
class.