|
EclipseLink 1.1.4, build 'v20100812-r7860' API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value={FIELD,METHOD}) @Retention(value=RUNTIME) public @interface XmlContainerProperty
This annotation indicates a transient property on the target object of this field that refers back to the owning object.
Required Element Summary | |
---|---|
java.lang.String |
value
The name of the back pointer attribute on the target class |
Optional Element Summary | |
---|---|
java.lang.String |
getMethodName
The get method to be invoked when accessing the back pointer |
java.lang.String |
setMethodName
The set method to be used when setting the back pointer |
Element Detail |
---|
public abstract java.lang.String value
public abstract java.lang.String getMethodName
public abstract java.lang.String setMethodName
|
EclipseLink 1.1.4, build 'v20100812-r7860' API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |