org.jete.db
Class DBUnitHelper

java.lang.Object
  extended byorg.jete.db.DBUnitHelper

public class DBUnitHelper
extends java.lang.Object

Provide a helper for performing some standard DBUnit specific operations.

Version:
$Id: DBUnitHelper.html,v 1.1 2006/03/12 02:46:57 tdeast Exp $

Constructor Summary
DBUnitHelper()
           
 
Method Summary
static java.util.Map createDbOperations()
          Create a map of DBUnit DatabaseOperation objects for retrieval depending on the submitted configuration.
static java.util.Map createStandardReplacementMap()
          Create a map of standard replacements in flat xml files used by the ReplacementDataSet.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DBUnitHelper

public DBUnitHelper()
Method Detail

createDbOperations

public static java.util.Map createDbOperations()
Create a map of DBUnit DatabaseOperation objects for retrieval depending on the submitted configuration.

Currently supported operations:

Returns:
map of database operations

createStandardReplacementMap

public static java.util.Map createStandardReplacementMap()
Create a map of standard replacements in flat xml files used by the ReplacementDataSet.

Currently supported replacements in xml are (these values ARE case sensitive):

Returns:
map of standard replacements