JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.db4o.config
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 Summary
Methods
Modifier and Type
Method and Description
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.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method