Interface Compare

  • All Known Implementing Classes:
    Entry

    public interface Compare
    allows special comparison behaviour during query evaluation.

    db4o will use the Object returned by the compare() method for all query comparisons.
    • Method Detail

      • compare

        java.lang.Object compare()
        return the Object to be compared during query evaluation.