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