Annotation Type BatchChunkSize


@Retention(RUNTIME) @Target({METHOD,PARAMETER,TYPE}) public @interface BatchChunkSize
Used to control the batch chunk size for sql batch operations. If this annotation is present the value (or argument value if on a parameter) will be used as the size for each batch statement to execute.