| 程序包 | 说明 |
|---|---|
| com.jfinal.kit | |
| com.jfinal.plugin.activerecord | |
| com.jfinal.plugin.redis |
| 限定符和类型 | 方法和说明 |
|---|---|
<T> T |
Okv.getAs(Object key,
T defaultValue,
Func.F11<Object,T> converter) |
<T> T |
Ret.getAs(Object key,
T defaultValue,
Func.F11<Object,T> converter) |
<T> T |
Kv.getAs(Object key,
T defaultValue,
Func.F11<Object,T> converter) |
| 限定符和类型 | 方法和说明 |
|---|---|
<T> T |
Model.get(String attr,
T defaultValue,
Func.F11<Object,T> converter)
Get column of any mysql type and convert type using converter.
|
<T> T |
Record.get(String column,
T defaultValue,
Func.F11<Object,T> converter)
Get column of any mysql type and convert type using converter.
|
<T> T |
IRow.get(String column,
T defaultValue,
Func.F11<Object,T> converter)
Get column of any mysql type and convert type using converter.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Cache.scan(Integer cursor,
Func.F11<List<String>,Boolean> keyList) |
void |
Cache.scan(Integer cursor,
String pattern,
Func.F11<List<String>,Boolean> keyList) |
void |
Cache.scan(Integer cursor,
String pattern,
Integer count,
Func.F11<List<String>,Boolean> keyList)
scan 命令查找符合给定模式 pattern 的 key
|
Copyright © 2024. All rights reserved.