google app engine - GAE and Objectify. is it possible to mark a field so that it won't get persisted? -


is possible mark field in class objectify (3.1) not persist it?

i've been reading on @transient , @notsaved. difference?

thanks! jackson

@notsaved fields loaded datastore, won't saved. @transient fields ignored.

see this: https://groups.google.com/forum/#!topic/objectify-appengine/qizkuod_luc


Comments