|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BatchingDAO
Interface for DAOs that offer batching. This should be provided as an optimization and DAO implementations that can't supply batching should just do nothing.
Method Summary | |
---|---|
void |
executeBatch()
Write a batch of insert or update commands |
void |
startBatch()
Start a batch of insert or update commands |
Method Detail |
---|
void startBatch()
java.lang.RuntimeException
- wrapping a SQLExceptionvoid executeBatch()
java.lang.RuntimeException
- wrapping a SQLException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |