SolarMetric Kodo JDO 2.4.3 generated on March 27 2003

Package com.solarmetric.kodo.impl.jdbc

JDBC JDO Implementation

See:
          Description

Interface Summary
JDBCConfiguration Configuration that defines the properties necessary to configure runtime and connect to a JDBC DataSource.
SequenceFactory An implementation of the SequenceFactory interface is used to generate unique primary key values for newly persisted JDO instances.
SQLExecutionCallback Callback for SQL execution.
SQLExecutionEvent A generic SQL Event.
SQLExecutionListener An abstract listener for all SQLExecutionEvents that occur on for a given SQLExecutionManager.
SQLExecutionManager Manager for execution SQL Statements.
 

Class Summary
AbstractSQLExecutionListener An abstract implementation of the SQLExecutionListener listener.
JDBCPersistenceManagerFactory PersistenceManagerFactory type for use with the JDBC runtime.
JDBCSimpleConfiguration Simple implementation of the JDBCConfiguration interface.
PerformanceTracker A global tracker of performance-related statistics.
RegisterListener An implementation of RegisterListener that is used by a JDBCPersistenceManagerFactory in order to perform lazy loading of persistent subclasses.
SQLExecutionManagerFactory Static factory for instantiating implementations of a SQLExecutionManager based on parameters in the JDBCConfiguration.
SQLExecutionManagerImpl Implementation of SQLExecutionManager that supports PreparedStatements and Statements, and has support for batching together similiar statements.
 

Package com.solarmetric.kodo.impl.jdbc Description

JDBC JDO Implementation

This package provides a concrete JDO implementation that plugs into the common runtime defined in the com.solarmetric.kodo.runtime package. Persistent objects are stored in a relational data store using SQL calls through JDBC.


SolarMetric Kodo JDO 2.4.3 generated on March 27 2003

Copyright 2001,2002 SolarMetric, Inc. All Rights Reserved.