Package org.hibernate.boot.spi
Interface MetadataContributor
-
public interface MetadataContributorContract for contributing to Metadata (InFlightMetadataCollector). This hook occurs just after all processing of allMetadataSources, and just beforeAdditionalJaxbMappingProducer.- Since:
- 5.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcontribute(InFlightMetadataCollector metadataCollector, org.jboss.jandex.IndexView jandexIndex)Perform the contributions.
-
-
-
Method Detail
-
contribute
void contribute(InFlightMetadataCollector metadataCollector, org.jboss.jandex.IndexView jandexIndex)
Perform the contributions.- Parameters:
metadataCollector- The metadata collector, representing the in-flight metadata being builtjandexIndex- The Jandex index
-
-