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 classInFlightMetadataCollectorImplThe implementation of the in-flight metadata collector contract.Methods in org.hibernate.boot.internal that return ConverterRegistry Modifier and Type Method Description ConverterRegistryInFlightMetadataCollectorImpl. getConverterRegistry() -
Uses of ConverterRegistry in org.hibernate.boot.model.internal
Subinterfaces of ConverterRegistry in org.hibernate.boot.model.internal Modifier and Type Interface Description interfaceAttributeConverterDefinitionCollectorDeprecated, 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 voidXMLContext. 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 ConverterRegistryInFlightMetadataCollector. getConverterRegistry()Obtain theConverterRegistrywhich may be used to registerAttributeConverters.
-