| Modifier and Type | Method and Description |
|---|---|
List<PersistenceTableColumnModel> |
PersistenceTableModel.getColumns()
Gets the columns.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PersistenceTableModel.setColumns(List<PersistenceTableColumnModel> columns)
Sets the columns.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
Serializer.serializeColumnModel(PersistenceTableColumnModel columnModel) |
| Modifier and Type | Method and Description |
|---|---|
protected PersistenceTableColumnModel |
AbstractPersistenceProcessor.getPrimaryKeyModel(PersistenceTableModel tableModel)
Gets the primary key model.
|
| Modifier and Type | Method and Description |
|---|---|
protected Object |
AbstractPersistenceProcessor.getValueFromPojo(Object pojo,
PersistenceTableColumnModel columnModel)
Gets the value from pojo.
|
protected void |
AbstractPersistenceProcessor.setValueToPojo(Object pojo,
Object value,
PersistenceTableColumnModel columnModel)
Sets the value to pojo.
|
protected void |
AbstractPersistenceProcessor.setValueToPojo(Object pojo,
ResultSet resultSet,
PersistenceTableColumnModel columnModel)
Sets the value to pojo.
|
protected boolean |
AbstractPersistenceProcessor.shouldSetColumnValue(PersistenceTableColumnModel columnModel)
Should set column value.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
PersistenceUpdateProcessor.shouldSetColumnValue(PersistenceTableColumnModel columnModel) |
Copyright © 2010–2018 Eclipse Foundation. All rights reserved.