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 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 ConverterAutoApplyHandler in org.hibernate.boot.internal
Methods in org.hibernate.boot.internal that return ConverterAutoApplyHandler Modifier and Type Method Description ConverterAutoApplyHandlerInFlightMetadataCollectorImpl. 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 classAttributeConverterManager -
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 ConverterAutoApplyHandlerConverterRegistry. getAttributeConverterAutoApplyHandler() -
Uses of ConverterAutoApplyHandler in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return ConverterAutoApplyHandler Modifier and Type Method Description ConverterAutoApplyHandlerInFlightMetadataCollector. getAttributeConverterAutoApplyHandler()Deprecated. -
Uses of ConverterAutoApplyHandler in org.hibernate.testing.orm.junit
Methods in org.hibernate.testing.orm.junit that return ConverterAutoApplyHandler Modifier and Type Method Description ConverterAutoApplyHandlerDialectFeatureChecks.FakeMetadataBuildingContext. getAttributeConverterAutoApplyHandler()
-