See: Description
| Interface | Description |
|---|---|
| DatastorePersistentEntity<T> |
Persistent entity for Google Cloud Datastore.
|
| DatastorePersistentProperty |
Persistent property for Google Cloud Datastore.
|
| Class | Description |
|---|---|
| DatastoreMappingContext |
A mapping context for Datastore that provides ways to create persistent entities and
properties.
|
| DatastorePersistentEntityImpl<T> |
Metadata class for entities stored in Datastore.
|
| DatastorePersistentEntityInformation<T,ID> |
Holds ID type information about a Datastore persistent entity.
|
| DatastorePersistentPropertyImpl |
Persistent property metadata implementation for Datastore.
|
| Enum | Description |
|---|---|
| EmbeddedType |
The various types of properties with respect to their storage as embedded entities.
|
| Exception | Description |
|---|---|
| DatastoreDataException |
Exceptions that are created by Spring Data Cloud Datastore.
|
| Annotation Type | Description |
|---|---|
| Descendants |
Annotation for Datastore property that indicates it holds child entities that are
linked to this entity by the Cloud Datastore Ancestor relationship.
|
| Entity |
Annotation for a class that indicates it is an entity stored in a Datastore Entity.
|
| Field |
Annotation for a property that allows specifying the field name instead of deriving it
from the property's name.
|
| Reference |
Annotation for a property is stored as a key of another entity.
|
| Unindexed |
Annotation for Datastore property that indicates it should be excluded from indexes.
|
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.