⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 extensionobject.vm

📁 一个数据访问层Torque3.1的生成器的源代码
💻 VM
字号:
#set ($interface = "")#if ($table.Interface)    #set ($interface = ", $table.Interface")#endpackage $package;#if ($table.isAbstract())    #set ($abstract = "abstract")#endimport 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 $basePrefix$table.JavaName    implements ${table.JavaName}Interface{}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -