Package | Description |
---|---|
com.jfinal.config | |
com.jfinal.kit | |
com.jfinal.plugin.activerecord | |
com.jfinal.plugin.activerecord.generator | |
com.jfinal.plugin.cron4j |
Class and Description |
---|
Prop
Prop.
|
Class and Description |
---|
JavaKeyword
JavaKeyword.
|
JMap
Deprecated.
|
Kv
Kv (Key Value)
Example:
Kv para = Kv.by("id", 123);
User user = user.findFirst(getSqlPara("find", para));
|
Okv
Okv (Ordered Key Value)
Okv 与 Kv 的唯一区别在于 Okv 继承自 LinkedHashMap,而 Kv 继承自 HashMap
所以对 Okv 中的数据进行迭代输出的次序与数据插入的先后次序一致
Example:
Okv para = Okv.by("id", 123);
User user = user.findFirst(getSqlPara("find", para));
|
Prop
Prop.
|
Ret
Ret 用于返回值封装,也用于服务端与客户端的 json 数据通信
|
Class and Description |
---|
Prop
Prop.
|
Class and Description |
---|
JavaKeyword
JavaKeyword.
|
Class and Description |
---|
Prop
Prop.
|
Copyright © 2018. All rights reserved.