public class PersistenceFactory extends Object
| Constructor and Description |
|---|
PersistenceFactory() |
| Modifier and Type | Method and Description |
|---|---|
static PersistenceTableModel |
createModel(Class<? extends Object> clazz)
Creates a new Persistence object.
|
static PersistenceTableModel |
createModel(Object pojo)
Creates a new Persistence object.
|
static PersistenceTableModel |
createModel(String json)
Creates a new Persistence object.
|
public static PersistenceTableModel createModel(Object pojo) throws PersistenceException
pojo - the pojoPersistenceException - the persistence exceptionpublic static PersistenceTableModel createModel(Class<? extends Object> clazz) throws PersistenceException
clazz - the clazzPersistenceException - the persistence exceptionpublic static PersistenceTableModel createModel(String json) throws PersistenceException
json - the jsonPersistenceException - the persistence exceptionCopyright © 2010–2018 Eclipse Foundation. All rights reserved.