All Classes and Interfaces

Class
Description
Abstract class for implementing Cloud Datastore query methods.
An event published just after Spring Data Cloud Datastore performs a delete operation.
An event published immediately after a read operation has finished.
An event published immediately after a read-by-query request.
An event published immediately after a save operation to Cloud Datastore.
An event published just before Spring Data Cloud Datastore performs a delete operation.
An event published immediately before a save event to Cloud Datastore.
Auditing event listener that listens for BeforeSaveEvent.
Registers the annotations and classes for providing auditing support in Spring Data Cloud Datastore.
 
Value object to capture custom conversion.
Exceptions that are created by Spring Data Cloud Datastore.
An interface for converting objects to Datastore Entities and vice versa.
A mapping context for Datastore that provides ways to create persistent entities and properties.
A class to manage Datastore-specific simple type conversions.
An interface of operations that can be done with Cloud Datastore.
A pageable implementation for Cloud Datastore that uses the cursor for efficient reads.
Persistent entity for Google Cloud Datastore.
Metadata class for entities stored in Datastore.
Holds ID type information about a Datastore persistent entity.
Persistent property for Google Cloud Datastore.
Persistent property metadata implementation for Datastore.
Query lookup strategy for Query Methods for Cloud Datastore.
A metadata class for Query Methods for Spring Data Cloud Datastore.
Encapsulates Cloud Datastore query options.
 
 
Registers annotation that enables the use of Datastore repositories.
A PagingAndSortingRepository that provides Datastore-specific functionality.
Holds configuration information for creating Datastore repositories and providing Datastore templates.
Repository factory for Datastore.
DatastoreRepositoryFactoryBean<T extends org.springframework.data.repository.Repository<S,I>,S,I>
Factory bean for creating factories that create Datastore repositories.
 
 
 
Implementation of ObjectToKeyFactory where the key factories are provided by the Datastore Service.
An implementation of DatastoreOperations.
Cloud Datastore transaction manager.
A class to contain the transaction context.
A class for object to entity and entity to object conversions.
An event published when Spring Data Cloud Datastore performs a delete operation.
Annotation for Datastore property that indicates it holds child entities that are linked to this entity by the Cloud Datastore Ancestor relationship.
Annotation for entities that are root superclasses of inheritance hierarchies of subclass entities.
Annotation for subclasses in an inheritance hierarchy that matches a value in a discrimination field in the parent class.
The various types of properties with respect to their storage as embedded entities.
The annotation used to activate auditing functionality.
Annotation that enables the instantiation of Datastore repositories.
Annotation for a class that indicates it is an entity stored in a Datastore Entity.
A PropertyValueProvider for Datastore entities.
Annotation for a property that allows specifying the field name instead of deriving it from the property's name.
Query Method for GQL queries.
Utility class containing methods for transforming and manipulating Datastore keys.
Annotation for a class that indicates that a property is a collection of lazy loaded Datastore entities.
An interface for creating Datastore Keys from objects and ID values.
Name-based query method for Cloud Datastore.
Annotation to mark query methods in user-defined repositories that are supplied with Google Query Language custom queries.
An event published when entities are read from Cloud Datastore.
An interface for type conversions on read and on write.
An event published when entities are saved to Cloud Datastore.
Implementation of DatastoreRepository.
 
In order to support CustomConversions, this class applies 2-step conversions.
Annotation for Datastore property that indicates it should be excluded from indexes.
Utility class containing functions for working with types related to Cloud Datastore.