Uses of Interface
org.castor.cpa.persistence.sql.connection.ConnectionFactory

Packages that use ConnectionFactory
org.castor.cpa.persistence.sql.connection   
org.castor.jdo.engine   
org.exolab.castor.jdo The Java Data Objects API Version: $Revision: 6216 $ $Date: 2005-04-21 14:21:10 -0600 (Thu, 21 Apr 2005) $ Author: Assaf Arkin The class JDOManager provides the Castor JDO engine used for obtaining a database connection. 
 

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

Classes in org.castor.cpa.persistence.sql.connection that implement ConnectionFactory
 class DataSourceConnectionFactory
           
 class DriverConnectionFactory
           
 class JNDIConnectionFactory
           
 

Uses of ConnectionFactory in org.castor.jdo.engine
 

Methods in org.castor.jdo.engine that return ConnectionFactory
 ConnectionFactory DatabaseContext.getConnectionFactory()
           
 

Constructors in org.castor.jdo.engine with parameters of type ConnectionFactory
DatabaseContext(JdoConf jdoConf, int index, Mapping mapping, ConnectionFactory factory)
          Constructs a new AbstractConnectionFactory with given database and mapping.
DatabaseContext(String name, String engine, Mapping mapping, TransactionManager txManager, ConnectionFactory factory)
          Constructs a new AbstractConnectionFactory with given name, engine and mapping.
 

Uses of ConnectionFactory in org.exolab.castor.jdo
 

Methods in org.exolab.castor.jdo that return ConnectionFactory
 ConnectionFactory JDOManager.getConnectionFactory()
          Returns the ConnectionFactory for this JDOManager instance.
 



Copyright © 2010. All Rights Reserved.