public abstract class AbstractFieldMapping extends AbstractMapping
IMapping
that is wrapping the runtime representation of a persistent field.isProperty| Modifier and Type | Method and Description |
|---|---|
java.lang.reflect.Field |
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, toStringpublic java.lang.reflect.Field getMember()
Member wrapped by this mapping, which represents a persistent attribute.getMember in class AbstractMappingMemberpublic 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