Package com.google.cloud.spring.data.datastore.core.mapping
package com.google.cloud.spring.data.datastore.core.mapping
Classes related to type and Spring Data metadata of Java entities.
-
ClassDescriptionExceptions that are created by Spring Data Cloud Datastore.A mapping context for Datastore that provides ways to create persistent entities and properties.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.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.Annotation for a class that indicates it is an entity stored in a Datastore Entity.Annotation for a property that allows specifying the field name instead of deriving it from the property's name.Annotation for a class that indicates that a property is a collection of lazy loaded Datastore entities.Annotation for Datastore property that indicates it should be excluded from indexes.