Uses of Class
org.apache.jdo.tck.util.EqualityHelper

Packages that use EqualityHelper
org.apache.jdo.tck.pc.company   
org.apache.jdo.tck.util   
 

Uses of EqualityHelper in org.apache.jdo.tck.pc.company
 

Methods in org.apache.jdo.tck.pc.company with parameters of type EqualityHelper
 boolean Company.deepCompareFields(DeepEquality other, EqualityHelper helper)
          Returns true if all the fields of this instance are deep equal to the coresponding fields of the specified Person.
 boolean DentalInsurance.deepCompareFields(DeepEquality other, EqualityHelper helper)
          Returns true if all the fields of this instance are deep equal to the coresponding fields of the specified Person.
 boolean Department.deepCompareFields(DeepEquality other, EqualityHelper helper)
          Returns true if all the fields of this instance are deep equal to the coresponding fields of the specified Person.
 boolean FullTimeEmployee.deepCompareFields(DeepEquality other, EqualityHelper helper)
          Returns true if all the fields of this instance are deep equal to the coresponding fields of the specified FullTimeEmployee.
 boolean PartTimeEmployee.deepCompareFields(PartTimeEmployee other, EqualityHelper helper)
          Returns true if all the fields of this instance are deep equal to the coresponding fields of the specified PartTimeEmployee.
 boolean Project.deepCompareFields(DeepEquality other, EqualityHelper helper)
          Returns true if all the fields of this instance are deep equal to the coresponding fields of the specified Person.
 boolean Address.deepCompareFields(DeepEquality other, EqualityHelper helper)
          Returns true if all the fields of this instance are deep equal to the coresponding fields of the specified Person.
 boolean Insurance.deepCompareFields(DeepEquality other, EqualityHelper helper)
          Returns true if all the fields of this instance are deep equal to the coresponding fields of the specified Person.
 boolean MedicalInsurance.deepEquals(DeepEquality other, EqualityHelper helper)
          Indicates whether some other object is "deep equal to" this one.
 boolean MedicalInsurance.deepCompareFields(DeepEquality other, EqualityHelper helper)
          Returns true if all the fields of this instance are deep equal to the coresponding fields of the specified Person.
 boolean Person.deepCompareFields(DeepEquality other, EqualityHelper helper)
          Returns true if all the fields of this instance are deep equal to the coresponding fields of the specified Person.
 boolean Employee.deepCompareFields(DeepEquality other, EqualityHelper helper)
          Returns true if all the fields of this instance are deep equal to the corresponding fields of the specified Employee.
 

Uses of EqualityHelper in org.apache.jdo.tck.util
 

Methods in org.apache.jdo.tck.util with parameters of type EqualityHelper
 boolean DeepEquality.deepCompareFields(DeepEquality other, EqualityHelper helper)
          Returns true if all the fields of this instance are deep equal to the corresponding fields of the specified Employee.
 



Copyright © 2005 Apache Software Foundation. All Rights Reserved.