Uses of Class
org.hibernate.boot.model.convert.spi.RegisteredConversion
-
Packages that use RegisteredConversion Package Description org.hibernate.boot.internal org.hibernate.boot.model.convert.internal org.hibernate.boot.model.convert.spi Defines the SPI of a registry of JPAAttributeConverter
s.org.hibernate.boot.spi A range of SPIs allowing integration with—and customization of—the process of building metadata. -
-
Uses of RegisteredConversion in org.hibernate.boot.internal
Methods in org.hibernate.boot.internal with parameters of type RegisteredConversion Modifier and Type Method Description void
InFlightMetadataCollectorImpl. addRegisteredConversion(RegisteredConversion conversion)
-
Uses of RegisteredConversion in org.hibernate.boot.model.convert.internal
Methods in org.hibernate.boot.model.convert.internal with parameters of type RegisteredConversion Modifier and Type Method Description void
AttributeConverterManager. addRegistration(RegisteredConversion conversion, BootstrapContext context)
-
Uses of RegisteredConversion in org.hibernate.boot.model.convert.spi
Methods in org.hibernate.boot.model.convert.spi with parameters of type RegisteredConversion Modifier and Type Method Description void
ConverterRegistry. addRegisteredConversion(RegisteredConversion conversion)
-
Uses of RegisteredConversion in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi with parameters of type RegisteredConversion Modifier and Type Method Description void
InFlightMetadataCollector. addRegisteredConversion(RegisteredConversion conversion)
Deprecated.
-