Package org.hibernate.models.spi
Interface MutableAnnotationUsage<A extends Annotation>
- All Superinterfaces:
AnnotationUsage<A>
- All Known Implementing Classes:
DynamicAnnotationUsage,JandexAnnotationUsage,JdkAnnotationUsage
Specialization of AnnotationUsage allowing mutation of its attribute values
-
Method Summary
Modifier and TypeMethodDescription<V> VsetAttributeValue(String name, V value) Set thevalueof the named attributeMethods inherited from interface org.hibernate.models.spi.AnnotationUsage
findAttributeValue, getAnnotationDescriptor, getAnnotationTarget, getAnnotationType, getAttributeValue, getAttributeValue, getAttributeValue, getAttributeValue, getBoolean, getBoolean, getBoolean, getByte, getByte, getByte, getClassDetails, getClassDetails, getClassDetails, getDouble, getDouble, getDouble, getEnum, getEnum, getEnum, getEnum, getEnum, getEnum, getFloat, getFloat, getFloat, getInteger, getInteger, getInteger, getList, getList, getList, getLong, getLong, getLong, getNestedUsage, getNestedUsage, getNestedUsage, getShort, getShort, getShort, getString, getString, getString, toAnnotation
-
Method Details
-
setAttributeValue
Set thevalueof the named attribute
-