| Package | Description |
|---|---|
| org.melati.poem |
Persistent Object Engine for Melati.
|
| Modifier and Type | Method and Description |
|---|---|
PoemTask |
SessionToken.getTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
Database.inCommittedTransaction(AccessToken accessToken,
PoemTask task)
Perform a task with the database, but not in an insulated transaction.
|
void |
Database.inSession(AccessToken accessToken,
PoemTask task)
Perform a task with the database.
|
void |
Database.inSessionAsRoot(PoemTask task) |
static void |
PoemThread.withAccessToken(AccessToken token,
PoemTask task)
Run a
PoemTask under a specified AccessToken, typically
Root. |
Copyright © 2000–2021 PanEris. All rights reserved.