Uses of Interface
org.hibernate.boot.model.convert.spi.ConverterRegistry
Packages that use ConverterRegistry
Package
Description
A range of SPIs allowing integration with—and customization of—the process of building metadata.
-
Uses of ConverterRegistry in org.hibernate.boot.internal
Classes in org.hibernate.boot.internal that implement ConverterRegistryModifier and TypeClassDescriptionclass
The implementation of the in-flight metadata collector contract.Methods in org.hibernate.boot.internal that return ConverterRegistry -
Uses of ConverterRegistry in org.hibernate.boot.model.internal
Methods in org.hibernate.boot.model.internal with parameters of type ConverterRegistryModifier and TypeMethodDescriptionvoid
XMLContext.applyDiscoveredAttributeConverters
(ConverterRegistry converterRegistry) -
Uses of ConverterRegistry in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return ConverterRegistryModifier and TypeMethodDescriptionInFlightMetadataCollector.getConverterRegistry()
Obtain theConverterRegistry
which may be used to registerAttributeConverter
s. -
Uses of ConverterRegistry in org.hibernate.testing.orm.junit
Methods in org.hibernate.testing.orm.junit that return ConverterRegistryModifier and TypeMethodDescriptionDialectFeatureChecks.FakeMetadataBuildingContext.getConverterRegistry()