-
Suggestion
-
Resolution: Fixed
-
None
-
None
1) The BatchProcessor includes a find method which does not not need to be included in the generic batch processor. It should be moved into it own interface and have its own hibernate version specific class hierarchy.
2) The batchSize the find methods use is unrelated to the batch size the BatchProcessor uses and they should not be confused with each other.
New interface for the batch finding logic.