001 package org.apache.torque.linkage; 002 003 /** 004 * This Torque generated class is used to link the runtime code 005 * in org.apache.torque.* packages to the Database specific MapInit 006 * classes generated in the user defined packages. It resided in 007 * the org.apache.torque.linkage so that the runtime code can 008 * locate it regardless of the user build properties. 009 * 010 * @see org.apache.torque.map.DatabaseMap#initialize() DatabaseMap.initialize() 011 */ 012 public class DefaultMapInit 013 extends org.apache.turbine.services.schedule.map.DefaultMapInit 014 { 015 }