public class EclipseLinkFieldMapping extends AbstractFieldMapping
IMapping
that is wrapping the runtime representation of an EclipseLink mapping that is represented by a
persistent attribute.isProperty| Constructor and Description |
|---|
EclipseLinkFieldMapping(IManagedType parent,
java.lang.reflect.Field field)
Creates a new
EclipseLinkFieldMapping. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isCollection()
Determines whether this
IMapping is a collection type mapping. |
boolean |
isRelationship()
Determines whether this
IMapping is a relationship type mapping. |
getMember, hasAnnotationcompareTo, getMappingType, getName, getParent, getType, getTypeDeclaration, isProperty, isTransient, toStringpublic EclipseLinkFieldMapping(IManagedType parent, java.lang.reflect.Field field)
EclipseLinkFieldMapping.parent - The parent of this mappingfield - The Java field wrapped by this mappingpublic boolean isCollection()
IMapping is a collection type mapping.isCollection in interface IMappingisCollection in class AbstractMappingtrue if this IMapping is a collection mapping;
false otherwisepublic boolean isRelationship()
IMapping is a relationship type mapping.isRelationship in interface IMappingisRelationship in class AbstractMappingtrue if this IMapping is a relationship mapping;
false otherwiseEclipseLink 2.4.2, "build v20130514-5956486" API Reference