public class RepositoryMethod extends Object
| Constructor and Description |
|---|
RepositoryMethod(Method method,
RepositoryComponent repo) |
| Modifier and Type | Method and Description |
|---|---|
MethodType |
getMethodType() |
QueryProcessor |
getQueryProcessor() |
QueryRoot |
getQueryRoot() |
RepositoryComponent |
getRepository() |
boolean |
returns(Class<?> returnType) |
public RepositoryMethod(Method method, RepositoryComponent repo)
public boolean returns(Class<?> returnType)
public MethodType getMethodType()
public RepositoryComponent getRepository()
public QueryRoot getQueryRoot()
public QueryProcessor getQueryProcessor()
Copyright © 2011-2013 The Apache Software Foundation. All Rights Reserved.