Uses of Enum Class
com.google.cloud.spring.data.datastore.core.mapping.EmbeddedType
Packages that use 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
Methods in com.google.cloud.spring.data.datastore.core.convert with parameters of type EmbeddedTypeModifier and TypeMethodDescription<T> TReadWriteConversions.convertOnRead(Object val, EmbeddedType embeddedType, org.springframework.data.core.TypeInformation targetTypeInformation) Converts a given object to an object of a target type that is possibly an embedded entity.<T> TTwoStepsConversions.convertOnRead(Object val, EmbeddedType embeddedType, org.springframework.data.core.TypeInformation targetTypeInformation) <T> TEntityPropertyValueProvider.getPropertyValue(String fieldName, EmbeddedType embeddedType, org.springframework.data.core.TypeInformation targetTypeInformation) -
Uses of EmbeddedType in com.google.cloud.spring.data.datastore.core.mapping
Methods in com.google.cloud.spring.data.datastore.core.mapping that return EmbeddedTypeModifier and TypeMethodDescriptionDatastorePersistentProperty.getEmbeddedType()Get theEmbeddedTypeof the property indicating what what type of embedding pathway will be used to store the property.DatastorePersistentPropertyImpl.getEmbeddedType()static EmbeddedTypeEmbeddedType.of(org.springframework.data.core.TypeInformation<?> typeInformation) Get theEmbeddedTypeof a givenTypeInformation.static EmbeddedTypeReturns 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.