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.
|
Modifier and Type | Method and Description |
---|---|
void |
SQLStatementDelete.executeStatement(CastorConnection conn,
Identity identity)
Execute statement to remove entity with given identity from database using given JDBC
connection.
|
Object |
SQLStatementUpdate.executeStatement(CastorConnection conn,
Identity identity,
ProposedEntity newentity,
ProposedEntity oldentity)
Stores the identity to the database using JDBC Connection.
|
Object |
SQLStatementInsert.executeStatement(Database database,
CastorConnection conn,
Identity identity,
ProposedEntity entity)
Executes the SQL statement after preparing the PreparedStatement.
|
void |
SQLStatementInsertCheck.insertDuplicateKeyCheck(CastorConnection conn,
Identity identity)
Performs check for Duplicate primary key.
|
void |
SQLStatementUpdateCheck.updateFailureCheck(CastorConnection conn,
Identity identity)
This function checks whether the object specified in the statement has been previously
removed from the persistent storage or has been modified.
|
Modifier and Type | Method and Description |
---|---|
Object |
AbstractBeforeKeyGenerator.executeStatement(Database database,
CastorConnection conn,
Identity identity,
ProposedEntity entity)
Executes the SQL statement after preparing the PreparedStatement.
|
Object |
NoKeyGenerator.executeStatement(Database database,
CastorConnection conn,
Identity identity,
ProposedEntity entity)
Executes the SQL statement after preparing the PreparedStatement.
|
Object |
KeyGenerator.executeStatement(Database database,
CastorConnection conn,
Identity identity,
ProposedEntity entity)
Executes the SQL statement after preparing the PreparedStatement.
|
Object |
SequenceDuringKeyGenerator.executeStatement(Database database,
CastorConnection conn,
Identity identity,
ProposedEntity entity)
Executes the SQL statement after preparing the PreparedStatement.
|
Object |
AbstractAfterKeyGenerator.executeStatement(Database database,
CastorConnection conn,
Identity identity,
ProposedEntity entity)
Executes the SQL statement after preparing the PreparedStatement.
|
Modifier and Type | Method and Description |
---|---|
void |
SQLStatementLoad.executeStatement(CastorConnection conn,
Identity identity,
ProposedEntity entity,
AccessMode accessMode)
Execute statement to load entity with given identity from database using given JDBC
connection.
|
Copyright © 2016. All rights reserved.