| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Differ | |
|---|---|
| oracle.javatools.db.diff | Contains a metadata driven differ of database objects. | 
| Uses of Differ in oracle.javatools.db.diff | 
|---|
| Classes in oracle.javatools.db.diff that implement Differ | |
|---|---|
|  class | GenericArrayDifferDiffer that identifies arrays and uses a list diff to diff them. | 
|  class | GenericBeanDifferDiffer for any object that uses the PropertyInfos provided by PropertyIterator and diffs the values for those PropertyInfos using the engine. | 
|  class | GenericIDDiffer | 
|  class | GenericMapDifferDiffer to diff two maps by key/value pairs. | 
|  class | GenericNameDifferGeneric differ that only diffs the name of a bean, all other properties are ignored. | 
|  class | GenericSchemaDifferDeprecated. - use a GenericNameDiffer if you only want to diff the name of objects. | 
|  class | GenericToStringDifferDiffer that will compare two objects if the ToStringManager can convert them to Strings. | 
|  class | IDByNameDifferDiffer that diffs IDs by resolving them and comparing the resulting objects using DBUtil#getNameComparator() | 
|  class | ListDifferDiffer of lists that uses the Comparators registered with the underlying DiffEngine to compare elements in the two lists to assess whether the contents are different. | 
|  class | OrderedListDifferDeprecated. ListDiffer has a boolean arg to constructor for order diffing | 
| Methods in oracle.javatools.db.diff with parameters of type Differ | |
|---|---|
|  void | DiffEngine.registerDiffer(Differ d, java.lang.Class c)Registers a given Differ implementation with an object type (to be used by only this DiffEngine instance) | 
|  void | DiffEngine.registerListDiffer(Differ d, java.lang.Class c)Registers a given Differ implementation with a List of object type (to be used by only this DiffEngine instances) | 
| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||