bookpeer.java

来自「Torque示例」· Java 代码 · 共 25 行

JAVA
25
字号
package com.becom.om;/** * The skeleton for this class was autogenerated by Torque on: * * [Tue Apr 20 13:21:09 CST 2004] * *  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. */ import java.util.List; import org.apache.torque.util.*;public class BookPeer    extends com.becom.om.BaseBookPeer{  public static List doSelectAll() throws Exception  {    Criteria crit = new Criteria();    return doSelect(crit);  }}

⌨️ 快捷键说明

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