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

      • MoneyStringTranslatorFactory

        public MoneyStringTranslatorFactory()