Package org.exolab.castor.jdo.engine
Implementation of the Castor JDO engine.
- Version:
- $Revision: 5951 $ $Date: 2003-03-03 00:05:44 -0700 (Mon, 03 Mar 2003) $
- Author:
- Assaf Arkin
-
Interface Summary Interface Description JDBCSyntax Syntax elements for constructing a general JDBC SQL statement. -
Class Summary Class Description AbstractDatabaseImpl An implementation of the JDO database supporting explicit transaction demarcation.ClobImpl This is an implementation of java.sql.Clob interface that is constructed from java.io.Reader, in needs information about the length of the stream (which is not provided by java.io.Reader interface).GlobalDatabaseImpl An implementation of the JDO database supporting explicit transaction demarcation.JDOCallback JDOMappingLoader A JDO implementation of mapping helper.KeyGeneratorDescriptor Describes the properties of a key generator for a given class, with resolved alias and parameters.LocalDatabaseImpl An implementation of the JDODatabase
interface supporting explicit local transaction demarcation.OQLQueryImpl An OQLQuery implementation to execute a query based upon an OQL statement.SimpleQueryExecutor A class to execute simple SQL queries generated from OQL.SqlBindParser Utility class to parse an SQL or OQL expression for bind variables Bind variables are subexpressions of the form "$n", where n is a positive integer number.SQLColumnInfo SQLEngine The SQL engine performs persistence of one object type against one SQL database.SQLFieldInfo SQLHelper SQLQuery SQLStatementLoad SQLStatementLoad class that makes use of select class hierarchy to generate SQL query structure.SQLStatementQuery TxDatabaseMap Transactions to Databases Map.