| Package | Description |
|---|---|
| org.melati.poem |
Persistent Object Engine for Melati.
|
| Modifier and Type | Method and Description |
|---|---|
Persistent |
Table.create(Initialiser initialiser)
Create a new object (record) in the table.
|
Persistent |
JdbcTable.create(Initialiser initialiser)
Create a new object (record) in the table.
|
void |
Table.create(Persistent p)
Write a new row containing the given object.
|
void |
JdbcTable.create(Persistent p)
Write a new row containing the given object.
|
Copyright © 2000–2021 PanEris. All rights reserved.