|
|
|
|
|
Setting for an FSDB database |
|
|
Extend this class to create your own DBUpdater. |
|
|
|
|
|
Manager for an FSDB index |
|
|
Generic Persistance model Implementation for example include DB, filesystem etc ... If the table doesn't exists yet, it will be created automatically. |
|
|
Handles the mapping of a DB representaion (java object) to a DB table |
|
|
Model metadata |
|
|
High level manager of all the JOT connections defined in db.properties |
|
|
|
|
|
Defines a single DB condition, as used in an SQL 'where' closed ie: 'firstname' IS_EQUAL 'John' |
|
|
|
|
|
This is used to run multiple DB queries in a transaction Note that once either commit() or roollback() have been called, this transaction is considered completet and can't be used anymore (will throw JOTTransactionCompltedException) |