#set ($db = $table.Database) #if ($db.Package) #set ($package = $db.Package) #else #set ($package = $targetPackage) #end package $package; #if ($table.isAbstract()) #set ($abstract = "abstract") #end import org.apache.torque.om.Persistent; /** #if ($addTimeStamp) * The skeleton for this class was autogenerated by Torque on: * * [$now] * #end * You should add additional methods to this class to meet the * application requirements. This class will only be generated as * long as it does not already exist in the output directory. */ public $!abstract class $table.JavaName extends ${package}.$basePrefix$table.JavaName implements Persistent { }