| Constructor and Description |
|---|
DBObjectIDDiffer(boolean strict)
Create a new Differ for DBObjectIDs.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
diff(java.lang.Object a,
java.lang.Object b,
ResultSet r,
DiffContext c)
Diff two objects and place any results in the DiffContext.
|
public DBObjectIDDiffer(boolean strict)
strict - whether to perform a strict equals on the idsDBObjectID.equals(DBObjectID,boolean)public boolean diff(java.lang.Object a,
java.lang.Object b,
ResultSet r,
DiffContext c)
Differ