Uses of Class
org.castor.jdo.conf.Param

Packages that use Param
org.castor.jdo.conf XML objects for loading the Castor JDO configuration file. 
org.castor.jdo.engine   
 

Uses of Param in org.castor.jdo.conf
 

Methods in org.castor.jdo.conf that return Param
 Param DataSource.getParam(int index)
          Method getParam
 Param[] DataSource.getParam()
          Method getParam
 Param Driver.getParam(int index)
          Method getParam
 Param[] Driver.getParam()
          Method getParam
static Param Param.unmarshal(java.io.Reader reader)
          Method unmarshal
 Param TransactionManager.getParam(int index)
          Method getParam
 Param[] TransactionManager.getParam()
          Method getParam
 

Methods in org.castor.jdo.conf with parameters of type Param
 void DataSource.addParam(Param vParam)
          Method addParam
 void DataSource.addParam(int index, Param vParam)
          Method addParam
 boolean DataSource.removeParam(Param vParam)
          Method removeParam
 void DataSource.setParam(int index, Param vParam)
          Method setParam
 void DataSource.setParam(Param[] paramArray)
          Method setParam
 void Driver.addParam(Param vParam)
          Method addParam
 void Driver.addParam(int index, Param vParam)
          Method addParam
 boolean Driver.removeParam(Param vParam)
          Method removeParam
 void Driver.setParam(int index, Param vParam)
          Method setParam
 void Driver.setParam(Param[] paramArray)
          Method setParam
 void TransactionManager.addParam(Param vParam)
          Method addParam
 void TransactionManager.addParam(int index, Param vParam)
          Method addParam
 boolean TransactionManager.removeParam(Param vParam)
          Method removeParam
 void TransactionManager.setParam(int index, Param vParam)
          Method setParam
 void TransactionManager.setParam(Param[] paramArray)
          Method setParam
 

Uses of Param in org.castor.jdo.engine
 

Methods in org.castor.jdo.engine with parameters of type Param
static void DataSourceConnectionFactory.setParameters(javax.sql.DataSource dataSource, Param[] params)
          Set all the parameters of the given array at the given datasource by calling one of the set methods of the datasource.
 



Copyright 2008 null. All Rights Reserved.