Uses of Interface
org.unitils.dbmaintainer.util.DatabaseAccessing

Packages that use DatabaseAccessing
org.unitils.database   
org.unitils.dbmaintainer.clean   
org.unitils.dbmaintainer.clean.impl   
org.unitils.dbmaintainer.script   
org.unitils.dbmaintainer.script.impl   
org.unitils.dbmaintainer.structure   
org.unitils.dbmaintainer.structure.impl   
org.unitils.dbmaintainer.util   
org.unitils.dbmaintainer.version   
org.unitils.dbmaintainer.version.impl   
 

Uses of DatabaseAccessing in org.unitils.database
 

Methods in org.unitils.database with type parameters of type DatabaseAccessing
protected
<T extends DatabaseAccessing>
T
DatabaseModule.getConfiguredDatabaseTaskInstance(Class<T> databaseTaskType)
           
 

Uses of DatabaseAccessing in org.unitils.dbmaintainer.clean
 

Subinterfaces of DatabaseAccessing in org.unitils.dbmaintainer.clean
 interface DBCleaner
          Defines the contract for implementations that delete data from the database, that could cause problems when performing updates to the database, such as adding not null columns or foreign key constraints.
 interface DBClearer
          Defines the contract for implementations that clear a database schema, so that it can for instance be recreated from scratch by the DBMaintainer
 

Uses of DatabaseAccessing in org.unitils.dbmaintainer.clean.impl
 

Classes in org.unitils.dbmaintainer.clean.impl that implement DatabaseAccessing
 class DefaultDBCleaner
          Implementation of DBCleaner.
 class DefaultDBClearer
          Implementation of DBClearer.
 

Uses of DatabaseAccessing in org.unitils.dbmaintainer.script
 

Subinterfaces of DatabaseAccessing in org.unitils.dbmaintainer.script
 interface ScriptRunner
          Runs a given database script.
 

Uses of DatabaseAccessing in org.unitils.dbmaintainer.script.impl
 

Classes in org.unitils.dbmaintainer.script.impl that implement DatabaseAccessing
 class DefaultScriptRunner
          Default implementation of a script runner.
 

Uses of DatabaseAccessing in org.unitils.dbmaintainer.structure
 

Subinterfaces of DatabaseAccessing in org.unitils.dbmaintainer.structure
 interface ConstraintsDisabler
          A task for disabling all foreign key, check and not-null constraints on a database schema.
 interface DataSetStructureGenerator
          Generator for structure files, such as dtd or xml schema, for a DbUnit flat-xml data set file.
 interface SequenceUpdater
          Defines the contract for implementation classes that update all sequences and identity columns of a database to a sufficiently high value, so that test data be inserted easily.
 

Uses of DatabaseAccessing in org.unitils.dbmaintainer.structure.impl
 

Classes in org.unitils.dbmaintainer.structure.impl that implement DatabaseAccessing
 class DefaultConstraintsDisabler
          Default implementation of ConstraintsDisabler.
 class DefaultSequenceUpdater
          Implementation of SequenceUpdater.
 class DtdDataSetStructureGenerator
          Implementation of DataSetStructureGenerator for the DbUnit FlatXmlDataSet XML test data files format

todo test and fix for hsqldb (see sample project)

 class XsdDataSetStructureGenerator
          Implementation of DataSetStructureGenerator that generates xml schema files for data sets.
 

Uses of DatabaseAccessing in org.unitils.dbmaintainer.util
 

Classes in org.unitils.dbmaintainer.util that implement DatabaseAccessing
 class BaseDatabaseAccessor
          Base class for implementations that access the test database
 

Methods in org.unitils.dbmaintainer.util with type parameters of type DatabaseAccessing
static
<T extends DatabaseAccessing>
T
DatabaseModuleConfigUtils.getConfiguredDatabaseTaskInstance(Class<T> databaseTaskType, Properties configuration, SQLHandler sqlHandler)
          Retrieves the concrete instance of the class with the given type as configured by the given Configuration.
 

Uses of DatabaseAccessing in org.unitils.dbmaintainer.version
 

Subinterfaces of DatabaseAccessing in org.unitils.dbmaintainer.version
 interface ExecutedScriptInfoSource
          Interface that enables registering which scripts were executed on the database and retrieving this information afterwards.
 

Uses of DatabaseAccessing in org.unitils.dbmaintainer.version.impl
 

Classes in org.unitils.dbmaintainer.version.impl that implement DatabaseAccessing
 class DefaultExecutedScriptInfoSource
          Implementation of VersionSource that stores the version in the database.
 



Copyright © 2011. All Rights Reserved.