This job step should no longer be used, use the HowTo - database integration (DB adapter).
The DbObjectRetriever loads data (messages, articles, etc.) from a database..
| Name | Meaning | 
|---|---|
| Type | Type of the job step. | 
| Name | Name of the job step that will appear in the job designer | 
| Description | Optional description for the job step. | 
| MsgBoxName : | MessageBox into which the loaded documents are sent. | 
| Provider : | Reference to the database. | 
| HibernateConfigFile : | Path that points to the Hibernate configuration file. | 
| MaxRecords : | Number of how many elements are processed at once. | 
| QueryString : | NHibernate QueryString for selection (SELECT). |