Package com.googlecode.objectify.impl.conv

Interface Summary
Converter Interface for objects which know how to convert from POJO field types to whatever is necessary for native storage in the datastore.
ConverterLoadContext Provides some limited context information to a Converter during load/set.
ConverterSaveContext During saving we have a little more context.
 

Class Summary
ArrayConverter Knows how to convert java arrays.
BigDecimalLongConverter This a simple strategy for storing BigDecimal in the datastore.
BooleanConverter Knows how to convert Booleans.
CollectionConverter Knows how to convert java Collections.
Conversions Manages all the converters used to translate between POJO fields and the types that the Datastore can actually persist.
EnumConverter Knows how to convert Enums
KeyConverter Knows how to convert Key objects to datastore-native Key objects and vice-versa.
NumberConverter Numbers are funky in the datastore.
SqlDateConverter The datastore can't store java.sql.Date, but it can do java.util.Date.
StringConverter Knows how to convert Strings
TimeZoneConverter Converts java.util.TimeZone
 



Copyright © 2011 Jeff Schnitzer and a gang of pirates. All Rights Reserved. Build version: 3.1