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
      java.lang.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
      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

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

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

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