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(java.lang.Object 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(java.lang.Object other, EqualityHelper helper)
          Returns true if all the fields of this instance are deep equal to the coresponding fields of the other Object.
 boolean Department.deepCompareFields(java.lang.Object other, EqualityHelper helper)
          Returns true if all the fields of this instance are deep equal to the coresponding fields of the other Department.
 boolean FullTimeEmployee.deepCompareFields(java.lang.Object 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(java.lang.Object 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(java.lang.Object 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(java.lang.Object 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(java.lang.Object other, EqualityHelper helper)
          Returns true if all the fields of this instance are deep equal to the coresponding fields of the other Object.
 boolean MedicalInsurance.deepCompareFields(java.lang.Object other, EqualityHelper helper)
          Returns true if all the fields of this instance are deep equal to the coresponding fields of the other Object.
 boolean Person.deepCompareFields(java.lang.Object 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(java.lang.Object 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(java.lang.Object other, EqualityHelper helper)
          Returns true if all the fields of this instance are deep equal to the corresponding fields of the other Object.
 



Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.