public class GraphParametersParameterAccessor extends ParametersParameterAccessor implements GraphParameterAccessor
ParametersParameterAccessor to allow access to the Depth parameter.| Constructor and Description |
|---|
GraphParametersParameterAccessor(GraphQueryMethod method,
Object[] values)
Creates a new
ParametersParameterAccessor. |
| Modifier and Type | Method and Description |
|---|---|
int |
getDepth()
Gets the loading depth value of the
Depth annotated method parameter. |
org.neo4j.ogm.cypher.query.SortOrder |
getOgmSort()
Get OGM specific sort order translated from method parameters.
|
getBindableValue, getDynamicProjection, getPageable, getParameters, getSort, getValue, hasBindableNullValue, iteratorclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBindableValue, getDynamicProjection, getPageable, getSort, hasBindableNullValue, iteratorforEach, spliteratorpublic GraphParametersParameterAccessor(GraphQueryMethod method, Object[] values)
ParametersParameterAccessor.method - must not be null.values - must not be null.public int getDepth()
GraphParameterAccessorDepth annotated method parameter.getDepth in interface GraphParameterAccessorpublic org.neo4j.ogm.cypher.query.SortOrder getOgmSort()
GraphParameterAccessorgetOgmSort in interface GraphParameterAccessorCopyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.