| Package | Description |
|---|---|
| org.springframework.cloud.gcp.data.datastore.core |
Core support for Cloud Datastore in Spring Data.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
DatastoreTemplate.applyQueryOptions(com.google.cloud.datastore.StructuredQuery.Builder builder,
DatastoreQueryOptions queryOptions,
DatastorePersistentEntity<?> persistentEntity) |
<T> Collection<T> |
DatastoreOperations.findAll(Class<T> entityClass,
DatastoreQueryOptions queryOptions)
Get all the entities of the given domain type applying limit, offset and sort.
|
<T> Collection<T> |
DatastoreTemplate.findAll(Class<T> entityClass,
DatastoreQueryOptions queryOptions) |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.