Deprecated API


Contents
Deprecated Classes
org.exolab.castor.persist.spi.Complex
          Complex has been replaced by Identity. 
org.castor.cpa.CPAConfiguration
          Use CPAProperties instead. 
org.exolab.castor.jdo.JDO
          JDO has been replaced by JDOManager. 
 

Deprecated Fields
org.exolab.castor.jdo.Database.DbLocked
          Use DBLOCKED instead. 
org.exolab.castor.jdo.Database.Exclusive
          Use EXCLUSIVE instead. 
org.exolab.castor.jdo.Database.ReadOnly
          Use READONLY instead. 
org.exolab.castor.jdo.Database.Shared
          Use SHARED instead. 
 

Deprecated Methods
org.castor.jdo.util.JDOConfFactory.createDatabase(String, String, DataSource, Mapping)
          Pass mapping URL's to createDatabase() methods instead. 
org.castor.jdo.util.JDOConfFactory.createDatabase(String, String, DataSource, Mapping[])
          Pass mapping URL's to createDatabase() methods instead. 
org.castor.jdo.util.JDOConfFactory.createDatabase(String, String, Driver, Mapping)
          Pass mapping URL's to createDatabase() methods instead. 
org.castor.jdo.util.JDOConfFactory.createDatabase(String, String, Driver, Mapping[])
          Pass mapping URL's to createDatabase() methods instead. 
org.castor.jdo.util.JDOConfFactory.createMapping(String)
          Pass mapping URL's to createDatabase() methods instead. 
org.castor.jdo.util.JDOConfFactory.createTransactionDemarcation()
          Use createLocalTransactionDemarcation() instead. 
org.castor.cpa.CPAProperties.getInstance()
          Don't limit your applications flexibility by using static properties. Use your own properties instance created with one of the newInstance() methods instead. 
org.exolab.castor.jdo.JDO.getLogInterceptor()
          There is no need for this method due to the implementation of Log4J which is controlled via the log4j.properties file. 
org.exolab.castor.jdo.JDO.setLogInterceptor(LogInterceptor)
          There is no need for this method due to the implementation of Log4J which is controlled via the log4j.properties file. 
org.exolab.castor.jdo.JDO.setLogWriter(PrintWriter)
          There is no need for this method due to the implementation of Log4J which is controlled via the log4j.properties file. 
 



Copyright © 2010. All Rights Reserved.