public interface ObjectPersistor extends Injectable
| Modifier and Type | Method and Description |
|---|---|
void |
makePersistent(ObjectAdapter adapter)
Provided by the PersistenceSession when used by framework.
|
void |
remove(ObjectAdapter adapter)
Provided by UpdateNotifier and PersistenceSession when
used by framework.
|
injectIntovoid makePersistent(ObjectAdapter adapter)
Called by DomainObjectContainerDefault and also by DomainObjectInvocationHandler#handleSaveMethod().
void remove(ObjectAdapter adapter)
Called by DomainObjectContainerDefault.
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.