接口 TokenPrinters
-
public interface TokenPrintersCommonly used token printers expressed as constants.
-
-
字段概要
字段 修饰符和类型 字段 说明 static ASTPrinterHQL_TOKEN_PRINTERstatic ASTPrinterORDERBY_FRAGMENT_PRINTERstatic ASTPrinterREFERENCED_TABLES_PRINTERstatic ASTPrinterSQL_TOKEN_PRINTER
-
-
-
字段详细资料
-
HQL_TOKEN_PRINTER
static final ASTPrinter HQL_TOKEN_PRINTER
-
SQL_TOKEN_PRINTER
static final ASTPrinter SQL_TOKEN_PRINTER
-
ORDERBY_FRAGMENT_PRINTER
static final ASTPrinter ORDERBY_FRAGMENT_PRINTER
-
REFERENCED_TABLES_PRINTER
static final ASTPrinter REFERENCED_TABLES_PRINTER
-
-