public abstract class AbstractMethodMapping extends AbstractMapping
IMapping
that is wrapping the runtime representation of a property.isProperty
Modifier and Type | Method and Description |
---|---|
java.lang.reflect.Method |
getMember()
Returns the Java
Member wrapped by this mapping, which represents a persistent attribute. |
boolean |
hasAnnotation(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
Determines whether the given annotation is present on this type.
|
compareTo, getMappingType, getName, getParent, getType, getTypeDeclaration, isCollection, isProperty, isRelationship, isTransient, toString
public java.lang.reflect.Method getMember()
Member
wrapped by this mapping, which represents a persistent attribute.getMember
in class AbstractMapping
Member
public boolean hasAnnotation(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
annotationType
- The class of the annotationtrue
if the annotation is defined on this type; false
otherwiseEclipseLink 2.4.2, "build v20130514-5956486" API Reference