| Package | Description |
|---|---|
| com.orchestranetworks.service.comparison |
Provides classes and interfaces for to compute differences between
adaptations, homes and examine the results.
|
| Modifier and Type | Method and Description |
|---|---|
ExtraOccurrenceOnLeft |
DifferenceBetweenTables.getExtraOccurrenceOnLeft(PrimaryKey aKey) |
| Modifier and Type | Method and Description |
|---|---|
List<ExtraOccurrenceOnLeft> |
DifferenceBetweenTables.getExtraOccurrencesOnLeft()
Returns the extra records on the left side.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DifferenceBetweenTables.getExtraOccurrencesOnLeft(List<? super ExtraOccurrenceOnLeft> aCollection)
Adds the extra records on the left side to the specified collection.
|