public class MongoDBUpdateExecution extends MongoDBBaseExecution implements UpdateExecution
connection, executionContext, metadata, mongoDB| Constructor and Description |
|---|
MongoDBUpdateExecution(MongoDBExecutionFactory executionFactory,
Command command,
ExecutionContext executionContext,
RuntimeMetadata metadata,
MongoDBConnection connection) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel() |
void |
close() |
void |
execute() |
int[] |
getUpdateCounts() |
public MongoDBUpdateExecution(MongoDBExecutionFactory executionFactory, Command command, ExecutionContext executionContext, RuntimeMetadata metadata, MongoDBConnection connection) throws TranslatorException
TranslatorExceptionpublic void cancel()
throws TranslatorException
cancel in interface ExecutionTranslatorExceptionpublic void execute()
throws TranslatorException
execute in interface ExecutionTranslatorExceptionpublic int[] getUpdateCounts()
throws DataNotAvailableException,
TranslatorException
getUpdateCounts in interface UpdateExecutionDataNotAvailableExceptionTranslatorExceptionCopyright © 2019. All rights reserved.