Uses of Interface
com.google.cloud.spring.data.datastore.core.mapping.DatastorePersistentProperty
Packages that use DatastorePersistentProperty
Package
Description
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 DatastorePersistentProperty in com.google.cloud.spring.data.datastore.core.convert
Methods in com.google.cloud.spring.data.datastore.core.convert with parameters of type DatastorePersistentPropertyModifier and TypeMethodDescriptioncom.google.cloud.datastore.Value
ReadWriteConversions.convertOnWrite
(Object obj, DatastorePersistentProperty persistentProperty) Converts an object to a Cloud DatastoreValue
; supports collections.com.google.cloud.datastore.Value
TwoStepsConversions.convertOnWrite
(Object proppertyVal, DatastorePersistentProperty persistentProperty) <T> T
EntityPropertyValueProvider.getPropertyValue
(DatastorePersistentProperty persistentProperty) -
Uses of DatastorePersistentProperty in com.google.cloud.spring.data.datastore.core.mapping
Classes in com.google.cloud.spring.data.datastore.core.mapping that implement DatastorePersistentPropertyModifier and TypeClassDescriptionclass
Persistent property metadata implementation for Datastore.Methods in com.google.cloud.spring.data.datastore.core.mapping that return DatastorePersistentPropertyModifier and TypeMethodDescriptionprotected DatastorePersistentProperty
DatastoreMappingContext.createPersistentProperty
(org.springframework.data.mapping.model.Property property, DatastorePersistentEntity<?> owner, org.springframework.data.mapping.model.SimpleTypeHolder simpleTypeHolder) DatastorePersistentEntity.getIdPropertyOrFail()
Gets the ID property, and will throwDatastoreDataException
if the entity does not have an ID property.DatastorePersistentEntityImpl.getIdPropertyOrFail()
Methods in com.google.cloud.spring.data.datastore.core.mapping that return types with arguments of type DatastorePersistentPropertyModifier and TypeMethodDescriptionprotected org.springframework.data.mapping.Association<DatastorePersistentProperty>
DatastorePersistentPropertyImpl.createAssociation()
Method parameters in com.google.cloud.spring.data.datastore.core.mapping with type arguments of type DatastorePersistentPropertyModifier and TypeMethodDescriptionvoid
DatastorePersistentEntity.doWithColumnBackedProperties
(org.springframework.data.mapping.PropertyHandler<DatastorePersistentProperty> handler) Applies the givenPropertyHandler
to allDatastorePersistentProperty
contained in thisDatastorePersistentEntity
that are stored as columns in the table for this entity.void
DatastorePersistentEntityImpl.doWithColumnBackedProperties
(org.springframework.data.mapping.PropertyHandler<DatastorePersistentProperty> handler) void
DatastorePersistentEntity.doWithDescendantProperties
(org.springframework.data.mapping.PropertyHandler<DatastorePersistentProperty> handler) Applies the givenPropertyHandler
to allDatastorePersistentProperty
contained in thisDatastorePersistentEntity
that are properties backed by descendants.void
DatastorePersistentEntityImpl.doWithDescendantProperties
(org.springframework.data.mapping.PropertyHandler<DatastorePersistentProperty> handler)