Uses of Interface
org.exolab.castor.persist.spi.InstanceFactory

Packages that use InstanceFactory
org.castor.persist   
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. 
org.exolab.castor.jdo.engine Implementation of the Castor JDO engine. 
 

Uses of InstanceFactory in org.castor.persist
 

Methods in org.castor.persist with parameters of type InstanceFactory
 void TransactionContext.setInstanceFactory(InstanceFactory factory)
          Overrides the default instance factory by a custom one for this database source.
 void AbstractTransactionContext.setInstanceFactory(InstanceFactory factory)
          Overrides the default instance factory by a custom one for this database source.
 

Uses of InstanceFactory in org.exolab.castor.jdo
 

Methods in org.exolab.castor.jdo that return InstanceFactory
 InstanceFactory JDOManager.getInstanceFactory()
          Returns the instance factory.
 

Methods in org.exolab.castor.jdo with parameters of type InstanceFactory
 void JDOManager.setInstanceFactory(InstanceFactory factory)
          Overrides the default instance factory by a custom one to be used by Castor to obtaining an instance of a data object when it is needed during loading.
 void JDO.setInstanceFactory(InstanceFactory factory)
          Deprecated. Overrides the default instance factory by a custom one to be used by Castor to obtaining an instance of data object when it is needed during loading.
 

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

Fields in org.exolab.castor.jdo.engine declared as InstanceFactory
protected  InstanceFactory AbstractDatabaseImpl._instanceFactory
          The instance factory to that creates new instances of data object.
 

Constructors in org.exolab.castor.jdo.engine with parameters of type InstanceFactory
AbstractDatabaseImpl(String dbName, int lockTimeout, CallbackInterceptor callback, InstanceFactory instanceFactory, ClassLoader classLoader, boolean autoStore)
          Creates an instance of this class.
GlobalDatabaseImpl(String dbName, int lockTimeout, CallbackInterceptor callback, InstanceFactory instanceFactory, Transaction transaction, ClassLoader classLoader, boolean autoStore, boolean isPoolInUseForGlobalTransactions)
          Creates an instance of this class.
LocalDatabaseImpl(String dbName, int lockTimeout, CallbackInterceptor callback, InstanceFactory instanceFactory, ClassLoader classLoader, boolean autoStore)
          Creates an instance of this class.
 



Copyright © 2010. All Rights Reserved.