| Package | Description |
|---|---|
| org.castor.cpa.persistence.sql.engine | |
| org.castor.cpa.persistence.sql.keygen | |
| org.exolab.castor.jdo.engine |
Implementation of the Castor JDO engine.
|
| Constructor and Description |
|---|
SQLStatementDelete(SQLEngine engine)
Constructor.
|
SQLStatementInsert(SQLEngine engine,
PersistenceFactory factory)
Constructor.
|
SQLStatementInsertCheck(SQLEngine engine,
PersistenceFactory factory)
Constructor.
|
SQLStatementUpdate(SQLEngine engine)
Constructor.
|
SQLStatementUpdateCheck(SQLEngine engine)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
KeyGenerator |
NoKeyGenerator.buildStatement(SQLEngine engine)
Builds the SQL insert statement.
|
KeyGenerator |
SequenceDuringKeyGenerator.buildStatement(SQLEngine engine)
Builds the SQL insert statement.
|
KeyGenerator |
AbstractBeforeKeyGenerator.buildStatement(SQLEngine engine)
Builds the SQL insert statement.
|
KeyGenerator |
AbstractAfterKeyGenerator.buildStatement(SQLEngine engine)
Builds the SQL insert statement.
|
KeyGenerator |
KeyGenerator.buildStatement(SQLEngine engine)
Builds the SQL insert statement.
|
| Modifier and Type | Method and Description |
|---|---|
SQLEngine |
SQLEngine.getExtends() |
| Modifier and Type | Method and Description |
|---|---|
void |
SQLEngine.setExtends(SQLEngine engine)
Mutator method for setting extends SQLEngine.
|
| Constructor and Description |
|---|
SQLStatementLoad(SQLEngine engine,
PersistenceFactory factory)
Constructor creating new SQLStatementLoad.
|
SQLStatementQuery(SQLEngine engine,
PersistenceFactory factory) |
Copyright © 2014. All rights reserved.