public class ParamNames<T extends ParamNames<T>> extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
protected String |
gexpr
用于指定组表达式参数名
|
protected String |
groupSeparator
组分割符
|
protected String |
ic
忽略大小写参数名后缀
带上该参数会导致字段索引不被使用,查询速度降低,在大数据量下建议使用数据库本身的字符集实现忽略大小写功能。
|
protected String |
onlySelect
用于指定只 Select 某些字段的参数名
|
protected String |
op
过滤运算符参数名后缀
|
protected String |
order
排序方法字段参数名
|
protected String |
orderBy
|
protected String |
selectExclude
用于指定不需要 Select 的字段的参数名
|
protected String |
separator
参数名分割符
|
protected String |
sort
排序字段参数名
|
| 构造器和说明 |
|---|
ParamNames() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
gexpr() |
T |
gexpr(String gexpr) |
String |
groupSeparator() |
T |
groupSeparator(String groupSeparator) |
String |
ic() |
T |
ic(String ic) |
String |
onlySelect() |
T |
onlySelect(String onlySelect) |
String |
op() |
T |
op(String op) |
String |
order() |
T |
order(String order) |
String |
orderBy() |
T |
orderBy(String orderBy) |
String |
selectExclude() |
T |
selectExclude(String selectExclude) |
String |
separator() |
T |
separator(String separator) |
String |
sort() |
T |
sort(String sort) |
protected String sort
protected String order
protected String orderBy
protected String separator
protected String ic
protected String op
protected String onlySelect
protected String selectExclude
protected String gexpr
protected String groupSeparator
public String sort()
public String order()
public String orderBy()
public String separator()
public String ic()
public String op()
public String onlySelect()
public String selectExclude()
public String gexpr()
public String groupSeparator()
Copyright © 2024. All rights reserved.