public class FetchManyAction extends AbstractFetchAction
{@code
public class User{
private Long id;
private Long departmentId| 构造器和说明 |
|---|
FetchManyAction(PropertyDescriptor idProperty,
PropertyDescriptor otherTypeFrom) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
execute(ExecuteContext ctx,
List list) |
void |
init(Class owner,
Class target,
Annotation config,
PropertyDescriptor originProperty) |
addAttribute, addCached, addCached, containAttribute, getAnnotation, getOriginProperty, queryFromCache, queryFromCache, queryFromCachepublic FetchManyAction(PropertyDescriptor idProperty, PropertyDescriptor otherTypeFrom)
public void init(Class owner, Class target, Annotation config, PropertyDescriptor originProperty)
init 在接口中 FetchActioninit 在类中 AbstractFetchActionpublic void execute(ExecuteContext ctx, List list)
Copyright © 2021. All rights reserved.