Uses of Class
org.jaffa.persistence.engines.jdbcengine.datasource.DataSource

Packages that use DataSource
org.jaffa.persistence.engines.jdbcengine.datasource   
org.jaffa.persistence.engines.jdbcengine.querygenerator   
 

Uses of DataSource in org.jaffa.persistence.engines.jdbcengine.datasource
 

Methods in org.jaffa.persistence.engines.jdbcengine.datasource that return DataSource
 DataSource PersistentTransaction.getDataSource()
          Returns the DataSource holding the Connection.
static DataSource DataSourceFactory.getDataSource(Database database)
          Returns a new DataSource instance.
 

Methods in org.jaffa.persistence.engines.jdbcengine.datasource with parameters of type DataSource
static void DataSourceFactory.freeDataSource(DataSource ds)
          Free up the DataSource.
 

Uses of DataSource in org.jaffa.persistence.engines.jdbcengine.querygenerator
 

Methods in org.jaffa.persistence.engines.jdbcengine.querygenerator with parameters of type DataSource
static void JdbcBridge.executeAdd(IPersistent object, DataSource dataSource)
          Adds the Persistent object to the database.
static void JdbcBridge.executeUpdate(IPersistent object, DataSource dataSource)
          Updates the Persistent object in the database.
static void JdbcBridge.executeDelete(IPersistent object, DataSource dataSource)
          Deletes the Persistent object from the database.
static Collection JdbcBridge.executeQuery(Criteria criteria, DataSource dataSource)
          Executes the query based on the Criteria object.
static void JdbcBridge.executeStoredProcedure(IStoredProcedure sp, DataSource dataSource)
          Executes the Stored Procedure.
static void JdbcBridge.executeLock(IPersistent object, DataSource dataSource)
          Locks the underlying database row of the Persistent object.
 



Copyright © 2002-2004 JAFFA Project.