public class GenericDiffEngine
extends java.lang.Object
| Constructor and Description |
|---|
GenericDiffEngine() |
| Modifier and Type | Method and Description |
|---|---|
static DiffEngine |
getDiffEngine(boolean strictIDComparison)
Returns a fresh, generic diff engine.
|
static DiffEngine |
getDiffEngine(boolean strictIDComparison, boolean sqlTextCompare)
Returns a fresh, generic diff engine.
|
public static DiffEngine getDiffEngine(boolean strictIDComparison)
strictIDComparison - - whether to strictly or loosely compare IDs.public static DiffEngine getDiffEngine(boolean strictIDComparison, boolean sqlTextCompare)
strictIDComparison - - whether to strictly or loosely compare IDs.sqlTextCompare - - whether to compare SQLFragments by their text only.