Deprecated API

Deprecated Classes
org.enableit.db.darrt.ant.ChangeTargetTask
          Functionality rolled into DarTask. 
org.enableit.db.ConnectionFactory
          This is just the legacy code, things of ongoing use are in the new ancestor. 
org.enableit.db.ConvertUtils
          Use org.apache.commons.beanutils.ConvertUtils.register() 
org.enableit.db.DataLoader
          Functionality consolidated into org.enableit.db.darrt.DataHandler 
org.enableit.db.DateConverter
          This is a desperate (and temporary) hack. 
org.enableit.db.DBPersistenceManager
          Experimental class now evolved into the ShapeShifter classes in package org.enableit.db.ss 
org.enableit.db.darrt.GenericDDLImpl
          Cannot fulfil requirements such as functions. Use DDLFactory to obtain the correct DeclarativeDDLGenerator. 
 

Deprecated Fields
org.enableit.db.DBFilter.EXACT_MATCH
          Use EQ 
org.enableit.db.DBFilter.GREATER_THAN_MATCH
          Use GT 
org.enableit.db.SqlType.INTEGER
            
org.enableit.db.DBFilter.LESS_THAN_MATCH
          Use LT 
 

Deprecated Methods
org.enableit.db.DatabaseProxy.executeQuery(Connection, String, int)
          
use executeQuery(conn:Connection, sql:String): java.util.ArrayList instead
 
org.enableit.db.GenericDBProxy.executeQuery(String, int)
          Use one of the other methods that does not referende return type 
org.enableit.db.DataSourceProxy.getConnection(String)
          Use ConnectionFactory.getConnection(Provider) instead. 
org.enableit.db.darrt.DDLFactory.getCreate(Provider, Object)
          Use getGenerator(provider).getCreate(dataObject). 
org.enableit.db.darrt.DDLFactory.getModify(Provider, DiffData)
          Use getGenerator(provider).getModify(diff). 
org.enableit.db.darrt.DataHandler.getRowSetFromCSV(InputStream, Table)
          The introduction of the DataParserFactory makes this obsolete. 
org.enableit.db.darrt.DataHandler.getRowSetFromXML(InputStream, Table)
          The introduction of the DataParserFactory makes this obsolete. 
org.enableit.db.darrt.ant.DataHandlerTask.setOutput(String)
          Replaced with seperate attributes for dir and file. 
org.enableit.db.darrt.ant.SchemaExporterTask.setOutput(String)
          The outputDir and outputFile attributes give better control. 
 



Copyright © 1999-2004 enableIT.org. All Rights Reserved.