SolarMetric Kodo JDO 2.5.8 generated on January 11 2004

Package com.solarmetric.kodo.impl.jdbc.runtime

JDBC Runtime

See:
          Description

Interface Summary
Connector A Connector is a provider for Connection instances.
 

Class Summary
ColumnAliasResultObjectProvider Concrete implementation of CustomResultObjectProvider that loads data from a result set by using column aliases as defined by the mapping configuration of the metadata of the class being loaded.
ConfigurationConnector A Connector that uses a ConfigurationConnector.AbstractConnectionFactoryConfiguration object to create a Connection.
ConfigurationConnector.AbstractConnectionFactoryConfiguration An abstract ConnectionFactoryConfiguration that can be instantiated with values from a JDBCConfiguration configuration.
ConnectionInfo Struct to hold data about the current connection state.
CustomResultSetResultObjectProvider Abstract extension of CustomResultObjectProviderImpl that populates a StateManagerImpl object given a Map of FieldMetaData objects to Object values, created by the abstract CustomResultObjectProviderImpl.getFieldValues(java.lang.Object, com.solarmetric.kodo.meta.ClassMetaData, boolean) method.
DataSourceConnector A Connector is a provider for Connection instances, backed by a DataSource object.
DefaultResultObjectProvider Default concrete implementation of ResultObjectProvider
JDBCExtent JDBC Extent implementation.
JDBCStoreManager StoreManager plugin for the common JDO runtime environent that uses JDBC to store persistent data in a relational data store.
LazyResultList Lazy ResultList implementation.
PersistenceManagerConnector A Connector that uses a PersistencemanagerImpl's ConnectionFactory and its own authentication information to obtain a Connection.
ResultListFactory A factory that creates an appropriate ResultList wrapper for a given Select or ResultSet.
SQLExceptions Utility class for obtaining an array of Throwable[] objects from a SQLException.
 

Package com.solarmetric.kodo.impl.jdbc.runtime Description

JDBC Runtime

Runtime services for the JDBC JDO implementation.


SolarMetric Kodo JDO 2.5.8 generated on January 11 2004

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