一个数据访问层Torque3.1的生成器的源代码

源代码在线查看: interface.vm

软件大小: 241 K
上传用户: xiaochonghan
关键词: Torque 3.1 数据访问 生成器
下载地址: 免注册下载 普通下载 VIP

相关代码

				#*				 * author John McNally				 * version $Id: Interface.vm,v 1.1 2003/02/10 13:18:45 mpoeschl Exp $				 *#								package $package;								/**				 * This is an interface that should be filled with the public api of the				 * $table.JavaName objects.				 * The skeleton for this class was autogenerated by Torque #if ($addTimeStamp)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 interface ${table.Interface}				{				}							

相关资源