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, getQueryMethod
public DerivedGraphRepositoryQuery(GraphQueryMethod graphQueryMethod, org.neo4j.ogm.session.Session session)
protected Object doExecute(Query params, Object[] parameters)
doExecute
in class AbstractGraphRepositoryQuery
protected Query getQuery(Object[] parameters)
getQuery
in class AbstractGraphRepositoryQuery
protected boolean isCountQuery()
AbstractGraphRepositoryQuery
isCountQuery
in class AbstractGraphRepositoryQuery
protected boolean isExistsQuery()
AbstractGraphRepositoryQuery
isExistsQuery
in class AbstractGraphRepositoryQuery
protected boolean isDeleteQuery()
AbstractGraphRepositoryQuery
isDeleteQuery
in class AbstractGraphRepositoryQuery
Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.