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

Packages that use CastorConnection
org.castor.cpa.persistence.sql.connection   
org.castor.cpa.persistence.sql.engine   
org.castor.cpa.persistence.sql.keygen   
org.castor.persist   
org.exolab.castor.jdo.engine Implementation of the Castor JDO engine. 
org.exolab.castor.persist.spi Defines the interfaces for persistence engine service providers. 
 

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

Methods in org.castor.cpa.persistence.sql.connection that return CastorConnection
 CastorConnection JNDIConnectionFactory.createCastorConnection()
          Creates a new CastorConnection instance.
 CastorConnection DriverConnectionFactory.createCastorConnection()
          Creates a new CastorConnection instance.
 CastorConnection DataSourceConnectionFactory.createCastorConnection()
          Creates a new CastorConnection instance.
 CastorConnection ConnectionFactory.createCastorConnection()
          Creates a new CastorConnection instance.
 

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

Methods in org.castor.cpa.persistence.sql.engine with parameters of type CastorConnection
 Identity SQLEngine.create(Database database, CastorConnection conn, ProposedEntity entity, Identity identity)
           
 void SQLRelationLoader.createRelation(CastorConnection conn, Identity left, Identity right)
           
 void SQLEngine.delete(CastorConnection conn, Identity identity)
           
 void SQLRelationLoader.deleteRelation(CastorConnection conn, Identity left)
           
 void SQLRelationLoader.deleteRelation(CastorConnection conn, Identity left, Identity right)
           
 void SQLStatementDelete.executeStatement(CastorConnection conn, Identity identity)
          Execute statement to remove entity with given identity from database using given JDBC connection.
 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.
 Object SQLStatementUpdate2.executeStatement(CastorConnection conn, Identity identity, ProposedEntity newentity, ProposedEntity oldentity)
          Stores the identity to the database using 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 SQLEngine.load(CastorConnection conn, ProposedEntity entity, Identity identity, AccessMode accessMode)
          Loads the object from persistence storage.
 void SQLEngine.store(CastorConnection conn, Identity identity, ProposedEntity newentity, ProposedEntity oldentity)
           
 void SQLStatementUpdateCheck2.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.
 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.castor.persist
 

Methods in org.castor.persist that return CastorConnection
protected  CastorConnection LocalTransactionContext.createConnection(LockEngine engine)
          Method creating a new CastorConnection and returning it.
protected  CastorConnection GlobalTransactionContext.createConnection(LockEngine engine)
          Method creating a new CastorConnection and returning it.
protected abstract  CastorConnection AbstractTransactionContext.createConnection(LockEngine engine)
          Method creating a new CastorConnection and returning it.
 CastorConnection TransactionContext.getConnection(LockEngine engine)
          Return a CastorConnection for the specified engine.
 CastorConnection AbstractTransactionContext.getConnection(LockEngine engine)
          Return a CastorConnection for the specified engine.
 

Methods in org.castor.persist that return types with arguments of type CastorConnection
protected  Iterator<CastorConnection> AbstractTransactionContext.connectionsIterator()
           
 

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

Methods in org.exolab.castor.jdo.engine with parameters of type CastorConnection
 void SQLQuery.execute(CastorConnection conn, AccessMode accessMode, boolean scrollable)
           
 QueryResults SimpleQueryExecutor.execute(CastorConnection conn, QueryExpression expr, Object[] bindValues)
          Executes a simple query and returns the results.
 

Uses of CastorConnection in org.exolab.castor.persist.spi
 

Methods in org.exolab.castor.persist.spi with parameters of type CastorConnection
 Identity Persistence.create(Database database, CastorConnection conn, ProposedEntity entity, Identity identity)
          Creates a new object in persistence storage.
 void Persistence.delete(CastorConnection conn, Identity identity)
          Deletes the object from persistent storage, given the object' identity.
protected abstract  void AbstractCallQuery.execute(CastorConnection conn, AccessMode accessMode)
           
 void PersistenceQuery.execute(CastorConnection conn, AccessMode accessMode, boolean scrollable)
          Execute the query with the give connection and lock type.
 void AbstractCallQuery.execute(CastorConnection conn, AccessMode accessMode, boolean scrollable)
           
 void Persistence.load(CastorConnection conn, ProposedEntity proposedObject, Identity identity, AccessMode accessMode)
          Loads the object from persistence storage.
 void Persistence.store(CastorConnection conn, Identity identity, ProposedEntity newentity, ProposedEntity oldentity)
          Stores the object in persistent storage, given the object fields and its identity.
 



Copyright © 2012. All Rights Reserved.