@Retention(value=RUNTIME) @Target(value={METHOD,ANNOTATION_TYPE}) @Documented public @interface Query
Modifier and Type | Optional Element and Description |
---|---|
boolean |
count
Returns whether the defined query should be executed as a count projection.
|
boolean |
exists
Returns whether the defined query should be executed as an exists projection.
|
String |
value
Takes a Cloud Datastore GQL string to define the actual query to be executed.
|
public abstract String value
Copyright © 2021. All rights reserved.