?? functiondao.java
字號:
package com.m2.dao;
public interface FunctionDAO extends BaseDAO{
static final String FIND_FUNTIONS_BY_TREE_NODE=" from Function f where f.funcTree=?";
static final String FIND_FUNTIONS_ALL=" from Function f where 1=1";
static final String AMOUNT_OF_FUNC="select count(*) from Function f where f.funcTree=?";
static final String AMOUNT_OF_FUNC_TREE="select count(*) from FuncTree f ";
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -