Interface RowReaderFactory
- All Known Implementing Classes:
DefaultRowReaderFactory
public interface RowReaderFactory
Creates RowReader instances for executed queries.
- Since:
- 4.0
-
Method Summary
Modifier and Type Method Description RowReader<?>
rowReader(RowDescriptor descriptor, QueryMetadata queryMetadata, DbAdapter adapter, Map<ObjAttribute,ColumnDescriptor> attributeOverrides)
-
Method Details
-
rowReader
RowReader<?> rowReader(RowDescriptor descriptor, QueryMetadata queryMetadata, DbAdapter adapter, Map<ObjAttribute,ColumnDescriptor> attributeOverrides)
-