|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransactionPool | |
---|---|
org.melati.poem | Persistent Object Engine for Melati. |
org.melati.poem.generated | The POEM-generated support classes for org.melati.poem. |
org.melati.poem.transaction | The transaction API for POEM. |
Uses of TransactionPool in org.melati.poem |
---|
Classes in org.melati.poem that implement TransactionPool | |
---|---|
class |
Database
An RDBMS database. |
class |
PoemDatabase
Though generated by POEM this is the class all generated databases extend. |
Uses of TransactionPool in org.melati.poem.generated |
---|
Classes in org.melati.poem.generated that implement TransactionPool | |
---|---|
class |
PoemDatabaseBase
Melati POEM generated Database base class. |
Uses of TransactionPool in org.melati.poem.transaction |
---|
Methods in org.melati.poem.transaction that return TransactionPool | |
---|---|
protected TransactionPool |
Transactioned.transactionPool()
|
Methods in org.melati.poem.transaction with parameters of type TransactionPool | |
---|---|
protected void |
Transactioned.setTransactionPool(TransactionPool transactionPool)
|
Constructors in org.melati.poem.transaction with parameters of type TransactionPool | |
---|---|
Transaction(TransactionPool transactionPoolP,
int indexP)
Constructor. |
|
Transactioned(TransactionPool transactionPool)
Constructor. |
|
TransactionedSerial(TransactionPool transactionPool)
Constructor. |
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |