public class AttributeConverterDescriptorNonAutoApplicableImpl extends java.lang.Object implements AttributeConverterDescriptor
| Constructor and Description |
|---|
AttributeConverterDescriptorNonAutoApplicableImpl(javax.persistence.AttributeConverter converter) |
| Modifier and Type | Method and Description |
|---|---|
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 AttributeConverterDescriptorNonAutoApplicableImpl(javax.persistence.AttributeConverter converter)
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.