azure-docs-sdk-java/docs-ref-autogen/com.azure.spring.data.cosmo...

28 строки
1.2 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.spring.data.cosmos.repository.Query"
fullName: "com.azure.spring.data.cosmos.repository.Query"
name: "Query"
nameWithType: "Query"
summary: "Annotation to declare finder queries directly on repository methods."
syntax: "public interface **Query**</br> implements <a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html\">Annotation</a>"
methods:
- uid: "com.azure.spring.data.cosmos.repository.Query.value()"
fullName: "com.azure.spring.data.cosmos.repository.Query.value()"
name: "value()"
nameWithType: "Query.value()"
summary: "value of the query"
modifiers:
- "abstract"
syntax: "public abstract String value()"
desc: "value of the query"
returns:
description: "the value"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
type: "interface"
desc: "Annotation to declare finder queries directly on repository methods."
implements:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html\">Annotation</a>"
metadata: {}
package: "com.azure.spring.data.cosmos.repository"
artifact: com.azure:azure-spring-data-cosmos:5.16.0