public class CollectionPersistence extends AbstractPersistence
| Modifier and Type | Field and Description |
|---|---|
protected Class<?> |
collectionType |
protected List<Serializable> |
localList |
containingControllerName, initParamOverrides| Constructor and Description |
|---|
CollectionPersistence() |
| 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.
|
protected List<Serializable> localList
protected Class<?> collectionType
public void extractDataFromSource(Object source) throws PersistenceException
PersistenceExceptionpublic Object createObject() throws PersistenceException, ResourceInstantiationException
Copyright © 2024 GATE. All rights reserved.