Interface DetachState

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int DETACH_ALL
      Mode to detach all fields.
      static int DETACH_FETCH_GROUPS
      Mode to detach all fields in the current fetch groups.
      static int DETACH_FGS
      Deprecated. 
      static int DETACH_LOADED
      Mode to detach all currently-loaded fields.
    • Field Detail

      • DETACH_FETCH_GROUPS

        static final int DETACH_FETCH_GROUPS
        Mode to detach all fields in the current fetch groups.
        Since:
        0.9.8
        See Also:
        Constant Field Values
      • DETACH_LOADED

        static final int DETACH_LOADED
        Mode to detach all currently-loaded fields.
        See Also:
        Constant Field Values