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.model.convert.spi Defines the SPI of a registry of JPAAttributeConverters.org.hibernate.boot.model.process.spi Defines an SPI used during the process of transforming mapping sources into theMetadatareference.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. -
-
Uses of ConverterDescriptor in org.hibernate.boot
Methods in org.hibernate.boot that return ConverterDescriptor Modifier and Type Method Description ConverterDescriptorAttributeConverterInfo. 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 MetadataBuilderMetadataBuilder. 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 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()Methods in org.hibernate.boot.model.convert.spi with parameters of type ConverterDescriptor Modifier and Type Method Description voidConverterRegistry. addAttributeConverter(ConverterDescriptor descriptor)Apply the descriptor for anAttributeConverter -
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 collectedAttributeConverterdefinitions.Methods in org.hibernate.boot.spi with parameters of type ConverterDescriptor Modifier and Type Method Description voidInFlightMetadataCollector. addAttributeConverter(ConverterDescriptor descriptor)Deprecated.MetadataBuilderAbstractDelegatingMetadataBuilderImplementor. 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 ConfigurationConfiguration. addAttributeConverter(ConverterDescriptor converterDescriptor)Adds anConverterDescriptorinstance to this configuration. -
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)
-