|
Class Summary |
| JOTDBFSSetup |
Setting for an FSDB database |
| JOTDBUpgrader |
Extend this class to create your own DBUpdater. |
| JOTFSIndex |
Represents an index for an FSDB database
Used to find data faster and index/vacuum it. |
| JOTFSIndexManager |
Manager for an FSDB index |
| JOTModel |
Generic Persistance model
Implementation for example include DB, filesystem etc ...
If the table doesn't exists yet, it will be created automatically. |
| JOTModelMapping |
Handles the mapping of a DB representaion (java object) to a DB table |
| JOTModelMeta |
Model metadata |
| JOTPersistanceManager |
High level manager of all the JOT connections defined in db.properties |
| JOTSQLCondition |
Defines a single DB condition, as used in an SQL 'where' closed
ie: 'firstname' IS_EQUAL 'John' |
| JOTSQLOrderBy |
Reprsents an SQL OrderBy condition to be added to an SQL query. |
| JOTSQLQueryParams |
Represents the parameters for an SQL query
such as a set of conditins, orderBy statement etc... |