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 JPAAttributeConverters.org.hibernate.boot.spi A range of SPIs allowing integration with—and customization of—the process of building metadata.org.hibernate.testing.orm.junit -
-
Uses of RegisteredConversion in org.hibernate.boot.internal
Methods in org.hibernate.boot.internal with parameters of type RegisteredConversion Modifier and Type Method Description voidInFlightMetadataCollectorImpl. addRegisteredConversion(RegisteredConversion conversion) -
Uses of RegisteredConversion in org.hibernate.boot.model.convert.internal
Methods in org.hibernate.boot.model.convert.internal that return RegisteredConversion Modifier and Type Method Description RegisteredConversionAttributeConverterManager. findRegisteredConversion(Class<?> domainType)Methods in org.hibernate.boot.model.convert.internal with parameters of type RegisteredConversion Modifier and Type Method Description voidAttributeConverterManager. 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 voidConverterRegistry. 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 voidInFlightMetadataCollector. addRegisteredConversion(RegisteredConversion conversion)Deprecated. -
Uses of RegisteredConversion in org.hibernate.testing.orm.junit
Methods in org.hibernate.testing.orm.junit with parameters of type RegisteredConversion Modifier and Type Method Description voidDialectFeatureChecks.FakeMetadataBuildingContext. addRegisteredConversion(RegisteredConversion conversion)
-