Class RawEntityTranslatorFactory

java.lang.Object
com.googlecode.objectify.impl.translate.ValueTranslatorFactory<com.google.cloud.datastore.FullEntity<?>,com.google.cloud.datastore.FullEntity<?>>
com.googlecode.objectify.impl.translate.SimpleTranslatorFactory<com.google.cloud.datastore.FullEntity<?>,com.google.cloud.datastore.FullEntity<?>>
com.googlecode.objectify.impl.translate.RawEntityTranslatorFactory
All Implemented Interfaces:
TranslatorFactory<com.google.cloud.datastore.FullEntity<?>,com.google.cloud.datastore.FullEntity<?>>

public class RawEntityTranslatorFactory extends SimpleTranslatorFactory<com.google.cloud.datastore.FullEntity<?>,com.google.cloud.datastore.FullEntity<?>>

Handle the native datastore FullEntity

Author:
Jeff Schnitzer invalid input: '<'[email protected]>
  • Constructor Details

    • RawEntityTranslatorFactory

      public RawEntityTranslatorFactory()
  • Method Details

    • toPojo

      protected com.google.cloud.datastore.FullEntity<?> toPojo(com.google.cloud.datastore.Value<com.google.cloud.datastore.FullEntity<?>> value)
      Specified by:
      toPojo in class SimpleTranslatorFactory<com.google.cloud.datastore.FullEntity<?>,com.google.cloud.datastore.FullEntity<?>>
    • toDatastore

      protected com.google.cloud.datastore.Value<com.google.cloud.datastore.FullEntity<?>> toDatastore(com.google.cloud.datastore.FullEntity<?> value)
      Specified by:
      toDatastore in class SimpleTranslatorFactory<com.google.cloud.datastore.FullEntity<?>,com.google.cloud.datastore.FullEntity<?>>