I see that DataNucleus supports org.joda.DateTime
http://www.datanucleus.org/products/accessplatform_2_2/jdo/types.html
But does this mean I can index this field and perform queries against this time field, such as "where jodaTimeField > yesterday"?
Or is it only that it can be stored without needing to resort to serialization?