Uses of Interface
org.hibernate.boot.model.convert.spi.ConverterRegistry
-
Packages that use ConverterRegistry Package Description 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.spi
Methods in org.hibernate.boot.spi that return ConverterRegistry Modifier and Type Method Description ConverterRegistryInFlightMetadataCollector. getConverterRegistry()Obtain theConverterRegistrywhich may be used to registerAttributeConverters.
-