T - type of the domain class@API(status=INTERNAL,
since="6.0")
public final class SimpleReactiveQueryByExampleExecutor<T>
extends Object
implements ReactiveQueryByExampleExecutor<T>
| Constructor and Description |
|---|
SimpleReactiveQueryByExampleExecutor(ReactiveNeo4jOperations neo4jOperations,
Neo4jMappingContext mappingContext) |
| Modifier and Type | Method and Description |
|---|---|
<S extends T> |
count(Example<S> example) |
<S extends T> |
exists(Example<S> example) |
<S extends T> |
findAll(Example<S> example) |
<S extends T> |
findAll(Example<S> example,
Sort sort) |
<S extends T> |
findOne(Example<S> example) |
public SimpleReactiveQueryByExampleExecutor(ReactiveNeo4jOperations neo4jOperations, Neo4jMappingContext mappingContext)
public <S extends T> reactor.core.publisher.Mono<S> findOne(Example<S> example)
findOne in interface ReactiveQueryByExampleExecutor<T>public <S extends T> reactor.core.publisher.Flux<S> findAll(Example<S> example)
findAll in interface ReactiveQueryByExampleExecutor<T>public <S extends T> reactor.core.publisher.Flux<S> findAll(Example<S> example, Sort sort)
findAll in interface ReactiveQueryByExampleExecutor<T>public <S extends T> reactor.core.publisher.Mono<Long> count(Example<S> example)
count in interface ReactiveQueryByExampleExecutor<T>Copyright © 2019–2021 Neo4j, Neo4j Sweden AB. All rights reserved.