All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary Class Description AbstractDatastoreQuery<T> Abstract class for implementing Cloud Datastore query methods.AfterDeleteEvent An event published just after Spring Data Cloud Datastore performs a delete operation.AfterFindByKeyEvent An event published immediately after a read operation has finished.AfterQueryEvent An event published immediately after a read-by-query request.AfterSaveEvent An event published immediately after a save operation to Cloud Datastore.BeforeDeleteEvent An event published just before Spring Data Cloud Datastore performs a delete operation.BeforeSaveEvent An event published immediately before a save event to Cloud Datastore.DatastoreAuditingEventListener Auditing event listener that listens forBeforeSaveEvent
.DatastoreAuditingRegistrar Registers the annotations and classes for providing auditing support in Spring Data Cloud Datastore.DatastoreCustomConversions Value object to capture custom conversion.DatastoreDataException Exceptions that are created by Spring Data Cloud Datastore.DatastoreEntityConverter An interface for converting objects to Datastore Entities and vice versa.DatastoreMappingContext A mapping context for Datastore that provides ways to create persistent entities and properties.DatastoreNativeTypes A class to manage Datastore-specific simple type conversions.DatastoreOperations An interface of operations that can be done with Cloud Datastore.DatastorePageable A pageable implementation for Cloud Datastore that uses the cursor for efficient reads.DatastorePersistentEntity<T> Persistent entity for Google Cloud Datastore.DatastorePersistentEntityImpl<T> Metadata class for entities stored in Datastore.DatastorePersistentEntityInformation<T,I> Holds ID type information about a Datastore persistent entity.DatastorePersistentProperty Persistent property for Google Cloud Datastore.DatastorePersistentPropertyImpl Persistent property metadata implementation for Datastore.DatastoreQueryLookupStrategy Query lookup strategy for Query Methods for Cloud Datastore.DatastoreQueryMethod A metadata class for Query Methods for Spring Data Cloud Datastore.DatastoreQueryOptions Encapsulates Cloud Datastore query options.DatastoreQueryOptions.Builder DatastoreRepositoriesRegistrar Registers annotation that enables the use of Datastore repositories.DatastoreRepository<T,I> APagingAndSortingRepository
that provides Datastore-specific functionality.DatastoreRepositoryConfigurationExtension Holds configuration information for creating Datastore repositories and providing Datastore templates.DatastoreRepositoryFactory Repository factory for Datastore.DatastoreRepositoryFactoryBean<S,I> Factory bean for creating factories that create Datastore repositories.DatastoreResultsCollection<T> DatastoreResultsIterable<T> DatastoreServiceObjectToKeyFactory Implementation ofObjectToKeyFactory
where the key factories are provided by the Datastore Service.DatastoreTemplate An implementation ofDatastoreOperations
.DatastoreTransactionManager Cloud Datastore transaction manager.DatastoreTransactionManager.Tx A class to contain the transaction context.DefaultDatastoreEntityConverter A class for object to entity and entity to object conversions.DeleteEvent An event published when Spring Data Cloud Datastore performs a delete operation.Descendants Annotation for Datastore property that indicates it holds child entities that are linked to this entity by the Cloud Datastore Ancestor relationship.DiscriminatorField Annotation for entities that are root superclasses of inheritance hierarchies of subclass entities.DiscriminatorValue Annotation for subclasses in an inheritance hierarchy that matches a value in a discrimination field in the parent class.EmbeddedType The various types of properties with respect to their storage as embedded entities.EnableDatastoreAuditing The annotation used to activate auditing functionality.EnableDatastoreRepositories Annotation that enables the instantiation of Datastore repositories.Entity Annotation for a class that indicates it is an entity stored in a Datastore Entity.EntityPropertyValueProvider APropertyValueProvider
for Datastore entities.Field Annotation for a property that allows specifying the field name instead of deriving it from the property's name.GqlDatastoreQuery<T> Query Method for GQL queries.KeyUtil Utility class containing methods for transforming and manipulating Datastore keys.LazyReference Annotation for a class that indicates that a property is a collection of lazy loaded Datastore entities.ObjectToKeyFactory An interface for creating Datastore Keys from objects and ID values.PartTreeDatastoreQuery<T> Name-based query method for Cloud Datastore.Query Annotation to mark query methods in user-defined repositories that are supplied with Google Query Language custom queries.ReadEvent An event published when entities are read from Cloud Datastore.ReadWriteConversions An interface for type conversions on read and on write.SaveEvent An event published when entities are saved to Cloud Datastore.SimpleDatastoreRepository<T,I> Implementation ofDatastoreRepository
.SliceUtil TwoStepsConversions In order to supportCustomConversions
, this class applies 2-step conversions.Unindexed Annotation for Datastore property that indicates it should be excluded from indexes.ValueUtil Utility class containing functions for working with types related to Cloud Datastore.