Annotation Type XmlContainerProperty


  • @Target({FIELD,METHOD})
    @Retention(RUNTIME)
    @Deprecated
    public @interface XmlContainerProperty
    Deprecated.
    As of EclipseLink 2.0, replaced by XmlInverseReference.
    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

      Required Elements 
      Modifier and Type Required Element Description
      String value
      Deprecated.
      The name of the back pointer attribute on the target class
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String getMethodName
      Deprecated.
      The get method to be invoked when accessing the back pointer
      String setMethodName
      Deprecated.
      The set method to be used when setting the back pointer
    • Element Detail

      • value

        String value
        Deprecated.
        The name of the back pointer attribute on the target class
      • getMethodName

        String getMethodName
        Deprecated.
        The get method to be invoked when accessing the back pointer
        Default:
        ""
      • setMethodName

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