public class TurbineMapBuilder implements MapBuilder(Code)
Default Builder for Database/Table/Column Maps within the Turbine
System. If you decide to use your own table schema, then you
probably will want to implement this class on your own. It is then
defined within the TurbineResources.properties file.
author: John D. McNally author: Daniel Rall version: $Id: TurbineMapBuilder.java 534527 2007-05-02 16:10:59Z tv $
Build up the databasemapping. It should probably be modified
to read a .xml file representation of the database to build
this.
exception: Exception - a generic exception.