Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
PAGEPARAMETER_FIRST |
"First_PageHelper" |
public static final String |
PAGEPARAMETER_SECOND |
"Second_PageHelper" |
public static final String |
SUFFIX_COUNT |
"_PageHelper_Count" |
public static final String |
SUFFIX_PAGE |
"_PageHelper" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
KEEP_ORDERBY |
"/*keep orderby*/" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final String |
PAGE_COLUMN_ALIAS_PREFIX |
"ROW_ALIAS_" |
protected static final String |
PAGE_ROW_NUMBER |
"PAGE_ROW_NUMBER" |
protected static final String |
PAGE_TABLE_NAME |
"PAGE_TABLE_ALIAS" |
protected static final String |
WRAP_TABLE |
"WRAP_OUTER_TABLE" |
Copyright © 2018. All rights reserved.