| Class | Description |
|---|---|
| BigDecimalEmbeddedEntityTranslatorFactory |
This a more advanced strategy for storing java.math.BigDecimal in the datastore than the standard Objectify
translators.
|
| JodaMoneyEmbeddedEntityTranslatorFactory |
Factory for creating a
JodaMoneyTranslator which can store component properties of a BigMoneyProvider as a "value" and a "currencyUnit" (both of which are Strings), similar to how an
Embedded class would be stored. |
| OptionalStringTranslatorFactory |
An implementation of
ValueTranslatorFactory for storing values of type Optional. |
| OptionalStringTranslatorFactory.OptionalStringTranslator | |
| UTCReadableInstantDateTranslatorFactory |
An extension to {link com.googlecode.objectify.impl.translate.opt.joda.ReadableInstantTranslatorFactory} that sets
the TimeZone of the returned
ReadableInstant to DateTimeZone.UTC. |
Copyright © 2013-2014–2015 Sappenin Inc.. All rights reserved.