|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Company | |
org.apache.jdo.tck.models.embedded | |
org.apache.jdo.tck.pc.company |
Uses of Company in org.apache.jdo.tck.models.embedded |
Methods in org.apache.jdo.tck.models.embedded that return Company | |
Company |
SecondClassObjectsTrackTheirChanges.getPersistentNewInstance(long companyid)
|
Methods in org.apache.jdo.tck.models.embedded with parameters of type Company | |
void |
SecondClassObjectsTrackTheirChanges.testHollowInstance(Company obj)
|
void |
SecondClassObjectsTrackTheirChanges.makePersistentCleanInstance(Company obj)
|
Uses of Company in org.apache.jdo.tck.pc.company |
Methods in org.apache.jdo.tck.pc.company that return Company | |
Company |
Department.getCompany()
Get the company associated with the department. |
Company |
CompanyModelReader.getCompany(java.lang.String name)
Convenience method returning a Company instance for the specified name. |
Methods in org.apache.jdo.tck.pc.company with parameters of type Company | |
int |
Company.compareTo(Company other)
Compares this object with the specified Company object for order. |
void |
Department.setCompany(Company company)
Set the company for the department. |
Constructors in org.apache.jdo.tck.pc.company with parameters of type Company | |
Department(long deptid,
java.lang.String name,
Company company)
Initialize a Department instance. |
|
Department(long deptid,
java.lang.String name,
Company company,
Employee employeeOfTheMonth)
Initialize a Department instance. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |