Uses of Interface
org.hibernate.boot.model.convert.spi.ConverterRegistry
-
Packages that use ConverterRegistry Package Description org.hibernate.boot.internal org.hibernate.boot.model.internal org.hibernate.boot.spi 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 ConverterRegistry Modifier and Type Class Description class
InFlightMetadataCollectorImpl
The implementation of the in-flight metadata collector contract.Methods in org.hibernate.boot.internal that return ConverterRegistry Modifier and Type Method Description ConverterRegistry
InFlightMetadataCollectorImpl. getConverterRegistry()
-
Uses of ConverterRegistry in org.hibernate.boot.model.internal
Subinterfaces of ConverterRegistry in org.hibernate.boot.model.internal Modifier and Type Interface Description interface
AttributeConverterDefinitionCollector
Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.hibernate.boot.model.internal with parameters of type ConverterRegistry Modifier and Type Method Description void
XMLContext. applyDiscoveredAttributeConverters(ConverterRegistry converterRegistry)
-
Uses of ConverterRegistry in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return ConverterRegistry Modifier and Type Method Description ConverterRegistry
InFlightMetadataCollector. getConverterRegistry()
Obtain theConverterRegistry
which may be used to registerAttributeConverter
s.
-