| Package | Description |
|---|---|
| com.ohmdb | |
| com.ohmdb.bean | |
| com.ohmdb.impl |
| Modifier and Type | Method and Description |
|---|---|
PropertyInfo[] |
TableInternals.props() |
| Modifier and Type | Method and Description |
|---|---|
PropertyInfo |
BeanInfo.getIdtor() |
PropertyInfo |
BeanInfo.getInfo(String fieldName) |
PropertyInfo[] |
BeanInfo.getProps() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,PropertyInfo> |
BeanInfo.getProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
BeanInfo.setIdtor(PropertyInfo idtor) |
| Modifier and Type | Method and Description |
|---|---|
PropertyInfo[] |
TableImpl.props() |
| Modifier and Type | Method and Description |
|---|---|
static TableChange |
TableChange.deleteCell(long id,
PropertyInfo prop,
int row,
Object value) |
static TableChange |
TableChange.insertCell(PropertyInfo prop,
long id,
int row,
Object value) |
void |
TableImpl.revertDeleteCell(long id,
int row,
PropertyInfo prop,
Object value) |
static TableChange |
TableChange.set(long id,
PropertyInfo prop,
Object oldValue,
Object value) |
| Constructor and Description |
|---|
TableChange(com.ohmdb.impl.TableChange.ChangeType type,
long id,
PropertyInfo prop,
Object oldValue,
Object value,
int row,
boolean reuseRow) |
Copyright © 2013–2014 Nikolche Mihajlovski. All rights reserved.