Uses of Class
org.hibernate.boot.model.internal.AttributeConversionInfo
Packages that use AttributeConversionInfo
-
Uses of AttributeConversionInfo in org.hibernate.boot.model.internal
Methods in org.hibernate.boot.model.internal that return AttributeConversionInfoModifier and TypeMethodDescriptionprotected abstract AttributeConversionInfoAbstractPropertyHolder.locateAttributeConversionInfo(String path) protected abstract AttributeConversionInfoAbstractPropertyHolder.locateAttributeConversionInfo(XProperty property) protected AttributeConversionInfoClassPropertyHolder.locateAttributeConversionInfo(String path) protected AttributeConversionInfoClassPropertyHolder.locateAttributeConversionInfo(XProperty property) protected AttributeConversionInfoCollectionPropertyHolder.locateAttributeConversionInfo(String path) protected AttributeConversionInfoCollectionPropertyHolder.locateAttributeConversionInfo(XProperty property) protected AttributeConversionInfoComponentPropertyHolder.locateAttributeConversionInfo(String path) protected AttributeConversionInfoComponentPropertyHolder.locateAttributeConversionInfo(XProperty property) Methods in org.hibernate.boot.model.internal that return types with arguments of type AttributeConversionInfoModifier and TypeMethodDescriptionprotected Map<String,AttributeConversionInfo> ClassPropertyHolder.buildAttributeConversionInfoMap(XClass entityXClass) Methods in org.hibernate.boot.model.internal with parameters of type AttributeConversionInfoModifier and TypeMethodDescriptionprotected IllegalStateExceptionAbstractPropertyHolder.buildExceptionFromInstantiationError(AttributeConversionInfo info, Exception e) protected ConverterDescriptorAbstractPropertyHolder.makeAttributeConverterDescriptor(AttributeConversionInfo conversion)