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 AttributeConverterDescriptor
public Class<?> getDomainType()
getDomainType
in interface AttributeConverterDescriptor
public Class<?> getJdbcType()
getJdbcType
in interface AttributeConverterDescriptor
public boolean shouldAutoApplyToAttribute(org.hibernate.annotations.common.reflection.XProperty xProperty, MetadataBuildingContext context)
shouldAutoApplyToAttribute
in interface AttributeConverterDescriptor
public boolean shouldAutoApplyToCollectionElement(org.hibernate.annotations.common.reflection.XProperty xProperty, MetadataBuildingContext context)
shouldAutoApplyToCollectionElement
in interface AttributeConverterDescriptor
public boolean shouldAutoApplyToMapKey(org.hibernate.annotations.common.reflection.XProperty xProperty, MetadataBuildingContext context)
shouldAutoApplyToMapKey
in interface AttributeConverterDescriptor
Copyright © 2001-2016 Red Hat, Inc. All Rights Reserved.