Class ReactiveNosqlQueryExecution.DeleteExecution
java.lang.Object
com.oracle.nosql.spring.data.repository.query.ReactiveNosqlQueryExecution.DeleteExecution
- All Implemented Interfaces:
- ReactiveNosqlQueryExecution
- Enclosing interface:
- ReactiveNosqlQueryExecution
public static final class ReactiveNosqlQueryExecution.DeleteExecution
extends Object
implements ReactiveNosqlQueryExecution
- 
Nested Class SummaryNested classes/interfaces inherited from interface com.oracle.nosql.spring.data.repository.query.ReactiveNosqlQueryExecutionReactiveNosqlQueryExecution.CountExecution, ReactiveNosqlQueryExecution.DeleteExecution, ReactiveNosqlQueryExecution.ExistsExecution, ReactiveNosqlQueryExecution.MultiEntityExecution
- 
Constructor SummaryConstructorsConstructorDescriptionDeleteExecution(ReactiveNosqlOperations operations, NosqlEntityInformation<?, ?> entityInformation) 
- 
Method Summary
- 
Constructor Details- 
DeleteExecutionpublic DeleteExecution(ReactiveNosqlOperations operations, NosqlEntityInformation<?, ?> entityInformation) 
 
- 
- 
Method Details- 
execute- Specified by:
- executein interface- ReactiveNosqlQueryExecution
 
 
-