Package oracle.cle.persistence

Interface Summary
Connectable Deprecated. These methods, if needed will be specified in ConnectionProvider.
HandlerDefinition This interface is the parent for the abstract Handler class and all implementation level Handler interfaces.
TransactionManagement Deprecated. Cleveland should not deal with transactions.
 

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.
 

Exception Summary
DeploymentConnectorException A Exception to throw when an DeploymentConnectorException fails.
HandlerNotFoundException An Exception to throw when a Handler is not found.
 



Copyright © 2003 ORACLE Corp. All Rights Reserved.