public class NestedEntityResultWrapper<E> extends Object implements ResultWrapper<E,E>
| 构造器和说明 |
|---|
NestedEntityResultWrapper(EntityColumnMapping mapping) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
completedWrapRow(E result)
完成一行的包装时执行
|
E |
getResult() |
E |
newRowInstance() |
protected void |
setProperty(RDBColumnMetadata col,
E instance,
String label,
Object val) |
void |
wrapColumn(ColumnWrapperContext<E> context)
包装一列时执行
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbeforeWrap, completedWrappublic NestedEntityResultWrapper(EntityColumnMapping mapping)
public E newRowInstance()
newRowInstance 在接口中 ResultWrapper<E,E>public void wrapColumn(ColumnWrapperContext<E> context)
ResultWrapperwrapColumn 在接口中 ResultWrapper<E,E>context - 列包装器上下文protected void setProperty(RDBColumnMetadata col, E instance, String label, Object val)
public boolean completedWrapRow(E result)
ResultWrappercompletedWrapRow 在接口中 ResultWrapper<E,E>result - 行结果对象public E getResult()
getResult 在接口中 ResultWrapper<E,E>Copyright © 2025. All rights reserved.