Interface Candidate

    • Method Detail

      • getObject

        java.lang.Object getObject()
        Returns the persistent object that is represented by this query Candidate.
        Returns:
        Object the persistent object.
      • include

        void include​(boolean flag)
        Specify whether the Candidate is to be included in the result

        This method may be called multiple times. The last call prevails.
        Parameters:
        flag - true to include that object. False otherwise.