public class AttributeConverterDescriptorImpl extends java.lang.Object implements AttributeConverterDescriptor
| Modifier and Type | Method and Description |
|---|---|
static AttributeConverterDescriptor |
create(AttributeConverterDefinition definition,
ClassmateContext classmateContext) |
javax.persistence.AttributeConverter |
getAttributeConverter() |
java.lang.Class<?> |
getDomainType() |
java.lang.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 static AttributeConverterDescriptor create(AttributeConverterDefinition definition, ClassmateContext classmateContext)
public javax.persistence.AttributeConverter getAttributeConverter()
getAttributeConverter in interface AttributeConverterDescriptorpublic java.lang.Class<?> getDomainType()
getDomainType in interface AttributeConverterDescriptorpublic java.lang.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-2018 Red Hat, Inc. All Rights Reserved.