public class FetchOneAction extends AbstractFetchAction
{@code
public class User{
private Long id;
private Long departmentId| 构造器和说明 |
|---|
FetchOneAction(PropertyDescriptor from)
以User例子来说
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
execute(ExecuteContext ctx,
List list) |
Map<Object,Object> |
toMap(SQLManager sqlManager,
List<Object> dbsObject,
Class queryTarget) |
addAttribute, addCached, addCached, containAttribute, getAnnotation, getOriginProperty, init, queryFromCache, queryFromCache, queryFromCachepublic FetchOneAction(PropertyDescriptor from)
from - user#departmentIdpublic void execute(ExecuteContext ctx, List list)
ctx - list - 以User例子,list是包含User对象Copyright © 2021. All rights reserved.