org.springframework.data.neo4j.repository
Interface CypherDslRepository<T>
- All Known Implementing Classes:
- AbstractGraphRepository, NodeGraphRepositoryImpl, RelationshipGraphRepository
public interface CypherDslRepository<T>
- Since:
- 11.11.11
- Author:
- mh
query
Page<T> query(org.neo4j.cypherdsl.grammar.Execute query,
Map<String,Object> params,
Pageable page)
query
Page<T> query(org.neo4j.cypherdsl.grammar.Execute query,
org.neo4j.cypherdsl.grammar.Execute countQuery,
Map<String,Object> params,
Pageable page)
query
EndResult<T> query(org.neo4j.cypherdsl.grammar.Execute query,
Map<String,Object> params)
Copyright © 2011-2013-2013 SpringSource. All Rights Reserved.