public class CouchbaseQueryMethod extends QueryMethod
| Constructor and Description |
|---|
CouchbaseQueryMethod(Method method,
RepositoryMetadata metadata,
MappingContext<? extends CouchbasePersistentEntity<?>,CouchbasePersistentProperty> mappingContext) |
| Modifier and Type | Method and Description |
|---|---|
View |
getViewAnnotation()
Returns the @View annoation if set, null otherwise.
|
boolean |
hasViewAnnotation()
If the method has a @View annotation.
|
createParameters, getDomainClass, getEntityInformation, getName, getNamedQueryName, getParameters, getReturnedObjectType, isCollectionQuery, isModifyingQuery, isPageQuery, isQueryForEntity, isSliceQuery, isStreamQuery, toStringpublic CouchbaseQueryMethod(Method method, RepositoryMetadata metadata, MappingContext<? extends CouchbasePersistentEntity<?>,CouchbasePersistentProperty> mappingContext)
public boolean hasViewAnnotation()
public View getViewAnnotation()
Copyright © 2011-2015–2016 Pivotal Software, Inc.. All rights reserved.