Package org.jasig.portal.tools.dbloader

Interface Summary
IDbLoader Describes a class that is able to drop, create and populate database tables based on XML definition files.
ISchemaExport  
ITableDataProvider  
 

Class Summary
BaseDbXmlHandler Base SAX handler for providing an entity resolver and capturing character data
DataSourceSchemaExport Runs the Hibernate Schema Export tool using the specified DataSource for the target DB.
DataSourceSchemaExportRunner  
DataXmlHandler Generates and executes SQL INSERT statements as the data XML document is parsed.
DbLoaderConfiguration Configuration for the DbLoader, includes commons-cli Options set for command line use.
DbLoaderRunner Utility to execute DbLoader from the command line.
HibernateDbLoader Can drop and/or create tables based on an XML table definition file and populate tables based on a XML data definition file.
TableXmlHandler Builds an object model of Hibernate mapping objects for tables based on an XML definition file.
 



Copyright © 2010 Jasig. All Rights Reserved.