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.internal org.hibernate.boot.model.convert.internal org.hibernate.boot.model.convert.spi org.hibernate.boot.model.process.internal org.hibernate.boot.model.process.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 org.hibernate.testing.boot -
-
Uses of ConverterDescriptor in org.hibernate.boot
Methods in org.hibernate.boot that return ConverterDescriptor Modifier and Type Method Description ConverterDescriptorAttributeConverterInfo. toConverterDescriptor(MetadataBuildingContext context)Methods in org.hibernate.boot with parameters of type ConverterDescriptor Modifier and Type Method Description MetadataBuilderMetadataBuilder. applyAttributeConverter(ConverterDescriptor descriptor)Adds an AttributeConverter by aConverterDescriptor -
Uses of ConverterDescriptor in org.hibernate.boot.internal
Methods in org.hibernate.boot.internal that return types with arguments of type ConverterDescriptor Modifier and Type Method Description Collection<ConverterDescriptor>BootstrapContextImpl. getAttributeConverters()Methods in org.hibernate.boot.internal with parameters of type ConverterDescriptor Modifier and Type Method Description voidInFlightMetadataCollectorImpl. addAttributeConverter(ConverterDescriptor descriptor)voidBootstrapContextImpl. addAttributeConverterDescriptor(ConverterDescriptor descriptor)MetadataBuilderMetadataBuilderImpl. applyAttributeConverter(ConverterDescriptor descriptor) -
Uses of ConverterDescriptor in org.hibernate.boot.model.convert.internal
Classes in org.hibernate.boot.model.convert.internal that implement ConverterDescriptor Modifier and Type Class Description classAbstractConverterDescriptorclassClassBasedConverterDescriptorConverterDescriptor implementation for cases where we know the AttributeConverter Class.classInstanceBasedConverterDescriptorConverterDescriptor implementation for cases where we are handed the AttributeConverter instance to use.Methods in org.hibernate.boot.model.convert.internal that return ConverterDescriptor Modifier and Type Method Description ConverterDescriptorAttributeConverterManager. findAutoApplyConverterForAttribute(org.hibernate.annotations.common.reflection.XProperty property, MetadataBuildingContext context)ConverterDescriptorAttributeConverterManager. findAutoApplyConverterForCollectionElement(org.hibernate.annotations.common.reflection.XProperty property, MetadataBuildingContext context)ConverterDescriptorAttributeConverterManager. findAutoApplyConverterForMapKey(org.hibernate.annotations.common.reflection.XProperty property, MetadataBuildingContext context)ConverterDescriptorAutoApplicableConverterDescriptorBypassedImpl. getAutoAppliedConverterDescriptorForAttribute(org.hibernate.annotations.common.reflection.XProperty xProperty, MetadataBuildingContext context)ConverterDescriptorAutoApplicableConverterDescriptorStandardImpl. getAutoAppliedConverterDescriptorForAttribute(org.hibernate.annotations.common.reflection.XProperty xProperty, MetadataBuildingContext context)ConverterDescriptorAutoApplicableConverterDescriptorBypassedImpl. getAutoAppliedConverterDescriptorForCollectionElement(org.hibernate.annotations.common.reflection.XProperty xProperty, MetadataBuildingContext context)ConverterDescriptorAutoApplicableConverterDescriptorStandardImpl. getAutoAppliedConverterDescriptorForCollectionElement(org.hibernate.annotations.common.reflection.XProperty xProperty, MetadataBuildingContext context)ConverterDescriptorAutoApplicableConverterDescriptorBypassedImpl. getAutoAppliedConverterDescriptorForMapKey(org.hibernate.annotations.common.reflection.XProperty xProperty, MetadataBuildingContext context)ConverterDescriptorAutoApplicableConverterDescriptorStandardImpl. getAutoAppliedConverterDescriptorForMapKey(org.hibernate.annotations.common.reflection.XProperty xProperty, MetadataBuildingContext context)Methods in org.hibernate.boot.model.convert.internal with parameters of type ConverterDescriptor Modifier and Type Method Description voidAttributeConverterManager. addConverter(ConverterDescriptor descriptor)Constructors in org.hibernate.boot.model.convert.internal with parameters of type ConverterDescriptor Constructor Description AutoApplicableConverterDescriptorStandardImpl(ConverterDescriptor linkedConverterDescriptor) -
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 property, MetadataBuildingContext context)Resolve the auto-applied converter to be applied to a basic attribute described by the passed property descriptor.ConverterDescriptorConverterAutoApplyHandler. findAutoApplyConverterForCollectionElement(org.hibernate.annotations.common.reflection.XProperty property, MetadataBuildingContext context)Resolve the auto-applied converter to be applied to the elements of a plural attribute described by the passed property descriptor.ConverterDescriptorConverterAutoApplyHandler. findAutoApplyConverterForMapKey(org.hibernate.annotations.common.reflection.XProperty property, MetadataBuildingContext context)Resolve the auto-applied converter to be applied to the keys of a plural Map attribute described by the passed property descriptor.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)ConverterDescriptorRegisteredConversion. getConverterDescriptor() -
Uses of ConverterDescriptor in org.hibernate.boot.model.process.internal
Methods in org.hibernate.boot.model.process.internal that return types with arguments of type ConverterDescriptor Modifier and Type Method Description Collection<ConverterDescriptor>ManagedResourcesImpl. getAttributeConverterDescriptors()Methods in org.hibernate.boot.model.process.internal with parameters of type ConverterDescriptor Modifier and Type Method Description voidManagedResourcesImpl. addAttributeConverterDefinition(ConverterDescriptor descriptor)static <T> NamedConverterResolution<T>NamedConverterResolution. from(ConverterDescriptor converterDescriptor, Function<TypeConfiguration,BasicJavaType> explicitJtdAccess, Function<TypeConfiguration,JdbcType> explicitStdAccess, Function<TypeConfiguration,MutabilityPlan> explicitMutabilityPlanAccess, JdbcTypeIndicators sqlTypeIndicators, JpaAttributeConverterCreationContext converterCreationContext, MetadataBuildingContext context) -
Uses of ConverterDescriptor in org.hibernate.boot.model.process.spi
Methods in org.hibernate.boot.model.process.spi that return types with arguments of type ConverterDescriptor Modifier and Type Method Description Collection<ConverterDescriptor>ManagedResources. getAttributeConverterDescriptors()Informational access to the AttributeConverter definitions known about. -
Uses of ConverterDescriptor in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return types with arguments of type ConverterDescriptor Modifier and Type Method Description Collection<ConverterDescriptor>BootstrapContext. getAttributeConverters()Access to collected AttributeConverter definitions.Methods in org.hibernate.boot.spi with parameters of type ConverterDescriptor Modifier and Type Method Description voidInFlightMetadataCollector. addAttributeConverter(ConverterDescriptor descriptor)Apply the descriptor for anAttributeConverterMetadataBuilderAbstractDelegatingMetadataBuilderImplementor. applyAttributeConverter(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)Methods in org.hibernate.cfg with parameters of type ConverterDescriptor Modifier and Type Method Description voidConfiguration. addAttributeConverter(ConverterDescriptor converterDescriptor) -
Uses of ConverterDescriptor in org.hibernate.cfg.annotations
Methods in org.hibernate.cfg.annotations with parameters of type ConverterDescriptor Modifier and Type Method Description voidBasicValueBinder. setType(org.hibernate.annotations.common.reflection.XProperty modelXProperty, org.hibernate.annotations.common.reflection.XClass modelPropertyTypeXClass, String declaringClassName, ConverterDescriptor converterDescriptor) -
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 that return ConverterDescriptor Modifier and Type Method Description protected ConverterDescriptorSimpleValue. getAttributeConverterDescriptor()ConverterDescriptorSimpleValue. getJpaAttributeConverterDescriptor()Methods in org.hibernate.mapping with parameters of type ConverterDescriptor Modifier and Type Method Description protected voidSimpleValue. setAttributeConverterDescriptor(ConverterDescriptor descriptor)voidBasicValue. setJpaAttributeConverterDescriptor(ConverterDescriptor descriptor)voidSimpleValue. setJpaAttributeConverterDescriptor(ConverterDescriptor descriptor) -
Uses of ConverterDescriptor in org.hibernate.testing.boot
Methods in org.hibernate.testing.boot that return types with arguments of type ConverterDescriptor Modifier and Type Method Description Collection<ConverterDescriptor>BootstrapContextImpl. getAttributeConverters()
-