Uses of Class
org.castor.cpa.persistence.sql.engine.CastorConnection

Packages that use CastorConnection
org.castor.cpa.persistence.sql.engine   
org.castor.cpa.persistence.sql.keygen   
org.exolab.castor.jdo.engine Implementation of the Castor JDO engine. 
 

Uses of CastorConnection in org.castor.cpa.persistence.sql.engine
 

Methods in org.castor.cpa.persistence.sql.engine with parameters of type CastorConnection
 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.
 

Uses of CastorConnection in org.castor.cpa.persistence.sql.keygen
 

Methods in org.castor.cpa.persistence.sql.keygen with parameters of type CastorConnection
 Object SequenceDuringKeyGenerator.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 AbstractBeforeKeyGenerator.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.
 

Uses of CastorConnection in org.exolab.castor.jdo.engine
 

Methods in org.exolab.castor.jdo.engine with parameters of type CastorConnection
 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 © 2011. All Rights Reserved.