Package dataabstraction

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

Class Summary
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.