Persistence: change field with SpacePersist on update
Hi,
We are using XAP 9.7 and Mirror with hibernate for persistence. We noticed that
- An object with SpacePersit set to true - when written to space is persisted in DB as expected
- An object with SpacePersit set to false- when written to space is not persisted in DB as expected
- The object from 2 is read back, the SpacePersist field is toggled to true and written back to space (updated using WriteModifiers.UPDATE_ONLY) - is not persisted
Can someone clarify the behaviour on #3? How can the object be persisted on an update?
Thanks