See: Description
| Interface | Description |
|---|---|
| DatastoreEntityConverter |
An interface for converting objects to Datastore Entities and vice versa.
|
| ObjectToKeyFactory |
An interface for creating Datastore Keys from objects and ID values.
|
| ReadWriteConversions |
An interface for type conversions on read and on write.
|
| Class | Description |
|---|---|
| DatastoreCustomConversions |
Value object to capture custom conversion.
|
| DatastoreNativeTypes |
A class to manage Datastore-specific simple type conversions.
|
| DatastoreServiceObjectToKeyFactory |
Implementation of
ObjectToKeyFactory where the key factories are provided by
the Datastore Service. |
| DefaultDatastoreEntityConverter |
A class for object to entity and entity to object conversions.
|
| EntityPropertyValueProvider |
A
PropertyValueProvider for Datastore entities. |
| TwoStepsConversions |
In order to support
CustomConversions, this class applies 2-step conversions. |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.