public class KeyTranslatorFactory extends SimpleTranslatorFactory<Key<?>,com.google.cloud.datastore.Key>
Constructor and Description |
---|
KeyTranslatorFactory() |
Modifier and Type | Method and Description |
---|---|
protected com.google.cloud.datastore.Value<com.google.cloud.datastore.Key> |
toDatastore(Key<?> value) |
protected Key<?> |
toPojo(com.google.cloud.datastore.Value<com.google.cloud.datastore.Key> value) |
createValueTranslator
create
protected Key<?> toPojo(com.google.cloud.datastore.Value<com.google.cloud.datastore.Key> value)
toPojo
in class SimpleTranslatorFactory<Key<?>,com.google.cloud.datastore.Key>
protected com.google.cloud.datastore.Value<com.google.cloud.datastore.Key> toDatastore(Key<?> value)
toDatastore
in class SimpleTranslatorFactory<Key<?>,com.google.cloud.datastore.Key>
Copyright © 2017. All rights reserved.