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