이 콘텐츠는 선택한 언어로 제공되지 않습니다.
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.