- interface DuplicateResolver
Determines whether a given record is deemed to exist in a datastore
already according to rules defined by the implementation.
Potential implementations consider records duplicate if the key exists,
if every field matches an existing record, or somewhere in between.
|
Method Summary |
boolean |
exists(java.lang.Object bean)
Test whether the bean is already represented in the datastore
according to the matching rules of the implementation. |
about
public static final java.lang.String about
- CVS info about this class and its current version
- See Also:
- Constant Field Values
exists
public boolean exists(java.lang.Object bean)
- Test whether the bean is already represented in the datastore
according to the matching rules of the implementation.