package

com.atlassian.dbexporter

Interfaces

ConnectionProvider

An interface to access a database connection

It is left up to implementations to define how the connection is managed (pooled, etc.). 

DatabaseInformation.StringConverter<T>  
DatabaseInformations.Database  
EntityNameProcessor  
ImportExportConfiguration Gives access to the essential configuration elements used during import/export 
ImportExportErrorService  

Classes

Column  
Context  
DatabaseInformation  
DatabaseInformation.AbstractStringConverter<T>  
DatabaseInformations A class that gives easy access to some database information 
DbExporter

Creates an export of a database. 

DbImporter

Loads the data from a platform-independent backup file into the database. 

ForeignKey  
NoOpEntityNameProcessor  
Table  

Enums

BatchMode  
CleanupMode Determine how the database should be cleaned up before an import. 
DatabaseInformations.Database.Type