Package org.hibernate.boot.spi
Interface MetadataSourcesContributor
-
public interface MetadataSourcesContributor
A bootstrap process hook for contributing sources to MetadataSources.- 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 MetadataSources.
-
-
-
Method Detail
-
contribute
void contribute(MetadataSources metadataSources)
Perform the process of contributing to MetadataSources.- Parameters:
metadataSources
- The MetadataSources, to which to contribute.
-
-