Package org.hibernate.boot.spi
Interface MetadataContributor
Deprecated, for removal: This API element is subject to removal in a future version.
Contract for contributing to
Metadata (InFlightMetadataCollector).
This hook occurs just after all processing of all MetadataSources,
and just before AdditionalJaxbMappingProducer.
- Since:
- 5.0
- Author:
- Steve Ebersole
-
Method Summary
Modifier and TypeMethodDescriptionvoidcontribute(InFlightMetadataCollector metadataCollector, org.jboss.jandex.IndexView jandexIndex) Deprecated, for removal: This API element is subject to removal in a future version.Perform the contributions.
-
Method Details
-
contribute
void contribute(InFlightMetadataCollector metadataCollector, org.jboss.jandex.IndexView jandexIndex) Deprecated, for removal: This API element is subject to removal in a future version.Perform the contributions.- Parameters:
metadataCollector- The metadata collector, representing the in-flight metadata being builtjandexIndex- The Jandex index
-
AdditionalMappingContributororTypeContributorinstead depending on need