public interface AttributeConverterAutoApplyHandler
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) |
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)
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.