Coverage Report - org.apache.torque.linkage.DefaultMapInit
 
Classes in this File Line Coverage Branch Coverage Complexity
DefaultMapInit
0%
0/1
N/A
0
 
 1  
 package org.apache.torque.linkage;
 2  
 
 3  
 /**
 4  
  * This Torque generated class is used to link the runtime code 
 5  
  * in org.apache.torque.* packages to the Database specific MapInit 
 6  
  * classes generated in the user defined packages.  It resided in 
 7  
  * the org.apache.torque.linkage so that the runtime code can 
 8  
  * locate it regardless of the user build properties.
 9  
  *
 10  
  * @see org.apache.torque.map.DatabaseMap#initialize() DatabaseMap.initialize() 
 11  
  */
 12  0
 public class DefaultMapInit
 13  
         extends org.apache.turbine.services.schedule.map.DefaultMapInit
 14  
 {
 15  
 }