public interface DataListFactory<T extends DataListEntry>
Modifier and Type | Method and Description |
---|---|
void |
completeQuery(List<T> list) |
T |
newEntry(int rownum,
RecordData dataRow) |
List<T> |
newList(int capacity) |
void |
prepareQuery(Object cmd,
Object context) |
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.