Package org.hibernate.boot.spi
Interface MetadataSourcesContributor
A bootstrap process hook for contributing sources to
MetadataSources
.- Since:
- 5.0
-
Method Summary
Modifier and TypeMethodDescriptionvoid
contribute
(MetadataSources metadataSources) Perform the process of contributing to theMetadataSources
.
-
Method Details
-
contribute
Perform the process of contributing to theMetadataSources
.- Parameters:
metadataSources
- TheMetadataSource
s, to which to contribute.
-