接口的使用
org.hibernate.boot.model.convert.spi.ConverterDescriptor
-
使用ConverterDescriptor的程序包 程序包 说明 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.spi org.hibernate.cfg This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel.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 This package defines the Hibernate configuration-time metamodel. -
-
org.hibernate.boot中ConverterDescriptor的使用
返回ConverterDescriptor的org.hibernate.boot中的方法 修饰符和类型 方法 说明 ConverterDescriptorAttributeConverterInfo. toConverterDescriptor(MetadataBuildingContext context) -
org.hibernate.boot.internal中ConverterDescriptor的使用
参数类型为ConverterDescriptor的org.hibernate.boot.internal中的方法 修饰符和类型 方法 说明 voidInFlightMetadataCollectorImpl. addAttributeConverter(ConverterDescriptor descriptor) -
org.hibernate.boot.model.convert.internal中ConverterDescriptor的使用
实现ConverterDescriptor的org.hibernate.boot.model.convert.internal中的类 修饰符和类型 类 说明 classAbstractConverterDescriptorclassClassBasedConverterDescriptorConverterDescriptor implementation for cases where we know the AttributeConverter Class.classInstanceBasedConverterDescriptorConverterDescriptor implementation for cases where we are handed the AttributeConverter instance to use.返回ConverterDescriptor的org.hibernate.boot.model.convert.internal中的方法 修饰符和类型 方法 说明 ConverterDescriptorAttributeConverterManager. findAutoApplyConverterForAttribute(org.hibernate.annotations.common.reflection.XProperty xProperty, MetadataBuildingContext context)ConverterDescriptorAttributeConverterManager. findAutoApplyConverterForCollectionElement(org.hibernate.annotations.common.reflection.XProperty xProperty, MetadataBuildingContext context)ConverterDescriptorAttributeConverterManager. findAutoApplyConverterForMapKey(org.hibernate.annotations.common.reflection.XProperty xProperty, 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)参数类型为ConverterDescriptor的org.hibernate.boot.model.convert.internal中的方法 修饰符和类型 方法 说明 voidAttributeConverterManager. addConverter(ConverterDescriptor descriptor)参数类型为ConverterDescriptor的org.hibernate.boot.model.convert.internal中的构造器 构造器 说明 AutoApplicableConverterDescriptorStandardImpl(ConverterDescriptor linkedConverterDescriptor) -
org.hibernate.boot.model.convert.spi中ConverterDescriptor的使用
返回ConverterDescriptor的org.hibernate.boot.model.convert.spi中的方法 修饰符和类型 方法 说明 ConverterDescriptorConverterAutoApplyHandler. findAutoApplyConverterForAttribute(org.hibernate.annotations.common.reflection.XProperty xProperty, MetadataBuildingContext context)ConverterDescriptorConverterAutoApplyHandler. findAutoApplyConverterForCollectionElement(org.hibernate.annotations.common.reflection.XProperty xProperty, MetadataBuildingContext context)ConverterDescriptorConverterAutoApplyHandler. findAutoApplyConverterForMapKey(org.hibernate.annotations.common.reflection.XProperty xProperty, MetadataBuildingContext context)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) -
org.hibernate.boot.spi中ConverterDescriptor的使用
参数类型为ConverterDescriptor的org.hibernate.boot.spi中的方法 修饰符和类型 方法 说明 voidInFlightMetadataCollector. addAttributeConverter(ConverterDescriptor descriptor) -
org.hibernate.cfg中ConverterDescriptor的使用
返回ConverterDescriptor的org.hibernate.cfg中的方法 修饰符和类型 方法 说明 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)ConverterDescriptorAttributeConverterDefinition. toConverterDescriptor(MetadataBuildingContext context)已过时。 -
org.hibernate.cfg.annotations中ConverterDescriptor的使用
参数类型为ConverterDescriptor的org.hibernate.cfg.annotations中的方法 修饰符和类型 方法 说明 voidSimpleValueBinder. setType(org.hibernate.annotations.common.reflection.XProperty property, org.hibernate.annotations.common.reflection.XClass returnedClass, String declaringClassName, ConverterDescriptor attributeConverterDescriptor) -
org.hibernate.cfg.annotations.reflection中ConverterDescriptor的使用
参数类型为ConverterDescriptor的org.hibernate.cfg.annotations.reflection中的方法 修饰符和类型 方法 说明 voidAttributeConverterDefinitionCollector. addAttributeConverter(ConverterDescriptor descriptor) -
org.hibernate.mapping中ConverterDescriptor的使用
参数类型为ConverterDescriptor的org.hibernate.mapping中的方法 修饰符和类型 方法 说明 voidSimpleValue. setJpaAttributeConverterDescriptor(ConverterDescriptor descriptor)
-