public interface ILazyLoadContext
Modifier and Type | Method and Description |
---|---|
void |
markProcessed(String field)
直接标记为无需加载
|
int |
needLoad(String fieldname)
返回任务编号,-1表示无需执行
|
boolean |
process(DBObject dataObject,
int fieldname)
执行指定编号的延迟加载任务
|
int needLoad(String fieldname)
boolean process(DBObject dataObject, int fieldname) throws SQLException
dataObject
- fieldname
- SQLException
void markProcessed(String field)
field
- Copyright © 2020. All rights reserved.