Package org.hibernate.boot.spi
Interface MetadataContributor
-
@Deprecated(forRemoval=true) public interface MetadataContributor
Deprecated, for removal: This API element is subject to removal in a future version.UseAdditionalMappingContributor
orTypeContributor
instead depending on needContract for contributing toMetadata
(InFlightMetadataCollector
).This hook occurs just after all processing of all
MetadataSources
, and just beforeAdditionalJaxbMappingProducer
.- Since:
- 5.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description 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.
-
-
-
Method Detail
-
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
-
-