Class InFlightMetadataCollectorImpl

java.lang.Object
org.hibernate.boot.internal.InFlightMetadataCollectorImpl
All Implemented Interfaces:
Metadata, ConverterRegistry, InFlightMetadataCollector, MetadataImplementor, GeneratorSettings, MappingContext

public class InFlightMetadataCollectorImpl extends Object implements InFlightMetadataCollector, ConverterRegistry, GeneratorSettings
The implementation of the in-flight metadata collector contract.

The usage expectation is that this class is used until all Metadata info is collected and then buildMetadataInstance(org.hibernate.boot.spi.MetadataBuildingContext) is called to generate the complete (and immutable) Metadata object.