public class AttributeConverterDescriptorNonAutoApplicableImpl extends Object implements AttributeConverterDescriptor
| Constructor and Description |
|---|
AttributeConverterDescriptorNonAutoApplicableImpl(AttributeConverter converter) |
| Modifier and Type | Method and Description |
|---|---|
AttributeConverter |
getAttributeConverter() |
Class<?> |
getDomainType() |
Class<?> |
getJdbcType() |
boolean |
shouldAutoApplyToAttribute(org.hibernate.annotations.common.reflection.XProperty xProperty,
MetadataBuildingContext context) |
boolean |
shouldAutoApplyToCollectionElement(org.hibernate.annotations.common.reflection.XProperty xProperty,
MetadataBuildingContext context) |
boolean |
shouldAutoApplyToMapKey(org.hibernate.annotations.common.reflection.XProperty xProperty,
MetadataBuildingContext context) |
public AttributeConverterDescriptorNonAutoApplicableImpl(AttributeConverter converter)
public AttributeConverter getAttributeConverter()
getAttributeConverter in interface AttributeConverterDescriptorpublic Class<?> getDomainType()
getDomainType in interface AttributeConverterDescriptorpublic Class<?> getJdbcType()
getJdbcType in interface AttributeConverterDescriptorpublic boolean shouldAutoApplyToAttribute(org.hibernate.annotations.common.reflection.XProperty xProperty,
MetadataBuildingContext context)
shouldAutoApplyToAttribute in interface AttributeConverterDescriptorpublic boolean shouldAutoApplyToCollectionElement(org.hibernate.annotations.common.reflection.XProperty xProperty,
MetadataBuildingContext context)
shouldAutoApplyToCollectionElement in interface AttributeConverterDescriptorpublic boolean shouldAutoApplyToMapKey(org.hibernate.annotations.common.reflection.XProperty xProperty,
MetadataBuildingContext context)
shouldAutoApplyToMapKey in interface AttributeConverterDescriptorCopyright © 2001-2016 Red Hat, Inc. All Rights Reserved.