接口 ConverterAutoApplyHandler
-
- 所有已知实现类:
AttributeConverterManager
public interface ConverterAutoApplyHandler- 作者:
- Steve Ebersole
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 ConverterDescriptorfindAutoApplyConverterForAttribute(org.hibernate.annotations.common.reflection.XProperty xProperty, MetadataBuildingContext context)ConverterDescriptorfindAutoApplyConverterForCollectionElement(org.hibernate.annotations.common.reflection.XProperty xProperty, MetadataBuildingContext context)ConverterDescriptorfindAutoApplyConverterForMapKey(org.hibernate.annotations.common.reflection.XProperty xProperty, MetadataBuildingContext context)
-
-
-
方法详细资料
-
findAutoApplyConverterForAttribute
ConverterDescriptor findAutoApplyConverterForAttribute(org.hibernate.annotations.common.reflection.XProperty xProperty, MetadataBuildingContext context)
-
findAutoApplyConverterForCollectionElement
ConverterDescriptor findAutoApplyConverterForCollectionElement(org.hibernate.annotations.common.reflection.XProperty xProperty, MetadataBuildingContext context)
-
findAutoApplyConverterForMapKey
ConverterDescriptor findAutoApplyConverterForMapKey(org.hibernate.annotations.common.reflection.XProperty xProperty, MetadataBuildingContext context)
-
-