Class MoneyStringTranslatorFactory

java.lang.Object
com.googlecode.objectify.impl.translate.ValueTranslatorFactory<org.joda.money.Money,​String>
com.googlecode.objectify.impl.translate.opt.joda.MoneyStringTranslatorFactory
All Implemented Interfaces:
TranslatorFactory<org.joda.money.Money,​String>

public class MoneyStringTranslatorFactory
extends ValueTranslatorFactory<org.joda.money.Money,​String>
Stores Money as its string representation. Note that this does not index properly; you can't safely use inequality filters. However, indexing is not always necessary and this is a very useful thing to be able to store.

All custom translators must be registered *before* entity classes are registered.

Author:
Jeff Schnitzer
  • Constructor Details

    • MoneyStringTranslatorFactory

      public MoneyStringTranslatorFactory()
  • Method Details