public abstract class DataComparator extends Object
| Modifier and Type | Class and Description |
|---|---|
protected class |
DataComparator.PathInfo |
| Modifier and Type | Field and Description |
|---|---|
protected static int |
ASCENDING |
protected static int |
DESCENDING |
protected List<DataComparator.PathInfo> |
paths |
| Constructor and Description |
|---|
DataComparator() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAscending(Property property) |
void |
addDescending(Property property) |
protected int |
comp(Object ep1,
Object ep2) |
protected int |
compare(DataObject vo1,
DataObject vo2) |
protected Object |
findEndpoint(DataObject targetObject,
Property property,
Path path,
int pathIndex) |
protected static int ASCENDING
protected static int DESCENDING
protected List<DataComparator.PathInfo> paths
public void addAscending(Property property)
public void addDescending(Property property)
protected int compare(DataObject vo1, DataObject vo2)
protected Object findEndpoint(DataObject targetObject, Property property, Path path, int pathIndex)
Copyright © 2017. All rights reserved.