View Javadoc

1   package org.apache.turbine.services.schedule.map;
2   
3   import org.apache.torque.TorqueException;
4   
5   /***
6    * This is a Torque Generated class that is used to load all database map 
7    * information at once.  This is useful because Torque's default behaviour
8    * is to do a "lazy" load of mapping information, e.g. loading it only
9    * when it is needed.<p>
10   *
11   * @see org.apache.torque.map.DatabaseMap#initialize() DatabaseMap.initialize() 
12   */
13  public class DefaultMapInit
14  {
15      public static final void init()
16          throws TorqueException
17      {
18          org.apache.turbine.services.schedule.JobEntryPeer.getMapBuilder();
19      }
20  }