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 |
targetAttribute
public abstract java.lang.String targetAttribute
- The name of the back pointer attribute on the target class