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