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 org.hibernate.boot.spi -
-
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.
-