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 JPAAttributeConverter
s. -
-
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 class
AutoApplicableConverterDescriptorBypassedImpl
An implementation of AutoApplicableConverterDescriptor that always reports no auto-apply matchclass
AutoApplicableConverterDescriptorStandardImpl
Standard implementation of AutoApplicableConverterDescriptorMethods in org.hibernate.boot.model.convert.internal that return AutoApplicableConverterDescriptor Modifier and Type Method Description AutoApplicableConverterDescriptor
AbstractConverterDescriptor. 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 AutoApplicableConverterDescriptor
ConverterDescriptor. getAutoApplyDescriptor()
Get the auto-apply checker for this converter.
-