See: Description
Class | Description |
---|---|
AbstractDatastoreQuery<T> |
Abstract class for implementing Cloud Datastore query methods.
|
DatastorePageable |
A pageable implementation for Cloud Datastore that uses the cursor for efficient reads.
|
DatastoreQueryLookupStrategy |
Query lookup strategy for Query Methods for Cloud Datastore.
|
DatastoreQueryMethod |
A metadata class for Query Methods for Spring Data Cloud Datastore.
|
GqlDatastoreQuery<T> |
Query Method for GQL queries.
|
PartTreeDatastoreQuery<T> |
Name-based query method for Cloud Datastore.
|
Annotation Type | Description |
---|---|
Query |
Annotation to mark query methods in user-defined repositories that are supplied with
Google Query Language custom queries.
|
Copyright © 2021. All rights reserved.