public class DerivedGraphRepositoryQuery extends AbstractGraphRepositoryQuery
RepositoryQuery that handles mapping of derived finders.| Constructor and Description |
|---|
DerivedGraphRepositoryQuery(GraphQueryMethod graphQueryMethod,
org.neo4j.ogm.session.Session session) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
doExecute(Query params,
Object[] parameters) |
protected Query |
getQuery(Object[] parameters) |
protected boolean |
isCountQuery()
Returns whether the query should get a count projection applied.
|
protected boolean |
isDeleteQuery()
Return weather the query should delete matching documents.
|
protected boolean |
isExistsQuery()
Returns whether the query should get an exists projection applied.
|
execute, getExecution, getQueryMethodpublic DerivedGraphRepositoryQuery(GraphQueryMethod graphQueryMethod, org.neo4j.ogm.session.Session session)
protected Object doExecute(Query params, Object[] parameters)
doExecute in class AbstractGraphRepositoryQueryprotected Query getQuery(Object[] parameters)
getQuery in class AbstractGraphRepositoryQueryprotected boolean isCountQuery()
AbstractGraphRepositoryQueryisCountQuery in class AbstractGraphRepositoryQueryprotected boolean isExistsQuery()
AbstractGraphRepositoryQueryisExistsQuery in class AbstractGraphRepositoryQueryprotected boolean isDeleteQuery()
AbstractGraphRepositoryQueryisDeleteQuery in class AbstractGraphRepositoryQueryCopyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.