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 AttributeConversionInfo
AbstractPropertyHolder. locateAttributeConversionInfo(String path)
protected abstract AttributeConversionInfo
AbstractPropertyHolder. locateAttributeConversionInfo(org.hibernate.annotations.common.reflection.XProperty property)
protected AttributeConversionInfo
ClassPropertyHolder. locateAttributeConversionInfo(String path)
protected AttributeConversionInfo
ClassPropertyHolder. locateAttributeConversionInfo(org.hibernate.annotations.common.reflection.XProperty property)
protected AttributeConversionInfo
CollectionPropertyHolder. locateAttributeConversionInfo(String path)
protected AttributeConversionInfo
CollectionPropertyHolder. locateAttributeConversionInfo(org.hibernate.annotations.common.reflection.XProperty property)
protected AttributeConversionInfo
ComponentPropertyHolder. locateAttributeConversionInfo(String path)
protected AttributeConversionInfo
ComponentPropertyHolder. 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 IllegalStateException
AbstractPropertyHolder. buildExceptionFromInstantiationError(AttributeConversionInfo info, Exception e)
protected ConverterDescriptor
AbstractPropertyHolder. makeAttributeConverterDescriptor(AttributeConversionInfo conversion)
-