Class Summary |
ConnectionManager |
Handles a pool of ConnectionProviders in a static fashion. |
ConnectionProvider |
Vital information required for connections. |
DeploymentAutoConnector |
Classes of this type can automatically get a connection
via the DeploymentManager and ConnectionManager by calling
the getReferenceClass() method. |
DeploymentConnector |
Classes of this type can automatically get a connection
via the DeploymentManager and ConnectionManager by specifying
reference class and the appropriate property files. |
Handler |
The superclass for classes that handle persistence
queries for a specific resource. |
HandlerFactory |
This factory returns the appropriate Handler implementation for the
specified Resource Class or Resource Class String. |
Transaction |
Purpose: Abstract object level transaction for tracking object
changes to write to relational database. |
UserImpl |
This class holds onto the user information that is used throughout the system
the information is gather from the user during the login process and is
authenticated by the security mechanism. |