public interface QueryDescriptor extends InvocationMatcher
| Modifier and Type | Method and Description |
|---|---|
List<List<Parameter>> |
getBranches() |
RepositoryFactoryConfiguration |
getConfiguration() |
String |
getFunction() |
int |
getLimit() |
Page |
getPage(Invocation invocation)
Given an actual, runtime invocation, returns the page metadata for that invocation as per this query, or
null if no pagination was indicated.
|
RepositoryMetadata |
getRepositoryMetadata() |
Sort |
getSort(Invocation invocation)
Given an actual, runtime invocation, returns the sort metadata for that invocation as per this qery, or
returns null to indicate no ordering is required.
|
boolean |
isDistinct() |
matchesRepositoryFactoryConfiguration getConfiguration()
RepositoryMetadata getRepositoryMetadata()
boolean isDistinct()
String getFunction()
int getLimit()
Page getPage(Invocation invocation)
invocation - the invocationSort getSort(Invocation invocation)
invocation - the invocationList<List<Parameter>> getBranches()
Copyright © 2014–2016. All rights reserved.