Details
-
Type:
Sub-task
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.1-beta1
-
Component/s: None
-
Labels:None
Activity
- All
- Comments
- Work Log
- History
- Activity
- Git Commits
batch size configuration can now be done at the class level:
static mapping = { batchSize 10 }or per association
static mapping = { books batchSize:10 }