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 AttributeConverterDescriptor
public java.lang.Class<?> getDomainType()
getDomainType
in interface AttributeConverterDescriptor
public java.lang.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-2018 Red Hat, Inc. All Rights Reserved.