Package org.hibernate.boot.spi
Interface MetadataSourcesContributor
-
@JavaServiceLoadable public interface MetadataSourcesContributor
A bootstrap process hook for contributing sources toMetadataSources
.- Since:
- 5.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
contribute(MetadataSources metadataSources)
Perform the process of contributing to theMetadataSources
.
-
-
-
Method Detail
-
contribute
void contribute(MetadataSources metadataSources)
Perform the process of contributing to theMetadataSources
.- Parameters:
metadataSources
- TheMetadataSource
s, to which to contribute.
-
-