Uses of Interface
org.hibernate.boot.model.convert.spi.ConverterDescriptor
-
Packages that use ConverterDescriptor Package Description org.hibernate.boot This package contains the contracts that make up the Hibernate native bootstrapping API (building a SessionFactory).org.hibernate.boot.model.convert.spi org.hibernate.boot.spi org.hibernate.cfg org.hibernate.cfg.annotations org.hibernate.cfg.annotations.reflection Defines the capability to merge mapping information from both annotations and orm.xml sources into a unified set of metadata in the Hibernate commons-annotations model.org.hibernate.mapping -
-
Uses of ConverterDescriptor in org.hibernate.boot
Methods in org.hibernate.boot that return ConverterDescriptor Modifier and Type Method Description ConverterDescriptorAttributeConverterInfo. toConverterDescriptor(MetadataBuildingContext context) -
Uses of ConverterDescriptor in org.hibernate.boot.model.convert.spi
Methods in org.hibernate.boot.model.convert.spi that return ConverterDescriptor Modifier and Type Method Description ConverterDescriptorConverterAutoApplyHandler. findAutoApplyConverterForAttribute(org.hibernate.annotations.common.reflection.XProperty xProperty, MetadataBuildingContext context)ConverterDescriptorConverterAutoApplyHandler. findAutoApplyConverterForCollectionElement(org.hibernate.annotations.common.reflection.XProperty xProperty, MetadataBuildingContext context)ConverterDescriptorConverterAutoApplyHandler. findAutoApplyConverterForMapKey(org.hibernate.annotations.common.reflection.XProperty xProperty, MetadataBuildingContext context)ConverterDescriptorAutoApplicableConverterDescriptor. getAutoAppliedConverterDescriptorForAttribute(org.hibernate.annotations.common.reflection.XProperty xProperty, MetadataBuildingContext context)ConverterDescriptorAutoApplicableConverterDescriptor. getAutoAppliedConverterDescriptorForCollectionElement(org.hibernate.annotations.common.reflection.XProperty xProperty, MetadataBuildingContext context)ConverterDescriptorAutoApplicableConverterDescriptor. getAutoAppliedConverterDescriptorForMapKey(org.hibernate.annotations.common.reflection.XProperty xProperty, MetadataBuildingContext context) -
Uses of ConverterDescriptor in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi with parameters of type ConverterDescriptor Modifier and Type Method Description voidInFlightMetadataCollector. addAttributeConverter(ConverterDescriptor descriptor) -
Uses of ConverterDescriptor in org.hibernate.cfg
Methods in org.hibernate.cfg that return ConverterDescriptor Modifier and Type Method Description protected ConverterDescriptorAbstractPropertyHolder. makeAttributeConverterDescriptor(AttributeConversionInfo conversion)ConverterDescriptorCollectionPropertyHolder. mapKeyAttributeConverterDescriptor(org.hibernate.annotations.common.reflection.XProperty mapXProperty, org.hibernate.annotations.common.reflection.XClass keyXClass)ConverterDescriptorAbstractPropertyHolder. resolveAttributeConverterDescriptor(org.hibernate.annotations.common.reflection.XProperty property)ConverterDescriptorPropertyHolder. resolveAttributeConverterDescriptor(org.hibernate.annotations.common.reflection.XProperty property)Determine the AttributeConverter to use for the given property.ConverterDescriptorCollectionPropertyHolder. resolveElementAttributeConverterDescriptor(org.hibernate.annotations.common.reflection.XProperty collectionXProperty, org.hibernate.annotations.common.reflection.XClass elementXClass)ConverterDescriptorAttributeConverterDefinition. toConverterDescriptor(MetadataBuildingContext context)Deprecated. -
Uses of ConverterDescriptor in org.hibernate.cfg.annotations
Methods in org.hibernate.cfg.annotations with parameters of type ConverterDescriptor Modifier and Type Method Description voidSimpleValueBinder. setType(org.hibernate.annotations.common.reflection.XProperty property, org.hibernate.annotations.common.reflection.XClass returnedClass, java.lang.String declaringClassName, ConverterDescriptor attributeConverterDescriptor) -
Uses of ConverterDescriptor in org.hibernate.cfg.annotations.reflection
Methods in org.hibernate.cfg.annotations.reflection with parameters of type ConverterDescriptor Modifier and Type Method Description voidAttributeConverterDefinitionCollector. addAttributeConverter(ConverterDescriptor descriptor) -
Uses of ConverterDescriptor in org.hibernate.mapping
Methods in org.hibernate.mapping with parameters of type ConverterDescriptor Modifier and Type Method Description voidSimpleValue. setJpaAttributeConverterDescriptor(ConverterDescriptor descriptor)
-