Uses of Package
org.apache.jdo.tck.pc.company

Packages that use org.apache.jdo.tck.pc.company
org.apache.jdo.tck.models.embedded   
org.apache.jdo.tck.pc.company   
org.apache.jdo.tck.query   
 

Classes in org.apache.jdo.tck.pc.company used by org.apache.jdo.tck.models.embedded
Company
          This class represents information about a company.
 

Classes in org.apache.jdo.tck.pc.company used by org.apache.jdo.tck.pc.company
Address
          This class represents a postal address.
Company
          This class represents information about a company.
CompanyFactory
          This interface is implemented by a factory class that can create Company model instances.
CompanyFactoryAbstractImpl
           
DentalInsurance
          This class represents a dental insurance carrier selection for a particular Employee.
Department
          This class represents a department within a company.
Employee
          This class represents an employee.
FullTimeEmployee
          This class represents a full-time employee.
IAddress
          This interface represents the persistent state of Address.
ICompany
          This interface represents the persistent state of Company.
IDentalInsurance
          This interface represents the persistent state of DentalInsurance.
IDepartment
          This interface represents the persistent state of Department.
IEmployee
          This interface represents the persistent state of Employee.
IFullTimeEmployee
          This interface represents the persistent state of FullTimeEmployee.
IInsurance
          This interface represents the persistent state of Insurance.
IMedicalInsurance
          This interface represents the persistent state of MedicalInsurance.
Insurance
          This class represents an insurance carrier selection for a particular Employee.
IPartTimeEmployee
          This interface represents the persistent state of PartTimeEmployee.
IPerson
          This interface represents the persistent state of Person.
IProject
          This interface represents the persistent state of Project.
MedicalInsurance
          This class represents a dental insurance carrier selection for a particular Employee.
PartTimeEmployee
          This class represents a part-time employee.
Person
          This class represents a person.
Project
          This class represents a project, a budgeted task with one or more employees working on it.
 

Classes in org.apache.jdo.tck.pc.company used by org.apache.jdo.tck.query
CompanyModelReader
          Utility class to create a graph of company model instances from an xml representation.
 



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