Uses of Package
org.makumba.db

Packages that use org.makumba.db
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. 
org.makumba.providers   
 

Classes in org.makumba.db used by org.makumba.db
DataHolder
          Class which enables it to perform "super-CRUD" operations, i.e. composite inserts and updates on subrecords The data is passed as a dictionary, and its keys look like "a", "a.b", "a.b.c" ...
 

Classes in org.makumba.db used by org.makumba.db.hibernate
DataHolder
          Class which enables it to perform "super-CRUD" operations, i.e. composite inserts and updates on subrecords The data is passed as a dictionary, and its keys look like "a", "a.b", "a.b.c" ...
TransactionImplementation
          Abstract Transaction, with helper methods for both concrete implementations
 

Classes in org.makumba.db used by org.makumba.db.makumba
DataHolder
          Class which enables it to perform "super-CRUD" operations, i.e. composite inserts and updates on subrecords The data is passed as a dictionary, and its keys look like "a", "a.b", "a.b.c" ...
TransactionImplementation
          Abstract Transaction, with helper methods for both concrete implementations
 

Classes in org.makumba.db used by org.makumba.db.makumba.sql
DataHolder
          Class which enables it to perform "super-CRUD" operations, i.e. composite inserts and updates on subrecords The data is passed as a dictionary, and its keys look like "a", "a.b", "a.b.c" ...
TransactionImplementation
          Abstract Transaction, with helper methods for both concrete implementations
 

Classes in org.makumba.db used by org.makumba.providers
DataHolder
          Class which enables it to perform "super-CRUD" operations, i.e. composite inserts and updates on subrecords The data is passed as a dictionary, and its keys look like "a", "a.b", "a.b.c" ...