EclipseLink 2.0.0, build 'v20091121-r5847' API Reference

org.eclipse.persistence.oxm.annotations
Annotation Type XmlBidirectional


@Target(value={FIELD,METHOD})
@Retention(value=RUNTIME)
public @interface XmlBidirectional

This annotation indicates a transient property on the target object of this field that refers back to the owning object. Used with key based mappings or containment mappings.

Author:
Matt

Required Element Summary
 java.lang.String targetAttribute
          The name of the back pointer attribute on the target class
 

Element Detail

targetAttribute

public abstract java.lang.String targetAttribute
The name of the back pointer attribute on the target class


EclipseLink 2.0.0, build 'v20091121-r5847' API Reference