ModifiableValueMap instead.@Deprecated public interface PersistableValueMap extends ValueMap
PersistableValueMap is an extension
of the ValueMap which allows to modify and
persist the properties.
Note, that each time you call Adaptable.adaptTo(Class)
you get a new map instance which does not share modified
properties with other representations.
A PersistableValueMap might not support deep
reading of values.
void save()
throws PersistenceException
PersistenceException - If the changes can't be persisted.void reset()
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.