Class 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
    • Constructor Detail

      • RawEntityTranslatorFactory

        public RawEntityTranslatorFactory()
    • Method Detail

      • 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<?>>