Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle TopLink
11g Release 1 (11.1.1)

E28847-01


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


Deprecated. As of EclipseLink 2.0, replaced by XmlInverseReference.

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

This annotation indicates a transient property on the target object of this field that refers back to the owning object.

Author:
Matt

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

 

Optional Element Summary
 java.lang.String getMethodName
          Deprecated. The get method to be invoked when accessing the back pointer
 java.lang.String setMethodName
          Deprecated. The set method to be used when setting the back pointer

 

Element Detail

value

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

getMethodName

public abstract java.lang.String getMethodName
Deprecated. 
The get method to be invoked when accessing the back pointer
Default:
""

setMethodName

public abstract java.lang.String setMethodName
Deprecated. 
The set method to be used when setting the back pointer
Default:
""

Skip navigation links

Copyright © 1998, 2012, Oracle. All Rights Reserved.