Implementation of the Castor JDO engine.
See: Description
| Interface Summary | |
|---|---|
| JDBCSyntax | Syntax elements for constructing a general JDBC SQL statement. |
| JDOFieldDescriptor | |
| Class Summary | |
|---|---|
| AbstractDatabaseImpl | An implementation of the JDO database supporting explicit transaction demarcation. |
| BaseFactory | PersistenceFactory for generic JDBC driver. |
| 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 | |
| JDOClassDescriptor | JDO class descriptors. |
| JDOFieldDescriptorImpl | JDO field descriptor. |
| JDOMappingLoader | A JDO implementation of mapping helper. |
| KeyGeneratorDescriptor | Describes the properties of a key generator for a given class, with resolved alias and parameters. |
| KeyGeneratorRegistry | Registry for KeyGenerator instances. |
| LocalDatabaseImpl | An implementation of the JDO Database interface supporting explicit local transaction demarcation. |
| OQLQueryImpl | An OQLQuery implementation to execute a query based upon an OQL statement |
| OQLQueryImpl.OQLEnumeration | java.util.Enumeration implementation to traverse the result as returned by the execution of the OQL query. |
| SimpleQueryExecutor | A class to execute simple SQL queries generated from OQL. |
| SimpleQueryExecutor.SimpleQueryResults | |
| SQLColumnInfo | |
| SQLEngine | The SQL engine performs persistence of one object type against one SQL database. |
| SQLFieldInfo | |
| SQLHelper | |
| SQLQuery | |
| SQLStatementCreate | |
| SQLStatementLoad | |
| SQLStatementLookup | |
| SQLStatementRemove | |
| SQLStatementStore | |
| TxDatabaseMap | Transactions to Databases Map. |
Implementation of the Castor JDO engine.