Uses of Interface
org.hibernate.boot.model.convert.spi.ConverterDescriptor
Packages that use ConverterDescriptor
Package
Description
This package contains the interfaces that make up the bootstrap API
for Hibernate.
Defines the SPI of a
registry
of JPA
AttributeConverter
s.Defines an SPI used during the process of transforming
mapping sources into
the
Metadata
reference.A range of SPIs allowing integration with—and customization of—the process of building metadata.
This package defines APIs for configuring Hibernate.
This package defines the Hibernate configuration-time mapping model.
-
Uses of ConverterDescriptor in org.hibernate.boot
Methods in org.hibernate.boot with parameters of type ConverterDescriptorModifier and TypeMethodDescriptionMetadataBuilder.applyAttributeConverter
(ConverterDescriptor<?, ?> descriptor) Adds an AttributeConverter by aConverterDescriptor
-
Uses of ConverterDescriptor in org.hibernate.boot.model.convert.spi
Methods in org.hibernate.boot.model.convert.spi that return ConverterDescriptorModifier and TypeMethodDescriptionConverterDescriptor
<?, ?> RegisteredConversion.converterDescriptor()
Returns the value of theconverterDescriptor
record component.ConverterDescriptor
<?, ?> ConverterAutoApplyHandler.findAutoApplyConverterForAttribute
(org.hibernate.models.spi.MemberDetails attributeMember, 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.models.spi.MemberDetails attributeMember, 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.models.spi.MemberDetails attributeMember, 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.models.spi.MemberDetails memberDetails, MetadataBuildingContext context) ConverterDescriptor
<?, ?> AutoApplicableConverterDescriptor.getAutoAppliedConverterDescriptorForCollectionElement
(org.hibernate.models.spi.MemberDetails memberDetails, MetadataBuildingContext context) ConverterDescriptor
<?, ?> AutoApplicableConverterDescriptor.getAutoAppliedConverterDescriptorForMapKey
(org.hibernate.models.spi.MemberDetails memberDetails, MetadataBuildingContext context) ConverterDescriptor
<?, ?> RegisteredConversion.getConverterDescriptor()
Methods in org.hibernate.boot.model.convert.spi with parameters of type ConverterDescriptorModifier and TypeMethodDescriptionvoid
ConverterRegistry.addAttributeConverter
(ConverterDescriptor<?, ?> descriptor) Apply the descriptor for anAttributeConverter
Constructors in org.hibernate.boot.model.convert.spi with parameters of type ConverterDescriptorModifierConstructorDescriptionRegisteredConversion
(Class<?> explicitDomainType, Class<? extends AttributeConverter<?, ?>> converterType, boolean autoApply, ConverterDescriptor<?, ?> converterDescriptor) Creates an instance of aRegisteredConversion
record class. -
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 ConverterDescriptorModifier and TypeMethodDescriptionManagedResources.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 ConverterDescriptorModifier and TypeMethodDescriptionBootstrapContext.getAttributeConverters()
Access to collectedAttributeConverter
definitions.Methods in org.hibernate.boot.spi with parameters of type ConverterDescriptorModifier and TypeMethodDescriptionvoid
InFlightMetadataCollector.addAttributeConverter
(ConverterDescriptor<?, ?> descriptor) Deprecated.AbstractDelegatingMetadataBuilderImplementor.applyAttributeConverter
(ConverterDescriptor<?, ?> descriptor) -
Uses of ConverterDescriptor in org.hibernate.cfg
Methods in org.hibernate.cfg with parameters of type ConverterDescriptorModifier and TypeMethodDescriptionConfiguration.addAttributeConverter
(ConverterDescriptor<?, ?> converterDescriptor) Adds anConverterDescriptor
instance to this configuration. -
Uses of ConverterDescriptor in org.hibernate.mapping
Methods in org.hibernate.mapping that return ConverterDescriptorModifier and TypeMethodDescriptionprotected ConverterDescriptor
<?, ?> SimpleValue.getAttributeConverterDescriptor()
ConverterDescriptor
<?, ?> SimpleValue.getJpaAttributeConverterDescriptor()
Methods in org.hibernate.mapping with parameters of type ConverterDescriptorModifier and TypeMethodDescriptionprotected void
SimpleValue.setAttributeConverterDescriptor
(ConverterDescriptor<?, ?> descriptor) void
BasicValue.setJpaAttributeConverterDescriptor
(ConverterDescriptor<?, ?> descriptor) void
SimpleValue.setJpaAttributeConverterDescriptor
(ConverterDescriptor<?, ?> descriptor)
InFlightMetadataCollector.getConverterRegistry()