public class ArangoQueryMethod
extends org.springframework.data.repository.query.QueryMethod
Constructor and Description |
---|
ArangoQueryMethod(Method method,
org.springframework.data.repository.core.RepositoryMetadata metadata,
org.springframework.data.projection.ProjectionFactory factory) |
Modifier and Type | Method and Description |
---|---|
org.springframework.data.repository.query.Parameters<?,?> |
createParameters(Method method) |
org.springframework.data.repository.query.Parameters<?,?> |
getParameters() |
public ArangoQueryMethod(Method method, org.springframework.data.repository.core.RepositoryMetadata metadata, org.springframework.data.projection.ProjectionFactory factory)
public org.springframework.data.repository.query.Parameters<?,?> getParameters()
getParameters
in class org.springframework.data.repository.query.QueryMethod
public org.springframework.data.repository.query.Parameters<?,?> createParameters(Method method)
createParameters
in class org.springframework.data.repository.query.QueryMethod
Copyright © 2017–2018 ArangoDB GmbH. All rights reserved.