Uses of Interface
org.hibernate.boot.model.convert.spi.ConverterAutoApplyHandler
-
Packages that use ConverterAutoApplyHandler 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 ConverterAutoApplyHandler in org.hibernate.boot.internal
Methods in org.hibernate.boot.internal that return ConverterAutoApplyHandler Modifier and Type Method Description ConverterAutoApplyHandler
InFlightMetadataCollectorImpl. getAttributeConverterAutoApplyHandler()
-
Uses of ConverterAutoApplyHandler in org.hibernate.boot.model.convert.internal
Classes in org.hibernate.boot.model.convert.internal that implement ConverterAutoApplyHandler Modifier and Type Class Description class
AttributeConverterManager
-
Uses of ConverterAutoApplyHandler in org.hibernate.boot.model.convert.spi
Methods in org.hibernate.boot.model.convert.spi that return ConverterAutoApplyHandler Modifier and Type Method Description ConverterAutoApplyHandler
ConverterRegistry. getAttributeConverterAutoApplyHandler()
-
Uses of ConverterAutoApplyHandler in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return ConverterAutoApplyHandler Modifier and Type Method Description ConverterAutoApplyHandler
InFlightMetadataCollector. getAttributeConverterAutoApplyHandler()
Deprecated.
-