Package org.alfresco.ibatis
Interface BatchingDAO
-
- All Known Implementing Classes:
AbstractNodeDAOImpl,AbstractPatchDAOImpl,NodeDAOImpl,NodeDAOImpl.MSSQL,NodeDAOImpl.MySQL,NodeDAOImpl.MySQLClusterNDB,PatchDAOImpl,PatchDAOImpl.Oracle,PatchDAOImpl.PostgreSQL
public interface BatchingDAOInterface for DAOs that offer batching. This should be provided as an optimization and DAO implementations that can't supply batching should just do nothing.- Since:
- 3.2.1
- Author:
- Derek Hulley
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecuteBatch()Write a batch of insert or update commandsvoidstartBatch()Start a batch of insert or update commands
-