API Overview API Index Direct link to this page
JavaOnTracks 0.1.2
  Package: net.jot.persistance
Author(s)
Since
Version
Serial
Description
  This contains all the HIGH level database/persistance code.
See also:   
HasMany View Source
JOTDBFSSetup View Source Setting for an FSDB database
JOTDBUpgrader View Source Extend this class to create your own DBUpdater.
JOTFSIndex View Source
JOTFSIndexManager View Source Manager for an FSDB index
JOTModel View Source Generic Persistance model
Implementation for example include DB, filesystem etc ...
If the table doesn't exists yet, it will be created automatically.
JOTModelMapping View Source Handles the mapping of a DB representaion (java object) to a DB table
JOTModelMeta View Source Model metadata
JOTPersistanceManager View Source High level manager of all the JOT connections defined in db.properties
JOTQueryResult View Source
JOTSQLCondition View Source Defines a single DB condition, as used in an SQL 'where' closed
ie: 'firstname' IS_EQUAL 'John'
JOTStatementFlags View Source
JOTTransaction View Source 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)
Generated By: JavaOnTracks Doclet 0.1.5     ©Thibaut Colar