Uses of Class
org.hibernate.boot.internal.MetadataImpl
-
Packages that use MetadataImpl Package Description org.hibernate.boot.internal org.hibernate.boot.spi 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 MetadataImpl Modifier and Type Method Description MetadataImpl
InFlightMetadataCollectorImpl. buildMetadataInstance(MetadataBuildingContext buildingContext)
Builds the complete and immutable Metadata instance from the collected info.Methods in org.hibernate.boot.internal with parameters of type MetadataImpl Modifier and Type Method Description SessionFactoryBuilderImplementor
DefaultSessionFactoryBuilderService. createSessionFactoryBuilder(MetadataImpl metadata, BootstrapContext bootstrapContext)
-
Uses of MetadataImpl in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi with parameters of type MetadataImpl Modifier and Type Method Description SessionFactoryBuilderImplementor
SessionFactoryBuilderService. createSessionFactoryBuilder(MetadataImpl metadata, BootstrapContext bootstrapContext)
-