public interface BatchPostExecute
This includes concurrency checking, generated keys on inserts, transaction logging, transaction event table modifcation and for beans resetting their 'loaded' status.
| Modifier and Type | Method and Description |
|---|---|
void |
checkRowCount(int rowCount)
Check that the rowCount is correct for this execute.
|
void |
postExecute()
Execute the post execute processing.
|
void |
setGeneratedKey(Object idValue)
For inserts with generated keys.
|
void checkRowCount(int rowCount)
throws SQLException
SQLExceptionvoid setGeneratedKey(Object idValue)
void postExecute()
throws SQLException
This includes transaction logging, transaction event table modification and for beans resetting their 'loaded' status.
SQLExceptionCopyright © 2014. All Rights Reserved.