| Package | Description |
|---|---|
| org.melati.poem |
Persistent Object Engine for Melati.
|
| org.melati.poem.transaction |
The transaction API for POEM.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PoemTransaction
A set of dbms actions, which can be rolled back if necessary.
|
| Modifier and Type | Method and Description |
|---|---|
Transaction |
Database.transaction(int index)
Get a
Transaction by its index. |
| Modifier and Type | Method and Description |
|---|---|
Transaction |
Transaction.getBlockedOn() |
Transaction |
TransactionPool.transaction(int index)
Get a
Transaction by its index. |
| Modifier and Type | Method and Description |
|---|---|
long |
TransactionedSerial.current(Transaction transaction)
Readlock and return the serial for the given Transaction.
|
void |
TransactionedSerial.increment(Transaction transaction)
Write lock and increment.
|
Copyright © 2000–2021 PanEris. All rights reserved.