T - type of the domain class@API(status=INTERNAL,
since="6.0")
public final class SimpleQueryByExampleExecutor<T>
extends Object
implements QueryByExampleExecutor<T>
| Constructor and Description |
|---|
SimpleQueryByExampleExecutor(Neo4jOperations 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,
Pageable pageable) |
<S extends T> |
findAll(Example<S> example,
Sort sort) |
<S extends T> |
findOne(Example<S> example) |
public SimpleQueryByExampleExecutor(Neo4jOperations neo4jOperations, Neo4jMappingContext mappingContext)
public <S extends T> Optional<S> findOne(Example<S> example)
findOne in interface QueryByExampleExecutor<T>public <S extends T> List<S> findAll(Example<S> example)
findAll in interface QueryByExampleExecutor<T>public <S extends T> List<S> findAll(Example<S> example, Sort sort)
findAll in interface QueryByExampleExecutor<T>public <S extends T> Page<S> findAll(Example<S> example, Pageable pageable)
findAll in interface QueryByExampleExecutor<T>public <S extends T> long count(Example<S> example)
count in interface QueryByExampleExecutor<T>public <S extends T> boolean exists(Example<S> example)
exists in interface QueryByExampleExecutor<T>Copyright © 2019–2021 Neo4j, Neo4j Sweden AB. All rights reserved.