Class IntegerTranslatorFactory

java.lang.Object
com.googlecode.objectify.impl.translate.IntegerTranslatorFactory
All Implemented Interfaces:
TranslatorFactory<Number,Long>

public class IntegerTranslatorFactory extends Object implements TranslatorFactory<Number,Long>

Integers are funky in the datastore. You can save numbers of any size, but they always retrieve as Long. For the hell of it, we also handle String in the datastore by trying to parse it.

Not a ValueTranslatorFactory because Numbers are not assignable to primitives. Java lame.

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

    • IntegerTranslatorFactory

      public IntegerTranslatorFactory()
  • Method Details