added hyperlinks to foreign keys in the documentation which point to the referenced table. Thanks for Hilco Wijbenga for an early version of the patch.
Scott's fix for TRQS321. Criteria is now serializable, and has an improved equals() method and a hashCode() method. Thanks to Martin Goulet for an early version of the patch.
Added additional imports for foreign keys which are defined in a different package. Changed the runtimetest to test the correct behaviour. Fixes TRQS325. Thanks to Robert Dietrick for the patch.
The Data Source Key "default" is now again mapped to the default data source. A test case is added to check that the behaviouris retained in the future. Fixes TRQS322.
The generator now builds the MapBuilders such that the columns of the TableMap contain the correct size and scale as provided in the schema.xml. Fixes TRQS323. Thanks to Greg Monroe for the patch.
Put book table at the end of the schema.xml in order to have all tables declared to which foreign keys exist Thanks to Jean T. Anderson for pointing out the problem