Uses of Interface
com.google.cloud.spring.data.datastore.core.mapping.DatastorePersistentEntity
Packages that use DatastorePersistentEntity
Package
Description
Core support for Cloud Datastore in Spring Data.
Classes related to conversion and mapping of Cloud Datastore entities to Java entities.
Classes related to type and Spring Data metadata of Java entities.
-
Uses of DatastorePersistentEntity in com.google.cloud.spring.data.datastore.core
Methods in com.google.cloud.spring.data.datastore.core with parameters of type DatastorePersistentEntityModifier and TypeMethodDescriptionstatic voidDatastoreTemplate.applyQueryOptions(com.google.cloud.datastore.StructuredQuery.Builder builder, DatastoreQueryOptions queryOptions, DatastorePersistentEntity<?> persistentEntity) -
Uses of DatastorePersistentEntity in com.google.cloud.spring.data.datastore.core.convert
Methods in com.google.cloud.spring.data.datastore.core.convert that return DatastorePersistentEntityModifier and TypeMethodDescription<T> DatastorePersistentEntity<T>DatastoreEntityConverter.getDiscriminationPersistentEntity(Class<T> entityClass, com.google.cloud.datastore.BaseEntity<?> entity) Provide aDatastorePersistentEntitywith support for discriminator fields.<T> DatastorePersistentEntity<T>DefaultDatastoreEntityConverter.getDiscriminationPersistentEntity(Class<T> entityClass, com.google.cloud.datastore.BaseEntity<?> entity) Methods in com.google.cloud.spring.data.datastore.core.convert with parameters of type DatastorePersistentEntityModifier and TypeMethodDescriptioncom.google.cloud.datastore.KeyDatastoreServiceObjectToKeyFactory.allocateKeyForObject(Object entity, DatastorePersistentEntity datastorePersistentEntity, com.google.cloud.datastore.Key... ancestors) com.google.cloud.datastore.KeyObjectToKeyFactory.allocateKeyForObject(Object entity, DatastorePersistentEntity datastorePersistentEntity, com.google.cloud.datastore.Key... ancestors) Allocates a new IDKeyfor the given entity object and sets the allocated ID value in the object.com.google.cloud.datastore.KeyDatastoreServiceObjectToKeyFactory.getKeyFromObject(Object entity, DatastorePersistentEntity datastorePersistentEntity) com.google.cloud.datastore.KeyObjectToKeyFactory.getKeyFromObject(Object entity, DatastorePersistentEntity datastorePersistentEntity) Get aKeyfrom an entity. -
Uses of DatastorePersistentEntity in com.google.cloud.spring.data.datastore.core.mapping
Classes in com.google.cloud.spring.data.datastore.core.mapping that implement DatastorePersistentEntityModifier and TypeClassDescriptionclassMetadata class for entities stored in Datastore.Methods in com.google.cloud.spring.data.datastore.core.mapping that return DatastorePersistentEntityModifier and TypeMethodDescriptionprotected <T> DatastorePersistentEntity<?>DatastoreMappingContext.createPersistentEntity(org.springframework.data.util.TypeInformation<T> typeInformation) DatastoreMappingContext.getDatastorePersistentEntity(Class<?> entityClass) A non-null version of theMappingContext.getPersistentEntity(Class).Methods in com.google.cloud.spring.data.datastore.core.mapping with parameters of type DatastorePersistentEntityModifier and TypeMethodDescriptionprotected DatastorePersistentPropertyDatastoreMappingContext.createPersistentProperty(org.springframework.data.mapping.model.Property property, DatastorePersistentEntity<?> owner, org.springframework.data.mapping.model.SimpleTypeHolder simpleTypeHolder) Constructors in com.google.cloud.spring.data.datastore.core.mapping with parameters of type DatastorePersistentEntityModifierConstructorDescriptionCreates a newDatastorePersistentEntityInformationfor the givenDatastorePersistentEntity.