Uses of Class
com.google.cloud.spring.data.datastore.core.DatastoreQueryOptions
Packages that use DatastoreQueryOptions
Package
Description
Core support for Cloud Datastore in Spring Data.
-
Uses of DatastoreQueryOptions in com.google.cloud.spring.data.datastore.core
Methods in com.google.cloud.spring.data.datastore.core that return DatastoreQueryOptionsMethods in com.google.cloud.spring.data.datastore.core with parameters of type DatastoreQueryOptionsModifier and TypeMethodDescriptionstatic voidDatastoreTemplate.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> DatastoreResultsCollection<T>DatastoreTemplate.findAll(Class<T> entityClass, DatastoreQueryOptions queryOptions) <T> Iterable<com.google.cloud.datastore.Key>DatastoreOperations.keyQueryByExample(org.springframework.data.domain.Example<T> example, DatastoreQueryOptions queryOptions) Run key query by example.<T> Iterable<com.google.cloud.datastore.Key>DatastoreTemplate.keyQueryByExample(org.springframework.data.domain.Example<T> example, DatastoreQueryOptions queryOptions) <T> Iterable<T>DatastoreOperations.queryByExample(org.springframework.data.domain.Example<T> example, DatastoreQueryOptions queryOptions) Run query by example.<T> DatastoreResultsIterable<T>DatastoreTemplate.queryByExample(org.springframework.data.domain.Example<T> example, DatastoreQueryOptions queryOptions)