Uses of Interface
com.orchestranetworks.service.comparison.ExtraOccurrenceOnRight
-
Packages that use ExtraOccurrenceOnRight Package Description com.orchestranetworks.service.comparison Provides classes and interfaces for to compute differences between adaptations, homes and examine the results. -
-
Uses of ExtraOccurrenceOnRight in com.orchestranetworks.service.comparison
Methods in com.orchestranetworks.service.comparison that return ExtraOccurrenceOnRight Modifier and Type Method Description ExtraOccurrenceOnRightDifferenceBetweenTables. getExtraOccurrenceOnRight(PrimaryKey aKey)Methods in com.orchestranetworks.service.comparison that return types with arguments of type ExtraOccurrenceOnRight Modifier and Type Method Description List<ExtraOccurrenceOnRight>DifferenceBetweenTables. getExtraOccurrencesOnRight()Returns the extra records on the right.Method parameters in com.orchestranetworks.service.comparison with type arguments of type ExtraOccurrenceOnRight Modifier and Type Method Description voidDifferenceBetweenTables. getExtraOccurrencesOnRight(List<? super ExtraOccurrenceOnRight> aCollection)Adds the extra records on the right side to the specified collection.
-