| Package | Description |
|---|---|
| org.melati.poem |
Persistent Object Engine for Melati.
|
| Modifier and Type | Method and Description |
|---|---|
Column<?> |
Table.getColumn(String nameP)
The table's column with a given name.
|
Column<?> |
JdbcTable.getColumn(String nameP)
The table's column with a given name.
|
Object |
Persistent.getCooked(String name)
The `true value' of one of the object's fields.
|
Object |
JdbcPersistent.getCooked(String name)
The `true value' of one of the object's fields.
|
String |
Persistent.getCookedString(String name,
PoemLocale locale,
int style)
A string representation of the `true value' of one of the object's fields.
|
String |
JdbcPersistent.getCookedString(String name,
PoemLocale locale,
int style)
A string representation of the `true value' of one of the object's fields.
|
Field<?> |
Persistent.getField(String name)
The value of one of the object's fields, wrapped up with type information
sufficient for rendering it.
|
Field<?> |
JdbcPersistent.getField(String name)
The value of one of the object's fields, wrapped up with type information
sufficient for rendering it.
|
Object |
Persistent.getRaw(String name)
The `identifying value' of one of the object's fields.
|
Object |
JdbcPersistent.getRaw(String name)
The `identifying value' of one of the object's fields.
|
String |
Persistent.getRawString(String name)
A string representation of the `identifying value' of one of the object's
fields.
|
String |
JdbcPersistent.getRawString(String name)
A string representation of the `identifying value' of one of the object's
fields.
|
void |
Persistent.setCooked(String name,
Object cooked)
Set the `true value' of one of the record's fields.
|
void |
JdbcPersistent.setCooked(String name,
Object cooked)
Set the `true value' of one of the record's fields.
|
void |
Persistent.setRaw(String name,
Object raw)
Set the `identifying value' of one of the record's fields.
|
void |
JdbcPersistent.setRaw(String name,
Object raw)
Set the `identifying value' of one of the record's fields.
|
void |
Persistent.setRawString(String name,
String string)
Set the `identifying value' of one of the record's fields from a string
representation.
|
void |
JdbcPersistent.setRawString(String name,
String string)
Set the `identifying value' of one of the record's fields from a string
representation.
|
Copyright © 2000–2021 PanEris. All rights reserved.