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 ConverterDescriptor
AttributeConverterInfo. 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 ConverterDescriptor
ConverterAutoApplyHandler. findAutoApplyConverterForAttribute(org.hibernate.annotations.common.reflection.XProperty xProperty, MetadataBuildingContext context)
ConverterDescriptor
ConverterAutoApplyHandler. findAutoApplyConverterForCollectionElement(org.hibernate.annotations.common.reflection.XProperty xProperty, MetadataBuildingContext context)
ConverterDescriptor
ConverterAutoApplyHandler. findAutoApplyConverterForMapKey(org.hibernate.annotations.common.reflection.XProperty xProperty, MetadataBuildingContext context)
ConverterDescriptor
AutoApplicableConverterDescriptor. getAutoAppliedConverterDescriptorForAttribute(org.hibernate.annotations.common.reflection.XProperty xProperty, MetadataBuildingContext context)
ConverterDescriptor
AutoApplicableConverterDescriptor. getAutoAppliedConverterDescriptorForCollectionElement(org.hibernate.annotations.common.reflection.XProperty xProperty, MetadataBuildingContext context)
ConverterDescriptor
AutoApplicableConverterDescriptor. 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 void
InFlightMetadataCollector. addAttributeConverter(ConverterDescriptor descriptor)
-
Uses of ConverterDescriptor in org.hibernate.cfg
Methods in org.hibernate.cfg that return ConverterDescriptor Modifier and Type Method Description protected ConverterDescriptor
AbstractPropertyHolder. makeAttributeConverterDescriptor(AttributeConversionInfo conversion)
ConverterDescriptor
CollectionPropertyHolder. mapKeyAttributeConverterDescriptor(org.hibernate.annotations.common.reflection.XProperty mapXProperty, org.hibernate.annotations.common.reflection.XClass keyXClass)
ConverterDescriptor
AbstractPropertyHolder. resolveAttributeConverterDescriptor(org.hibernate.annotations.common.reflection.XProperty property)
ConverterDescriptor
PropertyHolder. resolveAttributeConverterDescriptor(org.hibernate.annotations.common.reflection.XProperty property)
Determine the AttributeConverter to use for the given property.ConverterDescriptor
CollectionPropertyHolder. resolveElementAttributeConverterDescriptor(org.hibernate.annotations.common.reflection.XProperty collectionXProperty, org.hibernate.annotations.common.reflection.XClass elementXClass)
ConverterDescriptor
AttributeConverterDefinition. 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 void
SimpleValueBinder. 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 void
AttributeConverterDefinitionCollector. 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 void
SimpleValue. setJpaAttributeConverterDescriptor(ConverterDescriptor descriptor)
-