Package org.hibernate.boot.spi
Interface MetadataBuilderInitializer
Contract for contributing to the initialization of
MetadataBuilder
.
Called immediately after any configuration settings have been applied from
ConfigurationService
. Any values
specified here override those. Any values set here can still be overridden
explicitly by the user via the exposed methods of MetadataBuilder
.- Since:
- 5.0
-
Method Summary
Modifier and TypeMethodDescriptionvoid
contribute
(MetadataBuilder metadataBuilder, StandardServiceRegistry serviceRegistry)
-
Method Details
-
contribute
-