public void processBatchedWrites(ManagedConnection mconn) throws MappedDatastoreException
{
SQLController sqlControl = storeMgr.getSQLController();
try
{
sqlControl.processStatementsForConnection(mconn); // Process all waiting batched statements before we start our work
}
catch (SQLException e)
{
throw new MappedDatastoreException("SQLException", e);
}