Uses of Class
testApp.PersistentClass

Packages that use PersistentClass
testApp   
 

Uses of PersistentClass in testApp
 

Subclasses of PersistentClass in testApp
 class ChildPersistentClass
           
 

Fields in testApp declared as PersistentClass
private  PersistentClass PrimitiveClass.persObj
           
 

Methods in testApp that return PersistentClass
 PersistentClass PrimitiveClass.getPersObj()
           
 

Methods in testApp with parameters of type PersistentClass
 void PrimitiveClass.setPersObj(PersistentClass class1)