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.
|
| 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.
|
| 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.
|
| LazyReference |
Annotation for a class that indicates that a property is a collection of lazy loaded Datastore entities.
|
| Unindexed |
Annotation for Datastore property that indicates it should be excluded from indexes.
|
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.