|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DeepEquality | |
org.apache.jdo.tck.pc.company | |
org.apache.jdo.tck.util |
Uses of DeepEquality in org.apache.jdo.tck.pc.company |
Classes in org.apache.jdo.tck.pc.company that implement DeepEquality | |
class |
Address
This class represents a postal address. |
class |
Company
This class represents information about a company. |
class |
DentalInsurance
This class represents a dental insurance carrier selection for a particular Employee . |
class |
Department
This class represents a department within a company. |
class |
Employee
This class represents an employee. |
class |
FullTimeEmployee
This class represents a full-time employee. |
class |
Insurance
This class represents an insurance carrier selection for a particular Employee . |
class |
MedicalInsurance
This class represents a dental insurance carrier selection for a particular Employee . |
class |
PartTimeEmployee
This class represents a part-time employee. |
class |
Person
This class represents a person. |
class |
Project
This class represents a project, a budgeted task with one or more employees working on it. |
Uses of DeepEquality in org.apache.jdo.tck.util |
Methods in org.apache.jdo.tck.util with parameters of type DeepEquality | |
boolean |
EqualityHelper.deepEquals(DeepEquality me,
DeepEquality other)
Returns true if the specified instances are "deep
equal". |
boolean |
EqualityHelper.deepEquals(DeepEquality me,
java.lang.Object other,
java.lang.String where)
Returns true if the specified instances are "deep
equal". |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |