Package org.hibernate.boot.spi
Interface MetadataSourcesContributor
@JavaServiceLoadablepublic interfaceMetadataSourcesContributor
A bootstrap process hook for contributing sources toMetadataSources.- Since:
- 5.0
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcontribute(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- TheMetadataSources, to which to contribute.