Uses of Interface
org.hibernate.boot.model.convert.spi.ConverterDescriptor
-
Packages that use ConverterDescriptor Package Description org.hibernate.boot This package contains the interfaces that make up the bootstrap API for Hibernate.org.hibernate.boot.internal org.hibernate.boot.model.convert.internal org.hibernate.boot.model.convert.spi Defines the SPI of a registry of JPAAttributeConverter
s.org.hibernate.boot.model.internal org.hibernate.boot.model.process.internal org.hibernate.boot.model.process.spi Defines an SPI used during the process of transforming mapping sources into theMetadata
reference.org.hibernate.boot.spi A range of SPIs allowing integration with—and customization of—the process of building metadata.org.hibernate.cfg This package defines APIs for configuring Hibernate.org.hibernate.mapping This package defines the Hibernate configuration-time mapping model.org.hibernate.testing.boot -
-
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)
Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.hibernate.boot with parameters of type ConverterDescriptor Modifier and Type Method Description MetadataBuilder
MetadataBuilder. 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 void
InFlightMetadataCollectorImpl. addAttributeConverter(ConverterDescriptor descriptor)
void
BootstrapContextImpl. addAttributeConverterDescriptor(ConverterDescriptor descriptor)
MetadataBuilder
MetadataBuilderImpl. 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 class
AbstractConverterDescriptor
class
ClassBasedConverterDescriptor
ConverterDescriptor implementation for cases where we know the AttributeConverter Class.class
InstanceBasedConverterDescriptor
ConverterDescriptor 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 ConverterDescriptor
AttributeConverterManager. findAutoApplyConverterForAttribute(org.hibernate.annotations.common.reflection.XProperty property, MetadataBuildingContext context)
ConverterDescriptor
AttributeConverterManager. findAutoApplyConverterForCollectionElement(org.hibernate.annotations.common.reflection.XProperty property, MetadataBuildingContext context)
ConverterDescriptor
AttributeConverterManager. findAutoApplyConverterForMapKey(org.hibernate.annotations.common.reflection.XProperty property, MetadataBuildingContext context)
ConverterDescriptor
AutoApplicableConverterDescriptorBypassedImpl. getAutoAppliedConverterDescriptorForAttribute(org.hibernate.annotations.common.reflection.XProperty xProperty, MetadataBuildingContext context)
ConverterDescriptor
AutoApplicableConverterDescriptorStandardImpl. getAutoAppliedConverterDescriptorForAttribute(org.hibernate.annotations.common.reflection.XProperty xProperty, MetadataBuildingContext context)
ConverterDescriptor
AutoApplicableConverterDescriptorBypassedImpl. getAutoAppliedConverterDescriptorForCollectionElement(org.hibernate.annotations.common.reflection.XProperty xProperty, MetadataBuildingContext context)
ConverterDescriptor
AutoApplicableConverterDescriptorStandardImpl. getAutoAppliedConverterDescriptorForCollectionElement(org.hibernate.annotations.common.reflection.XProperty xProperty, MetadataBuildingContext context)
ConverterDescriptor
AutoApplicableConverterDescriptorBypassedImpl. getAutoAppliedConverterDescriptorForMapKey(org.hibernate.annotations.common.reflection.XProperty xProperty, MetadataBuildingContext context)
ConverterDescriptor
AutoApplicableConverterDescriptorStandardImpl. 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 void
AttributeConverterManager. 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 ConverterDescriptor
ConverterAutoApplyHandler. 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.ConverterDescriptor
ConverterAutoApplyHandler. 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.ConverterDescriptor
ConverterAutoApplyHandler. 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.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)
ConverterDescriptor
RegisteredConversion. getConverterDescriptor()
Methods in org.hibernate.boot.model.convert.spi with parameters of type ConverterDescriptor Modifier and Type Method Description void
ConverterRegistry. addAttributeConverter(ConverterDescriptor descriptor)
Apply the descriptor for anAttributeConverter
-
Uses of ConverterDescriptor in org.hibernate.boot.model.internal
Methods in org.hibernate.boot.model.internal 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)
Methods in org.hibernate.boot.model.internal with parameters of type ConverterDescriptor Modifier and Type Method Description void
BasicValueBinder. 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.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 void
ManagedResourcesImpl. 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 collectedAttributeConverter
definitions.Methods in org.hibernate.boot.spi with parameters of type ConverterDescriptor Modifier and Type Method Description void
InFlightMetadataCollector. addAttributeConverter(ConverterDescriptor descriptor)
Deprecated.MetadataBuilder
AbstractDelegatingMetadataBuilderImplementor. applyAttributeConverter(ConverterDescriptor descriptor)
-
Uses of ConverterDescriptor in org.hibernate.cfg
Methods in org.hibernate.cfg with parameters of type ConverterDescriptor Modifier and Type Method Description Configuration
Configuration. addAttributeConverter(ConverterDescriptor converterDescriptor)
Adds anConverterDescriptor
instance to this configuration. -
Uses of ConverterDescriptor in org.hibernate.mapping
Methods in org.hibernate.mapping that return ConverterDescriptor Modifier and Type Method Description protected ConverterDescriptor
SimpleValue. getAttributeConverterDescriptor()
ConverterDescriptor
SimpleValue. getJpaAttributeConverterDescriptor()
Methods in org.hibernate.mapping with parameters of type ConverterDescriptor Modifier and Type Method Description protected void
SimpleValue. setAttributeConverterDescriptor(ConverterDescriptor descriptor)
void
BasicValue. setJpaAttributeConverterDescriptor(ConverterDescriptor descriptor)
void
SimpleValue. 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()
-