public static class PersistenceManager.RRPersistence extends Object implements Persistence
| Constructor and Description |
|---|
RRPersistence() |
| Modifier and Type | Method and Description |
|---|---|
Object |
createObject()
Creates a new object from the data contained.
|
void |
extractDataFromSource(Object source)
Populates this Persistence with the data that needs to be stored from the
original source object.
|
String |
toString() |
public void extractDataFromSource(Object source) throws PersistenceException
PersistenceextractDataFromSource in interface PersistencePersistenceExceptionpublic Object createObject() throws PersistenceException, ResourceInstantiationException
PersistencecreateObject in interface PersistencePersistenceExceptionResourceInstantiationExceptionCopyright © 2024 GATE. All rights reserved.