Package org.makumba.db.makumba

Interface Summary
Query A query prepared for execution.
Update A delete, or update, prepared for execution
 

Class Summary
AttributeParametrizer Map $name to $n
ClosedDBConnection  
Database A generic Makumba database (used by the MakumbaTransactionProvider, that maps RecordInfos to tables.
DBConnection This is the Makumba-specific implementation of a Transaction
DBConnectionWrapper A wrapper for db connections, used to provide a temporary that holds a reference to a permanent DBConnection
MakumbaCRUDOperationProvider Makumba-specific implementation of the CRUDOperationProvider
MakumbaTransactionProvider Makumba-specific implementation of the TransactionProvider.
MultipleAttributeParametrizer Take care of multiple parameters, as a "decorator" of AttributeParametrizer which knows nothing about them
OQLQueryProvider  
ResourcePool Keeps a number of identical creation-expensive resources.
StalePreventionThread a thread that wakes up periodically and asks the pool to look for stale resources
Table This is a generic database table RecordHandler.
UniquenessServlet This servlet checks if a field is unique or not