Uses of Enum Class
com.google.cloud.spring.data.datastore.core.mapping.EmbeddedType
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 EmbeddedType in com.google.cloud.spring.data.datastore.core.convert
Modifier and TypeMethodDescription<T> T
ReadWriteConversions.convertOnRead
(Object val, EmbeddedType embeddedType, org.springframework.data.util.TypeInformation targetTypeInformation) Converts a given object to an object of a target type that is possibly an embedded entity.<T> T
TwoStepsConversions.convertOnRead
(Object val, EmbeddedType embeddedType, org.springframework.data.util.TypeInformation targetTypeInformation) <T> T
EntityPropertyValueProvider.getPropertyValue
(String fieldName, EmbeddedType embeddedType, org.springframework.data.util.TypeInformation targetTypeInformation) -
Uses of EmbeddedType in com.google.cloud.spring.data.datastore.core.mapping
Modifier and TypeMethodDescriptionDatastorePersistentProperty.getEmbeddedType()
Get theEmbeddedType
of the property indicating what what type of embedding pathway will be used to store the property.DatastorePersistentPropertyImpl.getEmbeddedType()
static EmbeddedType
EmbeddedType.of
(org.springframework.data.util.TypeInformation<?> typeInformation) Get theEmbeddedType
of a givenTypeInformation
.static EmbeddedType
Returns the enum constant of this class with the specified name.static EmbeddedType[]
EmbeddedType.values()
Returns an array containing the constants of this enum class, in the order they are declared.