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

📄 proxyinterface.vm

📁 一个数据访问层Torque3.1的生成器的源代码
💻 VM
字号:
package ${package};import java.io.Serializable;import java.util.Date;/**#if ($addTimeStamp) * This interface was autogenerated by Torque on: * * [$now] *#end * You should not use this proxy interface directly.  It should * not even be extended all references should be to * ${table.JavaName}ProxyInterface */public interface ${basePrefix}${table.JavaName}ProxyInterface extends Serializable{    #foreach ($col in $table.PrimaryKey)        #set ( $cfc=$col.JavaName )        #set ( $cfc=$cfc.replaceFirst(".", $cfc.substring(0,1).toUpperCase()) )        #set ( $clo=$col.Name.toLowerCase() )        #set ( $cjtype = $col.JavaPrimitive )    /**     * Get the $cfc     * @return $cjtype     */    public $cjtype get${cfc}();    #end}

⌨️ 快捷键说明

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