public class PersistenceAnnotationsParser extends Object
| Constructor and Description |
|---|
PersistenceAnnotationsParser() |
| Modifier and Type | Method and Description |
|---|---|
static Field[] |
collectFields(Class<? extends Object> clazz)
Collect fields.
|
PersistenceTableModel |
parsePojo(Class<? extends Object> clazz)
Parses the pojo.
|
PersistenceTableModel |
parsePojo(Object pojo)
Parses the pojo.
|
public PersistenceTableModel parsePojo(Object pojo) throws PersistenceException
pojo - the pojoPersistenceException - the persistence exceptionpublic PersistenceTableModel parsePojo(Class<? extends Object> clazz) throws PersistenceException
clazz - the clazzPersistenceException - the persistence exceptionCopyright © 2010–2018 Eclipse Foundation. All rights reserved.