Uses of Interface
org.hibernate.boot.model.convert.spi.AutoApplicableConverterDescriptor
-
Packages that use AutoApplicableConverterDescriptor Package Description org.hibernate.boot.model.convert.internal org.hibernate.boot.model.convert.spi Defines the SPI of a registry of JPAAttributeConverters. -
-
Uses of AutoApplicableConverterDescriptor in org.hibernate.boot.model.convert.internal
Classes in org.hibernate.boot.model.convert.internal that implement AutoApplicableConverterDescriptor Modifier and Type Class Description classAutoApplicableConverterDescriptorBypassedImplAn implementation of AutoApplicableConverterDescriptor that always reports no auto-apply matchclassAutoApplicableConverterDescriptorStandardImplStandard implementation of AutoApplicableConverterDescriptorMethods in org.hibernate.boot.model.convert.internal that return AutoApplicableConverterDescriptor Modifier and Type Method Description AutoApplicableConverterDescriptorAbstractConverterDescriptor. getAutoApplyDescriptor() -
Uses of AutoApplicableConverterDescriptor in org.hibernate.boot.model.convert.spi
Methods in org.hibernate.boot.model.convert.spi that return AutoApplicableConverterDescriptor Modifier and Type Method Description AutoApplicableConverterDescriptorConverterDescriptor. getAutoApplyDescriptor()Get the auto-apply checker for this converter.
-