Class RefTranslatorFactory

java.lang.Object
com.googlecode.objectify.impl.translate.ValueTranslatorFactory<Ref<?>,com.google.cloud.datastore.Key>
com.googlecode.objectify.impl.translate.RefTranslatorFactory
All Implemented Interfaces:
TranslatorFactory<Ref<?>,com.google.cloud.datastore.Key>

public class RefTranslatorFactory extends ValueTranslatorFactory<Ref<?>,com.google.cloud.datastore.Key>
Knows how to convert Refinvalid input: '<'?> objects to datastore-native Key objects and vice-versa.
Author:
Jeff Schnitzer invalid input: '<'[email protected]>
  • Constructor Details

    • RefTranslatorFactory

      public RefTranslatorFactory()
  • Method Details