db4o 7.4

com.db4o.config
Interface Compare


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 Summary
 java.lang.Object compare()
          return the Object to be compared during query evaluation.
 

Method Detail

compare

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


db4o 7.4

Copyright 2007 db4objects Inc. All rights reserved.