Deprecated API

Deprecated Classes
org.dbunit.dataset.CaseInsensitiveDataSet
          All IDataSet implementations are case insensitive since DbUnit 1.5 
org.dbunit.dataset.CaseInsensitiveTable
          All IDataSet implementations are case insensitive since DbUnit 1.5 
org.dbunit.operation.mssqlserver.InsertIdentityOperation
          Replaced by InsertIdentityOperation. Be warned, this class will eventually be removed. 
 

Deprecated Methods
org.dbunit.dataset.DataSetUtils.assertEquals(IDataSet, IDataSet)
          Use Assertion.assertEquals 
org.dbunit.dataset.DataSetUtils.assertEquals(ITable, ITable)
          Use Assertion.assertEquals 
org.dbunit.dataset.datatype.DataType.forSqlTypeName(String)
          Should not be used anymore 
org.dbunit.database.IDatabaseConnection.getStatementFactory()
          Use IDatabaseConnection.getConfig() 
org.dbunit.dataset.IDataSet.getTables()
          Use IDataSet.iterator() or IDataSet.reverseIterator() instead. 
org.dbunit.dataset.xml.FlatXmlDataSet.writeDtd(IDataSet, OutputStream)
          use FlatDtdDataSet.write(org.dbunit.dataset.IDataSet, java.io.OutputStream) 
 

Deprecated Constructors
org.dbunit.dataset.CompositeDataSet(IDataSet, boolean)
          This constructor is useless when the combine parameter is false. Use overload that doesn't have the combine argument. 
org.dbunit.dataset.DefaultTable(ITableMetaData, List)
          Use public mutators to initialize table values instead 
org.dbunit.dataset.DefaultTable(String, Column[], List)
          Use public mutators to initialize table values instead 
 



Copyright © 2002-2004 DbUnit.org. All Rights Reserved.