Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

Uses of Class
oracle.javatools.db.diff.DiffContext

Packages that use DiffContext
oracle.javatools.db.diff Contains a metadata driven differ of database objects. 
 

Uses of DiffContext in oracle.javatools.db.diff
 

Methods in oracle.javatools.db.diff that return DiffContext
 DiffContext DiffEngine.diff(java.util.List a, java.util.List b, ResultSet r, DiffContext dc)
          Diff the given object lists with the prepared context.
 DiffContext DiffEngine.diff(java.lang.Object[] a, java.lang.Object[] b)
          Diff the given objects.
 DiffContext DiffEngine.diff(java.lang.Object[] a, java.lang.Object[] b, ResultSet r)
          Diff the given object arrays.
 DiffContext DiffEngine.diff(java.lang.Object[] a, java.lang.Object[] b, ResultSet r, DiffContext dc)
          Diff the given object arrays with the prepared context.
 DiffContext DiffEngine.diff(java.lang.Object a, java.lang.Object b)
          Diff the given objects.
 DiffContext DiffEngine.diff(java.lang.Object a, java.lang.Object b, ResultSet r, DiffContext dc)
          Diff the given objects with the prepared context.
 

Methods in oracle.javatools.db.diff with parameters of type DiffContext
 DiffContext DiffEngine.diff(java.util.List a, java.util.List b, ResultSet r, DiffContext dc)
          Diff the given object lists with the prepared context.
 DiffContext DiffEngine.diff(java.lang.Object[] a, java.lang.Object[] b, ResultSet r, DiffContext dc)
          Diff the given object arrays with the prepared context.
 boolean GenericToStringDiffer.diff(java.lang.Object a, java.lang.Object b, ResultSet r, DiffContext c)
           
 boolean GenericIDDiffer.diff(java.lang.Object a, java.lang.Object b, ResultSet r, DiffContext c)
           
 boolean GenericSchemaDiffer.diff(java.lang.Object a, java.lang.Object b, ResultSet r, DiffContext c)
          Deprecated.  
 boolean Differ.diff(java.lang.Object a, java.lang.Object b, ResultSet r, DiffContext c)
          Diff two objects and place any results in the DiffContext.
 boolean GenericBeanDiffer.diff(java.lang.Object a, java.lang.Object b, ResultSet r, DiffContext c)
          If the objects being diffed are beans this method returns true - i.e.
 boolean IDByNameDiffer.diff(java.lang.Object a, java.lang.Object b, ResultSet r, DiffContext c)
           
 boolean GenericArrayDiffer.diff(java.lang.Object a, java.lang.Object b, ResultSet rs, DiffContext c)
           
 boolean ListDiffer.diff(java.lang.Object a, java.lang.Object b, ResultSet rlist, DiffContext dc)
           
 boolean GenericMapDiffer.diff(java.lang.Object a, java.lang.Object b, ResultSet r, DiffContext c)
           
 DiffContext DiffEngine.diff(java.lang.Object a, java.lang.Object b, ResultSet r, DiffContext dc)
          Diff the given objects with the prepared context.
protected  ResultSet GenericBeanDiffer.diffProperty(java.lang.Object a, java.lang.Object b, ResultSet r, DiffContext c, PropertyInfo prop)
          Three types of property are supported
1) those that convert to strings - convert to strings and compare
2) array properties - diff them with the engine as lists
3) other objects - let the diff engine decide what to do with them
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

Copyright © 1997, 2010, Oracle. All rights reserved.