views:

9

answers:

0

Hi,

I am building an app with Java witch will be deployed on Google App Engine. I on of my persistence capable object I have an Collection of Strings. Is there a way to inform PersistenceManager about an change in this collection, while, as I understand, PersistenceManager only detects changes when property have changed.

Luke.