Package net.sourceforge.jdbcimporter.config

Provides the main classes and interfaces to parse an XML document into an ImportDef.

See:
          Description

Interface Summary
EntityConfigDelegate The EntityConfigDelegate interface is a delegate interface used by the EntityConfig to create EntityDef and ColumnDef objects.
 

Class Summary
EntityConfig The EntityConfig class parses a Node to create an EntityDef.
ImportConfig The ImportConfig class parses a Node to create an ImportDef.
ImportEntityConfigDelegate The ImportEntityConfigDelegate is an implementation of the EntityConfigDelegate that creates ImportEntityDef and ImportColumnDef.
 

Package net.sourceforge.jdbcimporter.config Description

Provides the main classes and interfaces to parse an XML document into an ImportDef.