|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransactionPool | |
---|---|
org.melati.example.contacts | A very simple Contacts Management System. |
org.melati.example.contacts.generated | The POEM-generated support classes for org.melati.example.contacts. |
org.melati.example.odmg | A proof of concept example of ODMG compliance. |
org.melati.example.odmg.generated | The POEM-generated support classes for org.melati.example.odmg. |
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.example.contacts |
---|
Classes in org.melati.example.contacts that implement TransactionPool | |
---|---|
class |
ContactsDatabase
Melati POEM generated, programmer modifyable stub. |
Uses of TransactionPool in org.melati.example.contacts.generated |
---|
Classes in org.melati.example.contacts.generated that implement TransactionPool | |
---|---|
class |
ContactsDatabaseBase
Melati POEM generated Database base class. |
Uses of TransactionPool in org.melati.example.odmg |
---|
Classes in org.melati.example.odmg that implement TransactionPool | |
---|---|
class |
OdmgDatabase
Melati POEM generated, programmer modifyable stub. |
Uses of TransactionPool in org.melati.example.odmg.generated |
---|
Classes in org.melati.example.odmg.generated that implement TransactionPool | |
---|---|
class |
OdmgDatabaseBase
Melati POEM generated Database base class. |
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 |