public class AttributeConverterManager extends java.lang.Object implements AttributeConverterAutoApplyHandler
Constructor and Description |
---|
AttributeConverterManager() |
Modifier and Type | Method and Description |
---|---|
AttributeConverterDescriptor |
findAutoApplyConverterForAttribute(org.hibernate.annotations.common.reflection.XProperty xProperty,
MetadataBuildingContext context) |
AttributeConverterDescriptor |
findAutoApplyConverterForCollectionElement(org.hibernate.annotations.common.reflection.XProperty xProperty,
MetadataBuildingContext context) |
AttributeConverterDescriptor |
findAutoApplyConverterForMapKey(org.hibernate.annotations.common.reflection.XProperty xProperty,
MetadataBuildingContext context) |
public AttributeConverterDescriptor findAutoApplyConverterForAttribute(org.hibernate.annotations.common.reflection.XProperty xProperty, MetadataBuildingContext context)
findAutoApplyConverterForAttribute
in interface AttributeConverterAutoApplyHandler
public AttributeConverterDescriptor findAutoApplyConverterForCollectionElement(org.hibernate.annotations.common.reflection.XProperty xProperty, MetadataBuildingContext context)
findAutoApplyConverterForCollectionElement
in interface AttributeConverterAutoApplyHandler
public AttributeConverterDescriptor findAutoApplyConverterForMapKey(org.hibernate.annotations.common.reflection.XProperty xProperty, MetadataBuildingContext context)
findAutoApplyConverterForMapKey
in interface AttributeConverterAutoApplyHandler
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.