Uses of Package
dataabstraction

Packages that use dataabstraction
businesslogic   
dataabstraction   
 

Classes in dataabstraction used by businesslogic
PersistentDefect
          PersistentDefect is the foundation of the BugTracker application, and is the class of object that is "remoted" through CORBA to the bugtracker client and servlet.
PersistentUser
          The PersistentUser class provides the object-relational / relational-object mapping for User objects in the BugTracker application.
 

Classes in dataabstraction used by dataabstraction
Persistent
          Persistent is an interface that must be implemented by objects in the BugTracker application that are persisted through the object-relational layer.