Annotation Type FetchPlan

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String[] fetchGroups
      The fetch groups in this fetch plan.
      int fetchSize
      The number of instances of multi-valued fields retrieved by queries.
      int maxFetchDepth
      The depth of references to instantiate, starting with the root object.
      String name
      Name of the fetch plan.
    • Element Detail

      • name

        String name
        Name of the fetch plan.
        Returns:
        the name of the fetch plan
        Default:
        ""
      • fetchGroups

        String[] fetchGroups
        The fetch groups in this fetch plan.
        Returns:
        the fetch groups
        Default:
        {}
      • maxFetchDepth

        int maxFetchDepth
        The depth of references to instantiate, starting with the root object.
        Returns:
        the maxium fetch depth
        Default:
        1
      • fetchSize

        int fetchSize
        The number of instances of multi-valued fields retrieved by queries.
        Returns:
        the fetch size
        Default:
        0