|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||
| Packages that use Database | |
|---|---|
| org.makumba | Public API for makumba application programmers. |
| org.makumba.db | |
| org.makumba.db.hibernate | |
| org.makumba.db.makumba | |
| org.makumba.db.makumba.sql | The generic SQL-92 implementation of the makumba database layer. |
| test | Contains automated tests for various makumba components. |
| Uses of Database in org.makumba |
|---|
| Subinterfaces of Database in org.makumba | |
|---|---|
interface |
Transaction
This class models operations with a database. |
| Uses of Database in org.makumba.db |
|---|
| Classes in org.makumba.db that implement Database | |
|---|---|
class |
TransactionImplementation
Abstract Transaction, with helper methods for both concrete implementations |
| Uses of Database in org.makumba.db.hibernate |
|---|
| Classes in org.makumba.db.hibernate that implement Database | |
|---|---|
class |
HibernateTransaction
Hibernate-specific implementation of a Transaction |
| Uses of Database in org.makumba.db.makumba |
|---|
| Classes in org.makumba.db.makumba that implement Database | |
|---|---|
(package private) class |
ClosedDBConnection
|
class |
DBConnection
This is the Makumba-specific implementation of a Transaction |
class |
DBConnectionWrapper
A wrapper for db connections, used to provide a temporary that holds a reference to a permanent DBConnection |
| Uses of Database in org.makumba.db.makumba.sql |
|---|
| Classes in org.makumba.db.makumba.sql that implement Database | |
|---|---|
class |
SQLDBConnection
|
| Uses of Database in test |
|---|
| Methods in test with parameters of type Database | |
|---|---|
void |
TestLoginLogic.checkAttributes(Attributes a,
Database db)
|
Object |
TestLoginLogic.findTestAttribute(Attributes a,
Database db)
|
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||