### Current Behavior: Each session keep track of the accessed attributes and only saves to the Datastore those attributes. ### New behavior: The session would keep track of the modified attributes using a hashcode. * The hashcode could be stored in the same Datastore entity as the attribute. * The hashcode would be computed during the serialization of the attributes. * Only the attributes with a hashcode which differs from the loaded hashcode would be sent to the Datastore.
Current Behavior:
Each session keep track of the accessed attributes and only saves to the Datastore those attributes.
New behavior:
The session would keep track of the modified attributes using a hashcode.