Package org.hibernate.models.spi
Interface AttributeDescriptor<T>
- All Known Implementing Classes:
AttributeDescriptorImpl
public interface AttributeDescriptor<T>
Descriptor for an annotation attribute
-
Method Summary
Modifier and TypeMethodDescriptionThe attribute method.getName()The name of the attribute.Descriptor for this attribute's typedefault boolean
-
Method Details
-
getName
String getName()The name of the attribute. -
getTypeDescriptor
ValueTypeDescriptor<T> getTypeDescriptor()Descriptor for this attribute's type -
getAttributeMethod
Method getAttributeMethod()The attribute method. -
isMultiValued
default boolean isMultiValued()
-