Package | Description |
---|---|
gov.va.vinci.leo.cr |
CollectionReader base classes and implementations are found in this package.
|
Modifier and Type | Class and Description |
---|---|
class |
BatchDatabaseCollectionReader
Database CollectionReader that pulls the data in batches of a configurable size.
|
class |
SQLServerPagedDatabaseCollectionReader
Database CollectionReader that pulls the data in pages of a configurable size from SQL Server.
|
Modifier and Type | Method and Description |
---|---|
<T extends DatabaseCollectionReader> |
DatabaseCollectionReader.setIdColumn(String idColumn)
Set the ID column to be used.
|
<T extends DatabaseCollectionReader> |
DatabaseCollectionReader.setNoteColumn(String noteColumn)
Set the note column name.
|
<T extends DatabaseCollectionReader> |
DatabaseCollectionReader.setQuery(String query)
Set the database query used to pull data.
|
Copyright © 2018 Department of Veterans Affairs. All Rights Reserved.