@Retention(value=RUNTIME) @Target(value=METHOD) @Documented public @interface Query
?0
, ?1
and so on.Modifier and Type | Optional Element and Description |
---|---|
boolean |
count
Returns whether the query defined should be executed as count projection.
|
String |
fields
Defines the fields that should be returned for the given query.
|
String |
value
Takes a MongoDB JSON string to define the actual query to be executed.
|
public abstract String value
public abstract String fields
public abstract boolean count
Copyright © 2011-2013-2013 Pivotal. All Rights Reserved.