Uses of Class
org.hibernate.boot.internal.MetadataImpl
Packages that use MetadataImpl
Package
Description
A range of SPIs allowing integration with—and customization of—the process of building metadata.
-
Uses of MetadataImpl in org.hibernate.boot.internal
Methods in org.hibernate.boot.internal that return MetadataImplModifier and TypeMethodDescriptionInFlightMetadataCollectorImpl.buildMetadataInstance
(MetadataBuildingContext buildingContext) Builds the complete and immutable Metadata instance from the collected info.Methods in org.hibernate.boot.internal with parameters of type MetadataImplModifier and TypeMethodDescriptionDefaultSessionFactoryBuilderService.createSessionFactoryBuilder
(MetadataImpl metadata, BootstrapContext bootstrapContext) -
Uses of MetadataImpl in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi with parameters of type MetadataImplModifier and TypeMethodDescriptionSessionFactoryBuilderService.createSessionFactoryBuilder
(MetadataImpl metadata, BootstrapContext bootstrapContext)